<!--
function openWin() 
{  
	var args=openWin.arguments;
	window.open('includes/image.php?img=../'+args[0], '_blank', 'toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=no');
}

function openFlash() 
{  
	window.open('fl/upak.html', '_blank', 'fullscreen=yes, scrollbars=auto');
}

if (navigator.appName == "Microsoft Internet Explorer") {


startList = function() {
if (document.all&&document.getElementById) {
	navRoot = document.getElementById("menu");
	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", "");
  	    }
   	}
  }
  	node = document.getElementById("seo");
	node.onmouseover=function() {
		this.className+=" hover";
  	}
 	node.onmouseout=function() {
  		this.className=this.className.replace(" hover", "");
  	}
 }
}
window.onload=startList;
}

//-->
