function chen1a()
{
var textchen1a = myFormNew1.textchen1a.value;
add1.value="Det namn Du väljer kommer att vara \nDitt användarnamn.\nAnvänd enbart bokstäver och siffror.\n Minimum 4 tecken.\nMaximum 20 tecken.";
add1.value="The name you select will be \nyour login name. \nNumbers and letters only. \nMinimum 4 characters. \nMaximum 20 characters.";
//add1.value=textchen1a;
add1.style.height="80";
add1.style.width="240";
}
function chen1b()
{
var textchen1b = myFormNew1.textchen1b.value;
add1.value="Använd enbart bokstäver \noch siffror.\n Minimum 4 bokstäver.\nMaximum 20 bokstäver.";
add1.value="Numbers and letters only.\n Minimum 4 characters.\nMaximum 20 characters.";
//add1.value=textchen1b;
add1.style.height="60"
add1.style.width="200"
}
function chen1c()
{
add1.value="By submitting your registration \ninformation,you indicate that \nyou agree to the Terms of Service.\nYour submission of this form \nwill constitute your consent \nto the collection and \nuse of this information."
add1.style.height="100"
add1.style.width="260"
}
function dis1()
{
add1.value=""
add1.style.height="0"
add1.style.width="0"
}




