var MENU3_ITEMS =[



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


	],

	
];

function wrap_blue (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="http://www.buyersguide.com/Tigra/tabs/img/blue',
			(i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="http://www.buyersguide.com/Tigra/tabs/img/blue',
			(i?2:1),'_m.gif" >',text,'</td><td><img src="http://www.buyersguide.com/Tigra/tabs/img/blue',
			(i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'
		].join('');
	return res;
}


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 + '';

}