self.focus();


/* Markierung fuer aktiven Navigationslink */
var nav
function navact(nav)
{
if (document.getElementById)
{
document.getElementById(nav).style.backgroundColor='#FFFF99';
document.getElementById(nav).style.borderTop='1px #FF9900 dotted';
document.getElementById(nav).style.borderBottom='1px #FF9900 dotted';
}
else
document.all[nav].style.backgroundColor='#FFFF99';
document.all[nav].style.borderTop='1px #FF9900 dotted';
document.all[nav].style.borderBottom='1px #FF9900 dotted';
}


/* Markierung fuer aktiven Archivlink */
var arch
function archact(arch)
{
if (document.getElementById)
{
document.getElementById(arch).style.backgroundColor='#FFFF00';
}
else
document.all[arch].style.backgroundColor='#FFFF00';
}



/* Absendebestaetigung Kontaktformular */
function danke()
{
alert("Die Mitteilung wird nun automatisch zum \"Postausgang\"\nIhres Mailprogramms weitergeleitet. Im naechsten Schritt\nkoennen Sie diesem Vorgang zustimmen oder ihn ablehnen.\n\nBitte kontrollieren Sie abschliessend den Postausgang um\nzu pruefen, ob Ihre Mitteilung wirklich weitergeleitet wurde.\n\nVielen Dank fuer Ihre Kontaktaufnahme.\n")
}

//Variablen fuer Einblendung der Kontaktadresse
var mail1 = '<a href="mailto:network';
var mail2 = '@otenet.gr"\>network';
var mail3 = '@otenet.gr<\/a\>';

function login()
{
window.open('network/login/index.html','login','target=_blank,scrollbars=1,directories=0,status=0,menubar=0,toolbar=0,location=0,resizable=1,title=1');
}