function indexEx(){
	var htmS=""

	return htmS
}

function indexEx2(){
	var htmS=""

	return htmS
}

function indexEx4(){
	var htmS=""

htmS+=drawDivPic("leftFill",0,77,10,517,"",'','',1,'','','',1,'','visibility: hidden',"content/bilder/backExTitel1.gif","")
	htmS+=drawDivPic("rightFill",0,77,10,517,"",'','',1,'','','',1,'','visibility: hidden',"content/bilder/backExTitel.gif","")		


	return htmS
}
function privateResize(){
	if(typeof(m_noIndexSite)!=="undefined"){
		if(m_noIndexSite==1){
			self.location="seite.php"
		}
	}





if(allX>0){
		obj=document.getElementById("leftFill")
		obj.style.width=allX
		document.getElementById("picleftFill").style.width=allX
		obj.style.visibility="visible"
		if(window.innerWidth){allW = window.innerWidth}
		else{allW=document.body.offsetWidth-4}
		obj=document.getElementById("rightFill")
		obj.style.width=allW-allX-m_titelAllBackW
		obj.style.left=allX+m_titelAllBackW
		document.getElementById("picrightFill").style.width=allW-allX-m_titelAllBackW
		obj.style.visibility="visible"
	}
	else{
		document.getElementById("leftFill").style.width=1
		document.getElementById("leftFill").style.left=0		
		document.getElementById("leftFill").style.visibility="hidden"
		document.getElementById("rightFill").style.width=1
		document.getElementById("rightFill").style.left=0		
		document.getElementById("rightFill").style.visibility="hidden"
	}


}
