function menu(tiefe) 	{	var d = new String('../');	var trenner = new String();	if (tiefe != 0)	{		for (i=0 ; i < tiefe ; i++)	{			trenner = trenner + d;		}	}	//alert(trenner + 'ho');			var menuEntry = new Array;	var cnt = 0;	menuEntry[cnt] = '<a href="' + trenner + 'index.html">home</a> | '; cnt++;	menuEntry[cnt] = '<a href="' + trenner + 'recordings/index.php">brackrecordings</a> | '; cnt++;	menuEntry[cnt] = '<a href="' + trenner + 'sakura/index.html">sakura</a> | '; cnt++;	//menuEntry[cnt] = '<a href="' + trenner + 'blitzkrieg/index.html">blitzkrieg</a> | '; cnt++;	menuEntry[cnt] = '<a href="' + trenner + 'gudrunsgarten/index.html">gudrunsgarten</a> | '; cnt++;//	menuEntry[cnt] = '<a href="' + trenner + 'ntd/index.php">nackt_schranzen_!</a> | '; cnt++;	menuEntry[cnt] = '<a href="' + trenner + 'sand.html">...</a> | '; cnt++;	menuEntry[cnt] = '<a href="' + trenner + 'cmb/index.html">cmb</a> | '; cnt++;//	menuEntry[cnt] = '<a href="' + trenner + 'zweetdreemz/index.html">&mdash;</a> | '; cnt++;	menuEntry[cnt] = '<a href="mailto:chiefrocker@mulonation.com">contact</a> '; cnt++;		for (i=0 ; i < menuEntry.length ; i++)	{		document.writeln(menuEntry[i]);	}	//return true;}function raidEm()	{	alert("fuck RAID GbR");	history.go(-1);	//return;}function illi()	{	alert("frohes neues!!!!!");	//history.go(0);	//document.reload();	//return;	}function checkBrowser(){		//Which browser am I using? 		if (navigator.appName.indexOf("Microsoft") != -1) {			isIE = true;		}else {					if (parseInt(navigator.appVersion) >= 5) {				isIE = true;			}else {				isNav = true;			}		}				if (parseInt(navigator.appVersion) > 3) {					/*//menus[1] = new menu('menu1','mdrop1','mitems1',new rect(53,144,153+144,160+53));			menus[1] = new menu('menu1','mdrop1','mitems1',TITLE1_ON,TITLE1_OFF);			menus[2] = new menu('menu2','mdrop2','mitems2',TITLE2_ON,TITLE2_OFF);			menus[3] = new menu('menu3','mdrop3','mitems3',TITLE3_ON,TITLE3_OFF);			menus[4] = new menu('menu4','mdrop4','mitems4',TITLE4_ON,TITLE4_OFF);							// Center menus depending on browser width. Note, may not work in a frame.			setCenters();							// After centering locations, display all menu titles.						if(isIE){				obj = document.getElementById('menu1');				obj.style.visibility = "visible";								obj = document.getElementById('menu2');				obj.style.visibility = "visible";				obj = document.getElementById('menu3');				obj.style.visibility = "visible";				obj = document.getElementById('menu4');				obj.style.visibility = "visible";			} else {				document.menu1.visibility = "visible";				document.menu2.visibility = "visible";				document.menu3.visibility = "visible";				document.menu4.visibility = "visible";			}											// Cache items in background			preload();					// Let everyone know menus are set to go.			initialized = true;		*/			}		}
