
/* ------  Dropdown-Menü-Krücke für IE6-Müll ----------- */

	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";
					}
					node.onmouseout=function() {
						this.className=this.className.replace(" over", "");
					}
				}
			}
		}
	}

	window.onload=startList;

/* -------------------------------------------------------------------- */

	var hmenOn  = new Array(); 
	for(i=1;i<=7;i++){
		hmenOn[i] = new Image(); 
		hmenOn[i].src  ="../images/hnav-"+i+"2.gif";
	}

	var umenOn  = new Array(); 
	for(i=1;i<=3;i++){
		hmenOn[i] = new Image(); 
		hmenOn[i].src  ="../images/unav-3"+i+"2.gif";
	}


// YouTube-Fenster öffnen		

	var youtubeWin
	
	function openYouTube(film,breit,hoch,name)
		{
		produktWin = window.open(film,name,"width="+breit+",height="+hoch+",locationbar=no,toolbar=no,menubar=no,resizable=no,status=no,scrollbars=no,left=70,top=70");
		produktWin.focus();
		}
	

