function indexEx(){
	var htmS=""
	return htmS
}

function indexEx2(){
	var htmS=""
	//htmS+=drawDivPic("flagD0",161,218,23,15,"",'','',1,"hand",'','',1,'onclick="goInternWeb(0,0)"','','content/bilder/trans.gif',"")
	//htmS+=drawDivPic("flagD1",197,218,23,15,"",'','',1,"hand",'','',1,'onclick="goInternWeb(0,1)"','','content/bilder/trans.gif',"")
	htmS+=drawDivPic("flagN0",161,279,23,15,"",'','',1,"hand",'','',1,'onclick="goInternWeb(1,0)"','','content/bilder/trans.gif',"")
	htmS+=drawDivPic("flagN1",197,279,23,15,"",'','',1,"hand",'','',1,'onclick="goInternWeb(1,1)"','','content/bilder/trans.gif',"")
	htmS+=drawDivPic("flagO0",161,341,23,15,"",'','',1,"hand",'','',1,'onclick="goInternWeb(2,0)"','','content/bilder/trans.gif',"")
	htmS+=drawDivPic("flagO1",197,341,23,15,"",'','',1,"hand",'','',1,'onclick="goInternWeb(2,1)"','','content/bilder/trans.gif',"")
	
	return htmS
}

function indexEx4(){
	var htmS=""
	
		
	
	return htmS
}
function privateResize(){
	if(typeof(m_noIndexSite)!=="undefined"){
		if(m_noIndexSite==1){
			self.location="seite.php"
		}
	}
}

function goInternWeb(site,part){
	if(site==0){
		self.location="../seite.php?p=" + part
	}
	if(site==1){
		self.location="nl/seite.php?p=" + part
	}
	if(site==2){
		self.location="au/seite.php?p=" + part
	}
}