<!--
var strMHeight=20;
var strFont="Verdana, Arial, Helvetica, sans-serif";
var strFSize=13;
var strFColor="#FFFFFF";
var strFHColor="#000000";
var strBgColor="#003399";
var strBgHColor="#FFCC33";

function fwLoadMenus() {

  window.fw_menu_0 = new Menu("root",212,strMHeight,strFont,strFSize,strFColor,strFHColor,strBgColor,strBgHColor);
  fw_menu_0.addMenuItem("MasterLube Electronic Kits","location='mlelectronickits.htm'");
  fw_menu_0.addMenuItem("MasterLube Marine Kits","location='mlmarinekits.htm'");
  fw_menu_0.addMenuItem("TurboLube Mechanical Kits ","location='tlmechanical.htm'");
  fw_menu_0.addMenuItem("TurboLube “Quick” Kits ","location='tlquick.htm'");
  fw_menu_0.addMenuItem("Commercial Kits ","location='commercialkits.htm'");
   fw_menu_0.hideOnMouseOut=true;
  window.fw_menu_1 = new Menu("root",290,strMHeight,strFont,strFSize,strFColor,strFHColor,strBgColor,strBgHColor);
  fw_menu_1.addMenuItem("Marine","location='marine.htm'");
  fw_menu_1.addMenuItem("Street Rod","location='streetrod.htm'");
  fw_menu_1.addMenuItem("Racing","location='racing.htm'");
  fw_menu_1.addMenuItem("Motorcycle","location='motorcycle.htm'");
  fw_menu_1.addMenuItem("Exotics/Classics/Vintage/Car Collectors","location='exotic.htm'");
  fw_menu_1.addMenuItem("Motor Homes/Diesel Engines","location='towvehicles.htm'");
  fw_menu_1.addMenuItem("Commercial","location='commercial.htm'");
  fw_menu_1.addMenuItem("Aviation","location='aviation.htm'");
  fw_menu_1.addMenuItem("PreLubrication Tool","location='prelube.htm'");
   fw_menu_1.hideOnMouseOut=true;
  window.fw_menu_2 = new Menu("root",226,strMHeight,strFont,strFSize,strFColor,strFHColor,strBgColor,strBgHColor);
  fw_menu_2.addMenuItem("3QH Short ","location='3qtshort.htm'");
  fw_menu_2.addMenuItem("Custom Length Hose ","location='customhose.htm'");
  fw_menu_2.addMenuItem("Gauge Mounting Kit ","location='gaugemount.htm'");
  fw_menu_2.addMenuItem("Cylinder Mounting Kit ","location='cylindermount.htm'");
  fw_menu_2.addMenuItem("Laser Cut Mounting Brackets ","location='laserbracket.htm'");
  fw_menu_2.addMenuItem("6th Generation Short Valve","location='valve.htm'");
  fw_menu_2.addMenuItem("Hose Kit ","location='hosekit.htm'");
  fw_menu_2.addMenuItem("Chrome Upgrade Option","location='chrome.htm'");
   fw_menu_2.hideOnMouseOut=true;
  window.fw_menu_3 = new Menu("root",252,strMHeight,strFont,strFSize,strFColor,strFHColor,strBgColor,strBgHColor);
  fw_menu_3.addMenuItem("FAQ’s for MasterLube Kits ","location='faqml.htm'");
  fw_menu_3.addMenuItem("FAQ’s for TurboLube Kits ","location='faqtl.htm'");
  fw_menu_3.addMenuItem("FAQ’s for TurboLube “Quick” Kits ","location='faqquick.htm'");
  fw_menu_3.addMenuItem("FAQ’s for Commercial Kits ","location='faqcommercial.htm'");
   fw_menu_3.hideOnMouseOut=true;
  window.fw_menu_4 = new Menu("root",342,strMHeight,strFont,strFSize,strFColor,strFHColor,strBgColor,strBgHColor);
  fw_menu_4.addMenuItem("Customer Pictures, Applications, and Feedback","location='installs.htm'");
  fw_menu_4.addMenuItem("Magazine Articles ","location='magazines.htm'");
   fw_menu_4.hideOnMouseOut=true;
  window.fw_menu_5 = new Menu("root",233,strMHeight,strFont,strFSize,strFColor,strFHColor,strBgColor,strBgHColor);
  fw_menu_5.addMenuItem("Stainless Steel Braided Teflon ","location='customhose.htm'");
   fw_menu_5.hideOnMouseOut=true;
  window.fw_menu_6 = new Menu("root",235,strMHeight,strFont,strFSize,strFColor,strFHColor,strBgColor,strBgHColor);
  fw_menu_6.addMenuItem("Contact MasterLube Industries","location='contactus.htm'");
  fw_menu_6.addMenuItem("Become a Dealer","location='dealerform.htm'");
  fw_menu_6.addMenuItem("Featured Dealers","location='dealers.htm'");
   fw_menu_6.hideOnMouseOut=true;
  window.fw_menu_7 = new Menu("root",222,strMHeight,strFont,strFSize,strFColor,strFHColor,strBgColor,strBgHColor);
  fw_menu_7.addMenuItem("Discounts for Associations","location='carclubs.htm'");
   fw_menu_7.hideOnMouseOut=true;
    fw_menu_7.writeMenus();
} // fwLoadMenus()

var arrImg=new Array; 
function preloadImages() {
  var d=document; if(d.images){
    var i,x,iName,temp,a=preloadImages.arguments;
	for(i=0; i<a.length; i++){
    	if (a[i].indexOf(".")!=-1){
			iName=a[i].substring(a[i].lastIndexOf("/")+1,a[i].lastIndexOf(".")); 
			arrImg[i]=new Image; 
			arrImg[i].src=a[i];
			arrImg[i].name=iName;
		}
	}
}
}
function MM_findObj(n, d) { //v4.0
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && document.getElementById) x=document.getElementById(n); return x;
}

function swapImage() { //v3.0
	var c,i,x,j,a=swapImage.arguments,n; 
	for(c=0;c<a.length/2;c++){
		i=c*2;
	   if ((x=MM_findObj(a[i]))!=null){
			if (a[i+1]==0) n=a[i]+'_o';
			else n=a[i];
			for(j=0;j<arrImg.length;j++){
				if (arrImg[j].name==n) x.src=arrImg[j].src;
			}
		}
	}
}
//-->