BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"black",		// background color for the items
		bgOVER:"black"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"menu_js",		// CSS class for items
		OVER:"menu_js_on"	// CSS class  for item which is under mouse
	}
};
var SUB_STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"black",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"black",		// background color for the items
		bgOVER:"black"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"menu_js_sub",		// CSS class for items
		OVER:"menu_js_sub_on"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative',blankImage:"images/b.gif", itemoff:[0,99], leveloff:[50,0], style:STYLE, size:[50,100]},
	{code:"<br /><center>Home</center>", url:"index.html"},/*
	{code:"<br /><center>Products</center>", url:"products.html",
		sub:[
			{itemoff:[21,0],style:SUB_STYLE,size:[21,160]},			
			{code:"<center>Bleachers</center>", "url":"products/bleachers.html",target:'frameA'},
			{code:"<center>Fixed Audience Seating</center>", "url":"products/fixed_audience.html",target:'frameA'},		
			{code:"<center>Gym Equipment</center>", "url":"products/gym_equipment.html",target:'frameA'},	
			{code:"<center>Laboratories</center>", "url":"products/labs.html",target:'frameA',
					sub:[
					{leveloff:[0,160],itemoff:[21,0],style:SUB_STYLE,size:[21,160]},
					{code:"<center>Wood Cabinets</center>", "url":"products/kew_cab.html",target:'frameA'},
					{code:"<center>Steel Cabinets</center>", "url":"products/steel_cab.html",target:'frameA'},
					{code:"<center>Fume Hoods</center>", "url":"products/labs.html",target:'frameA', 
							sub:[
							{leveloff:[21,2],itemoff:[21,0],style:SUB_STYLE,size:[21,185]},
							{code:"<center>Supreme Air LV Features</center>", "url":"products/fhood_features.html",target:'frameA'},
							{code:"<center>Supreme Air LV Construction</center>", "url":"products/fhood_construction.html",target:'frameA'},
							{code:"<center>Dynamic Barrier Features</center>", "url":"products/db_fhood_features.html",target:'frameA'}
							]
							}
					]
					},	
			{code:"<center>Laminate Casework</center>", "url":"products/lamenate_casework.html",target:'frameA'},	
			{code:"<center>Lockers</center>", "url":"products/lockers.html",target:'frameA'},
			{code:"<center>Custom Wood Lockers</center>", "url":"products/hollman.html",target:'frameA'},
			{code:"<center>Racquetball Courts</center>", "url":"products/hollman.html",target:'frameA'},
			{code:"<center>Lock Security</center>", "url":"products/lock_security.html",target:'frameA'},
			{code:"<center>Media Center</center>", "url":"products/media_lounge.html",target:'frameA'},
			{code:"<center>Music Storage</center>", "url":"products/music_storage.html",target:'frameA'},
			{code:"<center>Scoreboards</center>", "url":"products/scoreboards.html",target:'frameA'},				
			{code:"<center>Visual Display</center>", "url":"products/visual_display.html",target:'frameA'}
			
			
			]
	},
	{code:"<br /><center>Services</center>", url:"services.html",target:'frameA',
		sub:[
			{itemoff:[21,0],style:SUB_STYLE,size:[21,100]},
			{code:"<center>Sales</center>", "url":"services/sales.html"},
			{code:"<center>Cad Design</center>", "url":"services/cad_design.html"},
			{code:"<center>Instalation</center>", "url":"services/instalation.html"},
			{code:"<center>Training</center>", "url":"services/training.html"},
			{code:"<center>Validation</center>", "url":"services/validation.html"}
			
			]
	},
	{code:"<br /><center>Customers</center>", url:"customers.html",target:'frameA'},*/
	{code:"<br /><center>Projects</center>", url:"media.html",
	sub:[
			{itemoff:[21, 0],style:SUB_STYLE,size:[21,260]},			
			{code:"<center>Virginia Tech</center>", "url":"vt.html"},
			{code:"<center>University of Virginia</center>", "url":"uva.html"},
			{code:"<center>Radford University</center>", "url":"ru.html"},
			{code:"<center>Thomas Nelson Community</center>", "url":"tncc.html"},
			{code:"<center>Lewis and Clark Community</center>", "url":"lccc.html"},
			{code:"<center>Stafford Middle</center>", "url":"sms.html",target:''},
			{code:"<center>Harrisonburg MS and ES</center>", "url":"hcme.html"},
			{code:"<center>Catholic High</center>", "url":"chs.html"},
			{code:"<center>Dinwiddle High</center>", "url":"dhs.html"},
			{code:"<center>Stuarts Draft and Wilson Memorial High</center>", "url":"sdwmhs.html"},
			]},
	{code:"<br /><center>Contact Us</center>", url:"contact.html"}
];



/*
var PRODUCTS = [
	{pos:'relative',blankImage:"../images/b.gif", itemoff:[19,0], style:SUB_STYLE, size:[15,160]},
	{code:"<center>Wood Cabinets</center>", url:"kew_cab.html"},
	{code:"<center>Steel Cabinets</center>", url:"steel_cab.html"},
	{code:"<center>Fume Hoods</center>", url:"labs.html",
		sub:[
			{itemoff:[17,0],style:SUB_STYLE,size:[17,160]},
			{code:"<center>Supreme Air LV Fume Hood Features</center>", "url":"fhood_features.html"},
			{code:"<center>Laboratories</center>", "url":"fhood_construction.html"},
			{code:"<center>Laboratories</center>", "url":"db_fhood_features.html"},
					]
					}
			
];
*/
