BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#003300",	// color of the item border, if any
		shadow:"#FBF8F4",	// color of the item shadow, if any
		bgON:"006600",		// background color for the items
		bgOVER:"#FBF8F4"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[21,0], leveloff:[0,141], delay:500, style:STYLE, size:[22,142]},
	{code:"Home", url:"index.htm", format:{itemoff:[21,0], size:[22,142]},
		sub:[
			{},
		]
	},

	{code:"Product Selection", url:"product_selection.htm", format:{itemoff:[21,0], size:[22,142]},
		sub:[
			{},
		]
	},



	{code:"Metal Roofing and Siding Panels", url:"metal_siding.htm", format:{itemoff:[21,0], size:[35,142]},
		sub:[
			{itemoff:[21,0], size:[22,142]},
				{code:"Metal Siding", url:"metal_siding.htm",
				sub:[
					{},
					{code:"Flexbeam", url:"panel_flexbeam.htm"
					},
					{code:"Flexrib", url:"panel_flexrib.htm"
					},
					{code:"Vertarib", url:"panel_vertarib.htm"
					},
					{code:"Corrugated 1/2&quot;", url:"panel_corrugated12.htm"
					},
					{code:"Corrugated 3/4&quot;", url:"panel_corrugated34.htm"
					},
					{code:"Corrugated 7/8&quot;", url:"panel_corrugated78.htm"
					},
					{code:"R-Panel", url:"panel_r-panel.htm"
					},
					{code:"A-Panel", url:"panel_a-panel.htm"
					},
					{code:"FE 66", url:"panel_fe66.htm"
					},
					{code:"FE 12", url:"panel_fe12.htm"
					}
				]
			},
			{code:"Through Fastened Metal Roofing", url:"metal_roofing_through_fastened.htm", format:{itemoff:[21,0], size:[35,142]},
				sub:[
					{itemoff:[21,0], size:[22,142]},
					{code:"Flexbeam", url:"panel_flexbeam.htm"
					},
					{code:"Flexrib", url:"panel_flexrib.htm"
					},
					{code:"Corrugated 1/2&quot;", url:"panel_corrugated12.htm"
					},
					{code:"Corrugated 3/4&quot;", url:"panel_corrugated34.htm"
					},
					{code:"Corrugated 7/8&quot;", url:"panel_corrugated78.htm"
					},
					{code:"R-Panel", url:"panel_r-panel.htm"
					}
				]
			},
			{code:"Standing Seam Metal Roofing", url:"metal_roofing_standing_seam.htm", format:{itemoff:[34,0], size:[35,142]},
				sub:[
					{itemoff:[21,0], size:[22,142]},
					{code:"FSS 1.5", url:"panel_fss15.htm"
					},
					{code:"FSS 18", url:"panel_fss18.htm"
					},
					{code:"FSS 316", url:"panel_fss316.htm"
					}
				]
			},
			{code:"Liner Panel", url:"panel_fl24.htm", format:{itemoff:[34,0], size:[22,142]},
				sub:[
					{itemoff:[21,0], size:[22,150]},
				]
			},
			{code:"Acoustical Panel", url:"panel_acoustical.htm",
				sub:[
					{},
				]
			},
			{code:"Firewall Panel", url:"panel_firewall.htm",
				sub:[
					{},
				]
			},
			{code:"Explosion Relief", url:"panel_explosion.htm",
				sub:[
					{},
				]
			},
			{code:"Curved Roof Panel", url:"panel_curved.htm",
				sub:[
					{},
				]
			},
			{code:"Panel Materials", url:"panel_materials.htm",
				sub:[
					{},
				]
			},
			{code:"Panel Coatings", url:"panel_coatings.htm",
				sub:[
					{},
				]
			},
			{code:"Panel Colors", url:"panel_colors.htm",
				sub:[
					{},
				]
			},
			{code:"Specifications Form", url:"specs.htm",
				sub:[
					{},
					{code:"Roofing & Siding", url:"specs_both.htm"
					},
					{code:"Roofing Only", url:"specs_roof.htm"
					},
					{code:"Siding Only", url:"specs_side.htm"
					}
				]
			}
		]
	},
	{code:"Purlin and Girt", url:"products_zees1.htm", format:{itemoff:[34,0], size:[22,142]},
		sub:[
			{itemoff:[21,0], size:[22,142]},
			{code:"Zee Purlin and Girt", url:"products_zees1.htm",
				sub:[
					{},
				]
			},
			{code:"Cee Purlin and Girt", url:"products_cees1.htm",
				sub:[
					{},
				]
			},
			{code:"Purlin & Girt Clips", url:"products_purlin&girt.htm",
				sub:[
					{},
				]
			},
			{code:"Structural Accessories", url:"products_accessories.htm", format:{size:[35,142]},
				sub:[
					{},
				]
			}
		]
	},
	{code:"B Deck", url:"panel_bdecking.htm", format:{itemoff:[21,0], size:[22,142]},
		sub:[
			{itemoff:[34,0], size:[35,142]},
			{code:"Roof Deck Load Table", url:"panel_bdecking_roofdeck.htm"
			},
			{code:"Floor Deck Load Table", url:"panel_bdecking_floordeck3.htm"
			},
			{code:"Concrete Load Table", url:"panel_bdecking_floordeck4.htm"
			}
		]
	},
	{code:"Self Storage Buildings", url:"selfstorage_design.htm", format:{itemoff:[21,0], size:[35,142]},
		sub:[
			{},
			{code:"Introduction", url:"selfstorage.htm", format:{itemoff:[21,0], size:[22,142]}
			},
			{code:"Load Bearing Wall System", url:"selfstorage_load.htm", format:{itemoff:[21,0], size:[35,142]}
			},
			{code:"Building Design", url:"selfstorage_design.htm", format:{itemoff:[34,0], size:[22,142]},
				sub:[
					{itemoff:[21,0], size:[22,142]},
					{code:"Single Level", url:"selfstorage_single.htm"
					},
					{code:"Multi Level", url:"selfstorage_multi.htm"
					},
					{code:"RV & Boat Storage", url:"selfstorage_rvboat.htm"
					},
					{code:"Climate Control", url:"selfstorage_climate.htm"
					},
					{code:"Split Elevations", url:"selfstorage_split.htm"
					},
					{code:"Custom Options", url:"selfstorage_custom.htm"
					},
					{code:"Building Colors", url:"selfstorage_colors.htm"
					}
				]
			},
			{code:"Features", url:"selfstorage_features.htm", format:{itemoff:[21,0], size:[22,142]}
			},
			{code:"Roof and Wall Systems", url:"selfstorage_roof.htm", format:{itemoff:[21,0], size:[35,142]}
			},
			{code:"Erection Sequence", url:"selfstorage_erect.htm", format:{itemoff:[34,0], size:[22,142]}
			},
			{code:"Fequently Asked Questions  (FAQ)", url:"selfstoragefaq1.htm", format:{itemoff:[21,0], size:[35,142]}
			}
		]
	},
	{code:"Pre Engineered Metal Buildings", url:"mb_metal_buildings.htm", format:{itemoff:[34,0], size:[35,142]},
			sub:[
				{itemoff:[21,0], size:[22,142]},
				{code:"Metal Siding", url:"mb_metal_siding.htm"
				},
				{code:"Metal Roofing", url:"mb_metal_roofing_through_fastened.htm"
				},
				{code:"Standing Seam", url:"mb_metal_roofing_standing_seam.htm"
				},
				{code:"Purlin & Girt", url:"mb_purlin_girt.htm"
				},
				{code:"Panel Materials", url:"mb_panel_materials.htm"
				},
				{code:"Panel Coatings", url:"mb_panel_coatings.htm"
				},
				{code:"Panel Colors", url:"mb_panel_colors.htm"
				}
			]
	},
	{code:"Retrofit Roofing", url:"products_flex.htm", format:{itemoff:[34,0], size:[22,142]},
		sub:[
			{},
		]
	},
	{code:"Customer Service", url:"customer_service.htm", format:{itemoff:[21,0], size:[22,142]},
		sub:[
			{itemoff:[34,0], size:[35,142]},
			{code:"Commercial and Industrial Division", url:"commercial.htm",
				sub:[
					{size:[22,142]},
					{code:"Product Overview", url:"commercial_products.htm"
					}
				]
			},
			{code:"Self Storage Division", url:"selfstorage_design.htm",
				sub:[
					{},
				]
			},
			{code:"Project List", url:"projects.htm", format:{itemoff:[34,0], size:[22,142]},
				sub:[
					{},
				]
			},
			{code:"Project Photos", url:"photos.htm", format:{itemoff:[21,0], size:[22,142]},
				sub:[
					{},
					{code:"Commercial", url:"photos_commercial.htm"
					},
					{code:"Industrial", url:"photos_industrial.htm"
					},
					{code:"Self Storage", url:"photos_self.htm"
					}
				]
			},
			{code:"Request Form", url:"customer_request.htm", format:{itemoff:[21,0], size:[22,142]}
			},
			{code:"Testimonials", url:"testimonials.htm", format:{itemoff:[21,0], size:[22,142]},
				sub:[
					{},
					{code:"Jim White", url:"testimony_jimwhite.htm"
					},
					{code:"Tony Papalas", url:"testimony_papalas.htm"
					}
				]
			},
			{code:"Driving Directions", url:"directions.htm", format:{itemoff:[21,0], size:[22,142]},
					sub:[
					{},
				]
			}
		]
	}
];