var vl="<A HREF='";
var vn="<a";
var vcn=" class='ztxt'>";
var vc="' CLASS='ztxt'>";

if(document.all || document.layers){
	document.write("<DIV ID='NSbuffer' STYLE='top:0;left:0;width:1;height:1;position:absolute;visibility:hidden;z-index:1;'></DIV>"+
		"<DIV ID='indprod' STYLE='top:0;left:0;width:102;height:120;position:absolute;visibility:hidden;z-index:21;'>"+
			"<TABLE CELLPADDING=1 CELLSPACING=0 BORDER=0>"+
			"<TR><TD>"+
				"<TABLE CELLPADDING=3 CELLSPACING=0 BORDER=0 bgcolor='#F2B679'>"+
				"<TR>"+
				"<TD NOWRAP><FONT FACE='verdana,helvetica'>"+
				vn+vcn+vl+"NittaMoore1.htm"+vc+"<B>Nitta-Moore </B><BR>"+
				vl+"proapplication.htm"+vc+"Product Application</A><BR>"+
				vl+"poly_tube.htm"+vc+"Polyurethane Tubes</A><BR>"+
				vl+"nylon_tube.htm"+vc+"Nylon Tubes</A><BR>"+
				vl+"flame_res_tube.htm"+vc+"Flame-Resistant Tubes</A><BR>"+
				vl+"polyurethane_coil_tube.htm"+vc+"Polyurethane Coil Tube</A><BR>"+
				vl+"polyolefin_tube.htm"+vc+"Polyolefin Tubes</A><BR>"+
				vl+"fluoroetylene_tube.htm"+vc+"Fluoroetylene Tubes</A><BR>"+
				vl+"ue.htm"+vc+"Anti-Static UE Tubes</A><BR>"+
				vl+"erange.html"+vc+"E-TR Type</A><BR>"+
				vl+"emini.htm"+vc+"E-Mini Type</A><BR>"+
				vl+"access.htm"+vc+"Accessory</A><BR>"+
				vl+"e_speed1.htm"+vc+"E Speed Controller</A><BR>"+
				vl+"throttle.htm"+vc+"Throttle Value</A><BR>"+
				vl+"qdc.htm"+vc+"Q.D.Coupling</A><BR>"+
				vl+"chemifit.htm"+vc+"Chemifit C1 Series</A><BR>"+
				vl+"ccontrol.htm"+vc+"Chemifit C1 Controller</A><BR>"+
				vl+"CS.htm"+vc+"Chemifit CS Series</A><BR>"+
				vl+"CP.htm"+vc+"Chemifit CP Series</A><BR>"+
				vl+"chemifitCt.htm"+vc+"Chemifit CT Series</A><BR>"+
				
				
				"</FONT></TD></TR></TABLE>"+
			"</TD></TR></TABLE>"+
		"</DIV>"+

		"<DIV ID='auto' STYLE='top:0;left:0;width:102;height:120;position:absolute;visibility:hidden;z-index:21;'>"+
			"<TABLE CELLPADDING=1 CELLSPACING=0 BORDER=0>"+
			"<TR><TD>"+
				"<TABLE CELLPADDING=3 CELLSPACING=0 BORDER=0 bgcolor='#F2B679'>"+
				"<TR>"+
				"<TD NOWRAP><FONT FACE='verdana,helvetica'>"+
				vl+"NittaMoore2.htm"+vc+"<B>Nitta Moore</B></A><BR>"+
				vl+"air-brake1.htm"+vc+"Air-Brake Piping Systems</A><BR>"+
				vl+"Air-brake2.htm"+vc+"Fuel Line Systems</A><BR>"+
				vl+"Air-brake3.htm"+vc+"Air-Operated Systems</A><BR>"+
				
				
			
				"</FONT></TD></TR></TABLE>"+
			"</TD></TR></TABLE>"+
		"</DIV>"+

		"<DIV ID='bonpet' STYLE='top:0;left:0;width:102;height:120;position:absolute;visibility:hidden;z-index:21;'>"+
			"<TABLE CELLPADDING=1 CELLSPACING=0 BORDER=0>"+
			"<TR><TD>"+
				"<TABLE CELLPADDING=3 CELLSPACING=0 BORDER=0 bgcolor='#F2B679'>"+
				"<TR>"+
				"<TD NOWRAP><FONT FACE='verdana,helvetica'>"+
				vl+"bonpet.htm"+vc+"Bonpet</A><BR>"+
				vl+"bonpetuse.htm"+vc+"How to Use</A><BR>"+
				vl+"ill.htm"+vc+"Illustrations</A><BR>"+
        		vl+"supply.htm"+vc+"Packing of Bonpet</a><br>"+
				
		
				"</FONT></TD></TR></TABLE>"+
			"</TD></TR></TABLE>"+
		"</DIV>"
		)
	}

var layerRef;
var layerStyle;
var menuName;
var x=130;
var y=180;

var xLoc=0;
var yLoc=0;

function mouseMove(e){
	if(document.all && ready == "yes"){
		x=event.x;
		y=event.y;
		menuOff(x,y+12);
		}
	if(document.layers && ready == "yes"){
		x=e.pageX;
		y=e.pageY;
		menuOff(x,y+12);
		}}

if (document.all){
	document.onmousemove = mouseMove;
	layerRef = "document.all";
	layerStyle = ".style"; }
if (document.layers){
	document.onmousemove = mouseMove;
	document.captureEvents(Event.MOUSEMOVE);
	layerRef = "document.layers";
	layerStyle = ""; }

function showLayer(layerName){
	eval(layerRef+'["'+layerName+'"]'+layerStyle+'.visibility="visible"') }

function hideLayer(layerName){
	eval(layerRef+'["'+layerName+'"]'+layerStyle+'.visibility="hidden"') }

function moveLayer(layerName,top,left){
      eval(layerRef+'["'+layerName+'"]'+layerStyle+'.top=top')
      eval(layerRef+'["'+layerName+'"]'+layerStyle+'.left=left') }

function rem(){
	
	if(document.all || document.layers){
	hideLayer("indprod");
	hideLayer("auto");
	hideLayer("bonpet");

		
	}}

function menuOn(lName){
	if(document.all || document.layers){

	rem();

	if(lName == "indprod"){
		yLoc = 190;
		xLoc = 130;

	}
	else
	{
		if(lName == "auto"){
			yLoc = 210;
			xLoc = 130;
	
		}
		else
		{
			if(lName == "bonpet"){
				yLoc = 230;
				xLoc = 130;

			}
			else
			{
		
				yLoc = y;
				xLoc = x;
			}
		}
	}
	menuName = lName;
	moveLayer(lName,yLoc-30,xLoc+32);
	showLayer(lName);
	}
}

function menuOff(xcord,ycord){

	if(menuName == "indprod" && xcord > xLoc+200){ rem(); }
	if(menuName == "auto" && xcord > xLoc+190){ rem(); }
	if(menuName == "bonpet" && xcord > xLoc+190){ rem(); }


	if(menuName == "indprod" && ycord > yLoc+215){ rem(); }
	if(menuName == "auto" && ycord > yLoc+200){ rem(); }
	if(menuName == "bonpet" && ycord > yLoc+200){ rem(); }
	}
	ready = "yes";
