function init(){//  set submenu	if($('p2-submenu')){		//alert(location.href);		$$("#p2-submenu A").each(function(e) { 			if(e.href+location.hash == location.href){				Element.addClassName(e,"current");			};		});				}		$$("#p2-content A").each(function(e) { 		if(e.hash && e.href.indexOf("brasilianische-botschaft")>0){			var theurl = e.href.split("#");			e.href=theurl[0];		};	});			if(location.href.indexOf("links.php")>0){		Element.hide($('linkLink'));	};//  set submenu}function langIcons() {	theLangs = langIcons.arguments;	imgTAG = "<img src=\"../pics/lang_xxLANG.gif\" alt=\"xxLANG\" width=\"15\" height=\"15\" hspace=\"1\" vspace=\"1\" border=\"0\" align=\"top\">";	theHTML ="";	for(i=0;i<theLangs.length;i++) {		theEntry = imgTAG;		theEntry = theEntry.replace(/xxLANG/,theLangs[i]);		theEntry = theEntry.replace(/xxLANG/,theLangs[i]);		theHTML += theEntry;	}	document.write(theHTML)}