	function getObject(ObjId) {		if (document.getElementById) {			var Obj = document.getElementById(ObjId);		} else if (document.all) {			var Obj = eval("document.all."+ObjId);		}		return Obj;	}	function toggleLayerByID(ObjIDhide, ObjIDshow) {		var ObjHide = getObject(ObjIDhide);		var ObjShow = getObject(ObjIDshow);		ObjHide.style.display = "none";		ObjShow.style.display = "block";	}	function print_this_page() {window.print()}function send_this_page() {path = "/cgi-bin/sendit.pl?"+window.parent.content.location.pathnameNS4 = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4");	if (NS4) {	sendit = window.open(path,"sendit","width=250,height=450,resizable=yes")	}	else {	sendit = window.open(path,"sendit","width=200,height=340,resizable=yes")	}}function bookmark(url, description){netscape="Diese Seite zu den Lesezeichen hinzufügen: nPC:    Strg + D nMAC: Apfel + D"if (navigator.appName=='Microsoft Internet Explorer'){window.external.AddFavorite(url, description);}else if (navigator.appName=='Netscape'){alert(netscape);}}function tabIcon1(action) {var obj = document.getElementById('standorttab1');switch(action) {	case 'show':		obj.className='standorttab1';	break;	case 'hide':		obj.className='standorttab3';	break;}}function tabIcon2(action) {var obj = document.getElementById('standorttab2');switch(action) {	case 'show':		obj.className='standorttab4';	break;	case 'hide':		obj.className='standorttab2';	break;}}