startList = function() {
	//if (document.all&&document.getElementById) {
		
		nav = document.getElementById("nav");
		bar = document.getElementById("products");
		nav.onmouseover=function() {
			this.className += " over";
			alert("yay");
		}
		nav.onmouseout=function() {
			this.className=this.className.replace(" over", "");
		}
	//}
}
 var browserName=navigator.appName; 
 if (browserName=="Microsoft Internet Explorer")
 {
	 //alert("Loaded");
  window.onload=P7_autoHide('products');
 }



//--><!]]>
