var MENU_ITEMS =[
	[main_level("About Stahly",1), null, "",
		[sub_level("Company Overview"), "about/start.htm"],
		[sub_level("History / Track Record"), "about/track_record.htm"]
	],
	[main_level("Products",1), null, "",
		[sub_level("New Equipment"), "products/start.htm"],
		[sub_level("Photo Gallery"), "products/gallery.htm"],
		[sub_level("Stahly Peterbilt 4340 vs. Ground-Up Unit"), "products/whyperterbilt.htm"],
		[sub_level("History / Track Record"), "about/track_record.htm"],
		[sub_level("Stahly Ads"), "products/start.htm#ads"]
	],
	[main_level("<b>Precision GPS</b>",1), null, "",
		[sub_level("GPS Systems"), "gps/gps_systems.htm"],
		[sub_level("Change WAAS Satellite Selection"), "gps/satellite_selection.htm"],
		[sub_level("WAAS Satellite Decommissioning"), "gps/satellite_decommissioning.htm"]
	],
	[main_level("Used Equipment",1), null, "",
		[sub_level1("<b>Used Equipment Available</b>"), "used/start.htm"],
		[sub_level("Aggressor 1600 Gallon Liquid System"), "used/equip/aggressorsystem.htm"],
		[sub_level("05 Navistar IH 7400"), "used/equip/05navistarIH7400.htm"],
		[sub_level("05 Stahly Sterling w/L3220G4 MultApplier"), "used/equip/05sterlingL3220g4.htm"],
		[sub_level("09 Stahly Liquid System"), "used/equip/09stahlyliquid.htm"],
		[sub_level("93 Tyler Liquid Split System"), "used/equip/93tyler.htm"],
		[sub_level1("<b>Low Priced Miscellaneous Items</b>"), "used/miscitems.htm"]
	],
	[main_level("Site Map"), "sitemap.htm",
	],
	[main_level("Parts & Accessories"), "parts/start.htm",
	],
	[main_level("Services",1), null, "",
		[sub_level("Rehab"), "services/rehab.htm"],
		[sub_level("Mobile Service Units"), "services/mobileservices.htm"],
		[sub_level("Chassis Conversions"), "services/chassis_conv.htm"],
		[sub_level("Pre / Post Conversions"), "services/prepost_conv.htm"],
		[sub_level("Boom Conversions"), "services/boom_conv.htm"],
		[sub_level("Row Crop Tire Packages"), "products/Row_Crop_Tire.pdf"]
	],
	[main_level("Booms"), "booms/index.html",
	],
	[main_level("Customer Support"), "support/start.htm",
	],
	[main_level("<b>SPECIALS</b>",1), null, "",
		[sub_level("STAHLY Specials"), "specials/start.htm"],
		[sub_level("Low Priced Miscellaneous Items"), "used/miscitems.htm"]
	],
	[main_level_4qte("Truck Equipment",1), null, "",
		[sub_level1("<b>Visit 4QTE.com for product info</b>"), "http://www.4qte.com"],
		[sub_level("Lift Gates",1), null, null,
			[sub_level("TOMMY GATE"), "http://www.4qte.com/lift_gates.html"],
			[sub_level("ANTHONY"), "http://www.4qte.com/lift_gates.html"],
			[sub_level("MAXON"), "http://www.4qte.com/lift_gates.html"],
			[sub_level("THIEMAN"), "http://www.4qte.com/lift_gates.html"],
			[sub_level("LEYMAN"), "http://www.4qte.com/lift_gates.html"]
		],
		[sub_level("Snow Plows & Ice Control",1), null, null,
			[sub_level("WESTERN"), "http://www.4qte.com/snow_icecontrol.html"],
			[sub_level("FISHER"), "http://www.4qte.com/snow_icecontrol.html"],
			[sub_level("BOSS"), "http://www.4qte.com/snow_icecontrol.html"]
		],
		[sub_level("Truck Bodies",1), null, null,
			[sub_level("PARKHURST Grain"), "http://www.4qte.com/truck_bodies_grain.html"],
			[sub_level("OMAHA STANDARD service"), "http://www.4qte.com/bodies_omaha.html"],
			[sub_level("WARNER Haulers"), "http://www.4qte.com/bodies_warner_haulers.html"],
			[sub_level("ARISTOCRAT Dump"), "http://www.4qte.com/bodies_aristrocrat.html"],
			[sub_level("ARISTOCRAT Hoists"), "http://www.4qte.com/hoists_aristrocrat.html"]
		],
		[sub_level("Haulers"), "http://www.4qte.com/bodies_warner_haulers.html"],
		[sub_level("Aerial Lifts"), "http://www.4qte.com/aerial_lifts.html"],
		[sub_level("Truck Equipment",1), null, null,
			[sub_level("TRUCK COVERS"), "http://www.4qte.com/truck_covers.html"],
			[sub_level("TOOL BOXES"), "http://www.4qte.com/tool_boxes.html"],
			[sub_level("HITCHES"), "http://www.4qte.com/hitches_towingcargo.html"]
		],
	],
	[main_level("Contact Us"), "contact/start.htm",
	],
	[main_level("Map/Directions"), "contact/location_map.html",
	],
	[main_level("Employment Opportunities"), "employ/start.htm",
	]
];

function main_level (text,icon) {
	return [['<table cellpadding="3" cellspacing="0" border="0" bgcolor="000000"><tr><td align="left" width="100%" height="26"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="3" cellspacing="0" border="0" bgcolor="CCCCCC"><tr><td align="left" width="100%" height="26"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="3" cellspacing="0" border="0" bgcolor="999999"><tr><td align="left" width="100%" height="26"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join('')];
}
function sub_level (text, icon) {
	return [['<table cellpadding="3" cellspacing="0" border="0" bgcolor="FFFFFF"><tr><td width="100%"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000066">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_b':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="3" cellspacing="0" border="0" bgcolor="3366CC"><tr><td width="100%"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="3" cellspacing="0" border="0" bgcolor="6699FF"><tr><td width="100%"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join('')];
}
function sub_level1 (text, icon) {
	return [['<table cellpadding="3" cellspacing="0" border="0" bgcolor="CCCCCC"><tr><td width="100%"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000066">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_b':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="3" cellspacing="0" border="0" bgcolor="3366CC"><tr><td width="100%"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="3" cellspacing="0" border="0" bgcolor="6699FF"><tr><td width="100%"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join('')];
}
function main_level_4qte (text,icon) {
	return [['<table cellpadding="3" cellspacing="0" border="0" bgcolor="000000"><tr><td height="30"><img src="menu_files/4qte_logo_blk_flash.gif" width="29" height="20" border="0" align="absmiddle"></td><td align="left" width="100%" height="30"><img src="menu_files/truck_equip_blk_flash.gif" width="73" height="25" border="0" align="absmiddle"></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="3" cellspacing="0" border="0" bgcolor="CCCCCC"><tr><td><img src="menu_files/4qte_logo_ccc.jpg" width="29" height="20" border="0" align="absmiddle"></td><td align="left" width="100%"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join(''),
		['<table cellpadding="3" cellspacing="0" border="0" bgcolor="999999"><tr><td><img src="menu_files/4qte_logo_999.jpg" width="29" height="20" border="0" align="absmiddle"></td><td align="left" width="100%"><span style="font-face: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333">',text,'</span></td><td><img src="menu_files/', (icon?'arrow_w':'pixel'), '.gif" width="5" height="9" border="0"></td></tr></table>'].join('')];
}


