var MENU2_ITEMS = [
	[wrap_gold('Traffic & Street Lighting Products'), null, {'sw':235},
		['Traffic Signal Poles', '../poles.asp', null,
			['Steel Traffic Signal Poles','../poles.asp?category_id=34'],
			['Aluminum Traffic Signal Poles','../poles.asp?category_id=35']
		],
		['Concrete Poles & Luminaries', '../concrete.asp'],		['Shrouds', '../shrouds.asp?category_id=32'],		['Breakaway Transformer Bases & Ballast Housing Bases', '../Transformer_bases.asp', null, 
			['Aluminum Transformer Bases','../transformer_bases.asp?category_id=28'],
			['Steel Transformer Bases ','../transformer_bases.asp?category_id=29'],
			['Washers','../transformer_bases.asp?category_id=31']
		],
		['Pedestal Bases', '../Bases.asp', null, 
			['Octagonal Base','../Bases.asp?category_id=47'],
			['Square Base','../Bases.asp?category_id=48'],
			['Round Base','../Bases.asp?category_id=49'],			['Base Collar','../Bases.asp?category_id=50']	
		],
		['Cabinets & Enclosures', '../cab.asp', null,
			['Cast Aluminum Junction Box With Long Sweep Elbow','../cab.asp?category_id=16'],			['Cast Aluminum Clock Box','../cab.asp?category_id=23'],
			['Flasher Controller Cabinate','../cab.asp?category_id=26']
		],		['Metal Foundations', '../Helix.asp?category_id=71', null,
			['Helix Body','../Helix.asp?category_id=42'],			['Helix Base Plates','../Helix.asp?category_id=41'],
			['Helix Accessories','../Helix.asp?category_id=52'],			['Helix Installation Video','../video4.asp']
		],
		['Accessories & Hardware', '../AccessoriesHardware.asp', null,
			['Polycarbonate','../AccessoriesHardware.asp?category_id=79'],			['Nipples','../AccessoriesHardware.asp?category_id=80'],			['Caps','../AccessoriesHardware.asp?category_id=81'],			['Anchor Bolts','../AccessoriesHardware.asp?category_id=82'],			['Mast Arm Brackets','../AccessoriesHardware.asp?category_id=83'],
			['Pole Plate Hub','../AccessoriesHardware.asp?category_id=84']			]
	],	[wrap_gold('CNC Machining Department'), '../parts.asp', {'sw':195},		['CNC Machining Centers', '../parts.asp?CNC_Category_ID=4'],		['Lathes', '../parts.asp?CNC_Category_ID=3'],
		['CNC Products and Services', '../CNC_Products.asp'],		['Machined Parts', '../Machined_Parts1.asp', null,			['CI Valve Bodies', '../Machined_Parts1.asp?category_id=37'],
			['PW Unions', '../Machined_Parts1.asp?category_id=39'],			['Stainless Steel Machined Parts', '../Machined_Parts1.asp?category_id=53'],
			['Tangentials', '../Machined_Parts1.asp?category_id=40'],			['Form Rolls', '../Machined_Parts1.asp?category_id=38'],
			['Water Parts', '../Machined_Parts1.asp?category_id=36']			],
		['Support & Inspection Equipment', '../support_insp_equip.asp', null,			['Support Equipment', '../support_insp_equip.asp?CNC_Category_ID=1'],
			['Inspection Equipment', '../support_insp_equip.asp?CNC_Category_ID=2']			],		['CNC Materials', '../CNC_Materials.asp'],		['Industries Served', '../industry_served.asp']		],
	[wrap_gold('Request For Quotation'), null, {'tt': 'RFQ Anchor Bolts,Cast Electrical Enclosures, Pedestal Poles and more...','sw':195},		['Login', 'http://www.componentproducts.com/RFQ/login.asp'],		['Customer Register', 'http://www.componentproducts.com/Register.asp',{'tt' : 'To facilitate the quotation process registration is required ', 'sb' : ''}],		['RFQ','http://www.componentproducts.com/RFQ/login.asp', null,			['Anchor Bolts and Related Hardware', 'http://www.componentproducts.com/RFQ/anchorbolts_products.asp'],
			['Cast Electrical Enclosures', 'http://www.componentproducts.com/RFQ/Cast_Encl1.asp'],			['Galvanized Mast Arm Shroud', 'http://www.componentproducts.com/RFQ/GALVANIZED_MAST_ARM_SHROUD_RFQ1.asp'],
			['Pedestal Pole', 'http://www.componentproducts.com/RFQ/Pedestal_Pole_RFQ1.asp'],			['Sign Bases', 'http://www.componentproducts.com/RFQ/SignBaseRFQ.asp'],
			['Sign Mounting Accessories', 'http://www.componentproducts.com/RFQ/sign_mount_acc_products.asp']			],
		]
];

function wrap_gold (text) {
	var res=[];
	for (var i=0; i<3; i++)
		res[i]=['<table cellpadding="0" cellspacing="0" border="0"><tr><td><img src="img/gold',
			(i?2:1),'_l.gif" width="8" height="23" border="0"></td><td background="img/gold',
			(i?2:1),'_m.gif" style="font-face: tahoma, verdana, arial; font-size: 11px; font-weight: bold; color: #105D94" width="100%">',text,'</td><td><img src="img/gold',
			(i?2:1),'_r.gif" width="8" height="23" border="0"></td></tr></table>'
		].join('');
	return res;
}
