function head(){
	document.write("<map name='Head'><area shape='rect' coords='0,0,260,80' href='/index.php'></map>");
	document.write("<td colspan='2' height='109' align=right><img src='/shared/img/void.gif'><img src='/shared/img/head.jpg' width='720' height='109' usemap='#Head' border='0'></td>");
}

function menueNav(){
	document.write("<table width='100' cellpadding='3' cellspacing='1' height=100%>");
			document.write("<tr><td bgcolor='#001020' height='20'><img src='/shared/img/arrow.gif' width='12' height='12'> <a href='/index.php'>Neuigkeiten</a></td></tr>");
			document.write("<tr><td bgcolor='#001020' height='20'><img src='/shared/img/arrow.gif' width='12' height='12'> <a href='/texte/index.html'>Allgemeines</a></td></tr>");
			//document.write("<tr><td bgcolor='#001020' height='20'><img src='/shared/img/arrow.gif' width='12' height='12'> <a href='/xml/bellum.php'>Mitglieder</a></td></tr>");
			document.write("<tr><td bgcolor='#001020' height='20'><img src='/shared/img/arrow.gif' width='12' height='12'> <a href='/tabellen/index.html'>Tabellen</a></td></tr>");
			//document.write("<tr><td bgcolor='#001020' height='20'><img src='/shared/img/arrow.gif' width='12' height='12'> <a href='/karten/index.html'>Karten</a></td></tr>");
			document.write("<tr><td bgcolor='#001020' height='20'><img src='/shared/img/arrow.gif' width='12' height='12'> <a href='/galerie'>Galerien</a></td></tr>");
			//document.write("<tr><td bgcolor='#001020' height='20'><img src='/shared/img/arrow.gif' width='12' height='12'> <a href='/downloads'>Downloads</a></td></tr>");
			document.write("<tr><td bgcolor='#001020' height='20'><img src='/shared/img/arrow.gif' width='12' height='12'> <a href='/forum/index.php' target='_blank'>Forum</a></td></tr>"); 
			document.write("<tr><td height='*' bgcolor='#001020'>&nbsp;</td></tr>");
	document.write("</table>");
}

function galerie(){
	var Slideshow = window.open
	('', 'galerie', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,width=760,height=600')
}

function showMap(){

	if(window.location.search){

		query = (window.location.search).slice(1);
		arg = query.split(",");
		image = "<img name='zone' src='" + arg[0] + ".jpg'>";
		region = arg[1];
		document.write("<b>" + region + "<br><br>");
		document.write(image);
	}
}

function getMethod(selected,restore){
  /* eval("location.href='mitglieder.shtml?sortbytwink="+method.options[method.selectedIndex].value+"'"); */
  eval("location.href='mitglieder.shtml?sortbytwink="+selected.options[selected.selectedIndex].value+"'");
  if (restore) selected.selectedIndex=0;
}

function getMap(targ,selObj,restore,realm){
  eval(targ+".location='index.html?"+realm+"/"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}