function danke()
{
alert("Your message will be automatically forwarded to your\nlocal mail client. In the next step you will be asked\nto allow this process or to cancel it.\n\nPlease check your outgoing e-mails to be sure\nthat your message will be forwarded properly.\n\nThank you very much for contacting us.\n")
}

var mail1 = '<a href="mailto:network';
var mail2 = '@otenet.gr"\>network';
var mail3 = '@otenet.gr</a\>';

var password
function login(x)
{
password=document.logform.pass.value;
if (password == false)
{
alert('You need a password to enter this area.');
}
else
{
window.open(password+'.html','logged','toolbar=1,location=0,status=0,menubar=0,scrollbars=auto,resizable=1,width=screen.width,height=screen.height');
}
window.setTimeout("document.logform.pass.value=0",3000);
}