    var _version = 'Pre 1.2'; 
    version = '0';
     var isMacIE = ( (navigator.userAgent.indexOf("IE 4") > -1) && (navigator.userAgent.indexOf("Mac")  > -1) );
     browserName = navigator.appName;           
     browserVer = parseInt(navigator.appVersion); 
     	
        if (browserName == "Netscape" && browserVer >= 4)version = "n4";
        else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "e4";
             
        if (version == "n4" || version == "e4" && !isMacIE)     
		{         
		document.write('' +
		
'<div id="menu1" class="popup"><a href="content_cad.html" onmouseover="ov(7); timer(1);" onmouseout="ou(7); timer(0);"><img id="menu_8" src="layout/menu_8.gif" width="148" height="17" alt="" /></a><br /><a href="content_glass.html" onmouseover="ov(8); timer(1);" onmouseout="ou(8); timer(0);"><img id="menu_9" src="layout/menu_9.gif" width="148" height="17" alt="" /></a><br /><a href="content_seating.html" onmouseover="ov(9); timer(1);" onmouseout="ou(9); timer(0);"><img id="menu_10" src="layout/menu_10.gif" width="148" height="17" alt="" /></a><br /><a href="content_encap.html" onmouseover="ov(13); timer(1);" onmouseout="ou(13); timer(0);"><img id="menu_14" src="layout/menu_14.gif" width="148" height="17" alt="" /></a><br /><a href="content_special.html" onmouseover="ov(10); timer(1);" onmouseout="ou(10); timer(0);"><img id="menu_11" src="layout/menu_11.gif" width="148" height="17" alt="" /></a><br /><a href="content_parts.html" onmouseover="ov(11); timer(1);" onmouseout="ou(11); timer(0);"><img id="menu_12" src="layout/menu_12.gif" width="148" height="17" alt="" /></a><br /><a href="content_quality.html" onmouseover="ov(12); timer(1);" onmouseout="ou(12); timer(0);"><img id="menu_13" src="layout/menu_13.gif" width="148" height="17" alt="" /></a><br /><a href="content_equip.html" onmouseover="ov(15); timer(1);" onmouseout="ou(15); timer(0);"><img id="menu_16" src="layout/menu_16.gif" width="148" height="17" alt="" /></a><br /><a href="content_foundry.html" onmouseover="ov(14); timer(1);" onmouseout="ou(14); timer(0);"><img id="menu_15" src="layout/menu_15.gif" width="148" height="20" alt="" /></a></div>' )

		}

 
