function fenster3(location, breit, hoch)
{
nei = open(location,"fenster3", "width=" + breit + ", height=" + hoch + ", scrollbars=1, resizable, status=0, left=120, top=20 ");
nei.focus()
}
function fenster4(location, breit, hoch, text)
{
breit = breit*1+16;
hoch = hoch*1+24;
neo = open(location,"fenster4", "width=" + breit + ", height=" + hoch + ", scrollbars=0, status=1, left=120, top=140, resizable ");
neo.status = text;
neo.focus()
}
function fenster5(ziel)
{
neu = open("database/news/texte.php" + ziel,"fenster5","width=800,height=700,menubar=0,scrollbars=1,resizable,left=116,top=36");
neu.focus();
}
function fensterauf(adresse,breite,hoehe)

		{
			info=window.open(adresse,"info","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width="+breite+",height="+hoehe)
			info.focus();
		}
function formular(form)
{
neu = open("http://www.staffel.fortuna-logabirum.de:80/tinc?key=cfkadSgo&formname=" + form,"Formular","width=618,height=470,menubar=0,scrollbars=0,left=88,top=36");
neu.focus();
}
function detaills(wert)
{
neu = open("database/termine/detail.php?idwert=" + wert, "detail","width=760,height=660,menubar=0, toolbar=1,location=0, status=0,scrollbars=1,resizable");
neu.focus();
}
function detail(wert1, wert2, wert3)
{
detaills = open("database/termine/detaills.php?dag=" + wert1 + "&mona=" + wert2 + "&year=" + wert3, "detaills","width=760,height=660,menubar=0, toolbar=1,scrollbars=1,location=0, status=0, resizable");
detaills.focus();
}
function addBookmark(title, url) {
        if (window.sidebar) { // firefox
              window.sidebar.addPanel(title, url,"");
        } else if( document.all ) { //MSIE
                window.external.AddFavorite( url, title);
        } else {
               alert("dieser Browser unterstützt die Funktion leider nicht");
        }
}

