startList = function() {
	if (document.all&&document.getElementById) {
		navRoot = document.getElementById("nav");
		for (i=0; i<navRoot.childNodes.length; i++) {
			node = navRoot.childNodes[i];
			if (node.nodeName=="LI") {
				node.onmouseover=function() {
					this.className+=" over";
					this.childNodes[0].className+=" marked"
				}
				node.onmouseout=function() {
					this.className=this.className.replace(" over", "");
					this.childNodes[0].className="";
					
				}
			}
		}
	}
}
window.onload=startList;
window.onresize=startList;


	function wE(psTr, asTr, tsTr){
	
			var string1 = psTr;
			var string2 = "@";
			var string3 = asTr;
			var string4 = tsTr;
			document.write("<a href='" + "mail" + "to:" + string1 + string2 + string3 +  string4 + "' class='bmsblue'>" + string1 + string2 + string3 + string4 + "</a>");
			return false;
		}
		
	
	function pU(aktFile){
		newWin=window.open("book.asp?b=" + aktFile,'bookDetail','toolbar=no,scrollbars=no,width=540,height=640,resizable=no')
	}
	
	function mediaPopUp(thePath, theFile){
		mediawindow=window.open('mpu.asp?p_id=' + thePath + '&m_id=' + theFile,'mediawindow', 'width=400, height=360, topmargin=0, scrollbars=no')
	}
	
	function toggleKat(theKat){
		aktObj=document.getElementById(theKat)
		aktLink=document.getElementById(theKat + "LINK")
		if(aktObj.style.display==""){
			aktObj.style.display="none"
			aktLink.style.background="#fff url(img/arrow.gif) no-repeat"
			aktLink.style.backgroundPosition="0px 0px"
			aktLink.style.color="#245540"
		}
		else {
			aktObj.style.display=""
			aktLink.style.background="#245540 url(img/arrow.gif) no-repeat"
			aktLink.style.backgroundPosition="0px -35px"
			aktLink.style.color="#fff"
			
		}
	}
	
	

	


