var MENU1_ITEMS =[
	[wrap('Product Categories'), "javascript:f_goto('http://www.Lubricants.com')", {'sw':163,'bw':160},
		['Automotive Engine Oil', 'http://www.lubricants.com/BuyersGuide/EngineOil/Automotive'],
		['Automotive Gear Oil', 'http://www.lubricants.com/BuyersGuide/GearOil/Automotive'],
		['Compressor Oil', 'http://www.lubricants.com/BuyersGuide/CompressorOil'],
		['Grease', 'http://www.lubricants.com/BuyersGuide/Grease'],
		['Hydraulic Oil', 'http://www.lubricants.com/BuyersGuide/HydraulicOil'],
		['Industrial Gear Oil', 'http://www.lubricants.com/BuyersGuide/GearOil/Industrial'],
		['Motorcycle Engine Oil', 'http://www.lubricants.com/BuyersGuide/EngineOil/Motorcycle'],
		['Open Gear Oil', 'http://www.lubricants.com/BuyersGuide/GearOil/Open'],
		['Rail Curve Grease', 'http://www.lubricants.com/BuyersGuide/RailCurveGrease'],
		['Transmission Fluid', 'http://www.lubricants.com/BuyersGuide/TransmissionFluid'],
		['Turbine Oil', 'http://www.lubricants.com/BuyersGuide/TurbineOil']
	],

	
	[wrap('Customer Service'), "javascript:f_goto('http://store.lubricants.com/help.asp')", {'sw':160, 'bw':160},
		['Help', 'http://store.lubricants.com/help.asp'],	
		['Terms of Use', 'http://store.lubricants.com/terms.asp'],
		['Privacy Policy', 'http://store.lubricants.com/terms_privacy.asp'],




	],

	[wrap('About Us'), "javascript:f_goto('http://store.lubricants.com/aboutus.asp')", {'sw':96,'bw':160},

	],

	
	


	
];


function f_goto(s_link) {
	window.location = s_link;
	pageTracker._link(s_link);
	return false;
}



function wrap(caption) {
if (caption == department)
return '<div style="background: #ffffff;	padding-top:4px; padding-bottom:2px; color:#361E65;">&nbsp;&nbsp;' + caption + '</div>';
else 
return '&nbsp;&nbsp;' + caption + '';

}





