//keywords
var code="code";var url="url";var sub="sub";
//styles
var color = {"border":"", "shadow":"", "bgON":"","bgOVER":"#B40020"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":0, "borders":[1,1,1,1], "shadow":0, "color":color, "css":css};

var sub_color = {"border":"#000", "shadow":"#B40020", "bgON":"#B40020", "bgOVER":"#000"};
var css_sub = {"ON":"clsCMSubOn", "OVER":"clsCMSubOver"};
var SUBSTYLE = {"border":1, "shadow":0, "color":sub_color, "css":css_sub};


var BLANK_IMAGE = "images/spacer.gif";
//items and formats
var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,90], leveloff:[27,0], style:STYLE, size:[25,90]},
	{code:"About Us", url:"about.html"},
	{code:"Products", url:"products.html",
		sub:[
			{itemoff:[27,0], size:[28,130]},
			{code:"GETs", format:{style:SUBSTYLE},
				sub:[
					{leveloff: [0,129], size:[28,130]},
					{code:"20kW", url:"gets_20.html" , format:{style:SUBSTYLE}},
					{code:"35kW", url:"gets_35.html" , format:{style:SUBSTYLE}}
				]
			},
			{code:"Generators", format:{style:SUBSTYLE},
				sub:[
					{leveloff: [0,129], size:[28,130]},
					{code:"10k GenSet", url:"gen_10.html" , format:{style:SUBSTYLE}},
					{code:"20k Skid GenSet", url:"gen_20.html" , format:{style:SUBSTYLE}},
					{code:"35k Skid GenSet", url:"gen_35.html" , format:{style:SUBSTYLE}},
					{code:"45k Skid GenSet", url:"gen_45g.html" , format:{style:SUBSTYLE}},
					{code:"60k Skid GenSet", url:"gen_60g.html" , format:{style:SUBSTYLE}},
					{code:"45k Trailer", url:"gen_45.html" , format:{style:SUBSTYLE}},
					{code:"60k Trailer", url:"gen_60.html" , format:{style:SUBSTYLE}}
				]
			},
			
			{code:"ECUs", format:{style:SUBSTYLE},
				sub:[
					{leveloff: [0,129], size:[28,130]},
					{code:"4-ton Turf Cart", url:"ecu_4.html" , format:{style:SUBSTYLE}},
					{code:"6-ton Turf Cart", url:"ecu_6.html" , format:{style:SUBSTYLE}},
					{code:"8-ton Turf Cart", url:"ecu_8.html" , format:{style:SUBSTYLE}},
					{code:"10-ton Turf Cart", url:"ecu_10.html" , format:{style:SUBSTYLE}},
					{code:"12-ton Turf Cart", url:"ecu_12.html" , format:{style:SUBSTYLE}},
					{code:"15-ton Turf Cart", url:"ecu_15.html" , format:{style:SUBSTYLE}},
					{code:"Dual 8-ton Trailer", url:"ecu_8d.html" , format:{style:SUBSTYLE}},
					{code:"6-ton Basic", url:"ecu_6b.html" , format:{style:SUBSTYLE}},
					{code:"1&frac12;-Ton Over Cab ECU", url:"ecu_1.html" , format:{style:SUBSTYLE}},
					{code:"2-Ton Over Cab ECU", url:"ecu_2.html" , format:{style:SUBSTYLE}},
					{code:"3-Ton Over Cab ECU", url:"ecu_3.html" , format:{style:SUBSTYLE}}
					
				]
			},
			
			{code:"Cargo Trailers", format:{style:SUBSTYLE},
				sub:[
					{leveloff: [0,129], size:[28,130]},
					{code:"160in Trailer", url:"trailer_160.html" , format:{style:SUBSTYLE}},
					{code:"172in Trailer", url:"trailer_172.html" , format:{style:SUBSTYLE}},
					{code:"ECU Trailer", url:"trailer_ecu.html" , format:{style:SUBSTYLE}}
				]
			},
			
			{code:"Power Distribution", url:"power.html" , format:{style:SUBSTYLE}},
			{code:"Custom Application", url:"custom.html" , format:{style:SUBSTYLE}}
		]
	},
	{code:"Capabilities", url:"capabilities.html"},
	{code:"Service/Support", url:"service.html", format:{itemoff:[0,110]},
		sub:[
			{itemoff:[27,0], size:[28,130]},
			{code:"New Product Sales", url:"newprods.html" , format:{style:SUBSTYLE}},
			{code:"Service Agreements", url:"servicepacks.html" , format:{style:SUBSTYLE}},
			{code:"Parts Sales", url:"sales.html" , format:{style:SUBSTYLE}},
			{code:"Training", url:"training.html" , format:{style:SUBSTYLE}},
			{code:"Technical Support", url:"techsupport.html" , format:{style:SUBSTYLE}}
		]
	},
	{code:"Contact", url:"contact.html", format:{itemoff:[0,100]},
		sub:[
			{itemoff:[27,0], size:[28,100]},
			{code:"Corporate", url:"contact.html", format:{style:SUBSTYLE}},
			{code:"Feedback", url:"feedback.html", format:{style:SUBSTYLE}},
			{code:"Employment", url:"employment.html", format:{style:SUBSTYLE}}
		]
	},
];
