function opendocwin(name) {


newWindow = window.open(name,"SGSdocument","width=600,height=500,status=yes,scrollbars=yes,resizable=no,left=50,top=50")

newWindow.focus();
}

function opendocwinklein(name) {


newWindow = window.open(name,"SGSdocument","width=450,height=450,status=yes,scrollbars=no,resizable=no,left=50,top=50")

newWindow.focus();
}
function writeMarquee() {
document.write("<marquee scrolldelay='250' scrollamount='20'>** Beginn des Schuljahres 2010/11: MO 6. September | 7:45** </marquee>");
}

function SendMail(Name,Domain) {

document.write("<A HREF=\"javascript:h=window.location.href;")
document.write("window.location.href=")
document.write("'mail"+"to:"+Name+"&#64"+Domain+"';")
document.write("window.location.href=h\">")
document.write(Name+"&#64"+Domain+"</A>")
}

function WriteMail(Name,Domain){
document.write(Name+"&#64"+Domain+"</A>")
}