// JavaScript Document

function popup_bild_download (URL){
mainwin = window.open(URL,"bild_download",'toolbar=0, location=0, status=0, scrollbars=1, resizable=1, height=650px, width=517,top=20,left=20');
}
function popup_programm (URL){
mainwin = window.open(URL,"Begleitprogramm",'toolbar=0, location=0, status=0, scrollbars=0, resizable=1, height=570px, width=500,top=20,left=20');
}
function popup_impressum (URL){
mainwin = window.open(URL,"popup_impressum",'toolbar=0, location=0, status=0, scrollbars=1, resizable=0, height=450px, width=517,top=20,left=20');
}
function popup_lageplan (URL){
mainwin = window.open(URL,"popup_impressum",'toolbar=0, location=0, status=0, scrollbars=0, resizable=0, height=490px, width=645,top=20,left=20');
}

function InsertMail1(mailnam)
{
    document.write('<a href="mailto:'+mailnam+'@spsg.de">'+mailnam+'@spsg.de</a>');
}