function chen1a()
{
add1.value="The name you select will be\nyour login name.\nNumbers and letters only.\n Minimum 4 characters.\nMaximum 20 characters."
add1.style.height="80"
add1.style.width="240"
}
function chen1b()
{
add1.value="Numbers and letters only.\n Minimum 4 characters.\nMaximum 20 characters."
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 chen1d()
{
add1.value="Demo account info:\n- maximum 10 messages per session\n for evaluation"
add1.style.height="50"
add1.style.width="300"
}
function chen1e()
{
add1.value="Price info:\n10 USD for every 1000 messages"
add1.style.height="50"
add1.style.width="300"
}
function chen1f()
{
add1.value="Online payment by PayPal is possible \nin the following currency:\nUSD (default), EUR and GBP .\nPayment by banking transfer is possible \nin all currencies showed in combo list."
add1.style.height="80"
add1.style.width="300"
}
function dis1()
{
add1.value=""
add1.style.height="0"
add1.style.width="0"
}





