
<!--
	function cleardate() // Löschen der Felder TerminStart & TerminEnde
	{	this.document.Editform.terminstart.value = "";
		this.document.Editform.terminende.value = "";
	} //cleardate

	function deleteentry(msg) // Löschen des Eintrags aus der Datenbank
	{	return confirm("Soll dieser Eintrag wirklich unwideruflich gelöscht werden ?");
	} //deleteentry
	
	function deletemenu() // Löschen des Eintrags aus der Datenbank
	{	return confirm("ACHTUNG!\n\nSoll dieser Ordner mit\n\nALLEN UNTERPUNKTEN \n\nunwideruflich gelöscht werden ?");
	} //deleteentry

function so_sy_pre_load() {
  var d=document; if(d.images){ if(!d.so_p) d.so_p=new Array();
    var i,j=d.so_p.length,a=so_sy_pre_load.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.so_p[j]=new Image; d.so_p[j++].src=a[i];}}
}

function phonePopup() {
        F1 = window.open("popup.html", "", "width=310,height=250,left=0,top=0");
    }

function toggleMenue(whichLayer)
    {
	
    	if (document.getElementById)
    	{
    		// this is the way the standards work
    		var style2 = document.getElementById(whichLayer).style;
    		style2.display = style2.display? "":"block";
    	}
    	else if (document.all)
    	{
    		// this is the way old msie versions work
    		var style2 = document.all[whichLayer].style;
    		style2.display = style2.display? "":"block";
    	}
    	else if (document.layers)
    	{
    		// this is the way nn4 works
    		var style2 = document.layers[whichLayer].style;
    		style2.display = style2.display? "":"block";
    	}
}
-->

