function show(id){

document.getElementById(id).style.display = "block";

}





if (window.firsttimetrue>0)

{

var msg=window.messages;

}





if (msg && (msg.length>0))

{

show('nagbox');

show('somedamnform');

document.writeln('<ul>');

document.write(msg);

document.writeln('</ul>');

}

else if (window.firsttimetrue>0)

 {

show('nagbox');

document.writeln("<br />I don't have any suggestions on that one.   <br /><br /> It's ");
document.writeln(window.decoded.length);
document.writeln( " characters long. Some places insist on 8 characters or more in length; some don't allow more than 8!" );


} //End first time if



