function clear_textbox()
{
if (document.form1.email.value == "adresa_ta@deEmail.com")
document.form1.email.value = "";
} 