function OpenWindowMusic(datei,hoehe)
{
    new_window = window.open(datei,'innside_music','width=350,height=' + hoehe + ',resizable=yes,menubar=no,scrollbars=no,toolbar=no,locationbar=no,screenx=0,screeny=0,status=no,innerwidth=0,innerheight=0');
    self.focus();	
}

function OpenWindow(datei,hoehe)
{
    new_window = window.open(datei,'innside','width=550,height=' + hoehe + ',resizable=yes,menubar=no,scrollbars=no,toolbar=no,locationbar=no,screenx=0,screeny=0,status=no,innerwidth=0,innerheight=0');
    new_window.focus();
}

function OpenWindowXMAS(datei,titel)
{
    new_window = window.open(datei,titel,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=760,height=400');
    new_window.focus();
}

function OpenWindowXMAS1(datei,titel)
{
    new_window = window.open(datei,titel,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=750,height=530');
    new_window.focus();
}

function OpenWindowFormular(datei,hoehe)
{
    new_window = window.open(datei,'innside_formular','width=520,height=' + hoehe + ',resizable=yes,menubar=no,scrollbars=yes,toolbar=no,locationbar=no,screenx=0,screeny=0,status=no,innerwidth=0,innerheight=0');
    new_window.focus();
}

function OpenWindowFormular1(datei,hoehe)
{
    new_window = window.open(datei,'innside_formular1','width=520,height=' + hoehe + ',resizable=yes,menubar=no,scrollbars=yes,toolbar=no,locationbar=no,screenx=0,screeny=0,status=no,innerwidth=0,innerheight=0');
    new_window.focus();
}

function OpenWindowReservierung(datei,hoehe)
{
    new_window = window.open(datei,'innside_reservierung','width=720,height=' + hoehe + ',resizable=yes,menubar=no,scrollbars=yes,toolbar=no,locationbar=no,screenx=0,screeny=0,status=yes,innerwidth=0,innerheight=0');
    new_window.focus();
}

function setCookie(name,value,expires,path,domain,secure) 
{
	document.cookie=name+"="+escape(value)+((expires)?";expires="+expires.toGMTString():"")+((path)?";path="+path:"") + ((domain)?";domain="+domain:"")+((secure)?";secure":"");
}

function OpenWindowPostkarte(datei,hoehe)
{
    new_window = window.open(datei,'innside_postcard','width=750,height=' + hoehe + ',resizable=no,menubar=no,scrollbars=no,toolbar=no,locationbar=no,screenx=0,screeny=0,status=no,innerwidth=0,innerheight=0');
    new_window.focus();
}

function OpenWindowDruck(datei,hoehe)
{
    new_window = window.open(datei,'innside_druck','width=520,height=' + hoehe + ',resizable=yes,menubar=no,scrollbars=yes,toolbar=no,locationbar=no,screenx=0,screeny=0,status=no,innerwidth=0,innerheight=0');
    new_window.focus();
}