BLANK_IMAGE = 'images/transpix.gif';

var TOP_STYLE = {
	border:0,
	shadow:0,
	color:{
		border:'',
		shadow:'',
		bgON:'',
		bgOVER:''
	},
	css:{
		ON:'topNormal',
		OVER:'topRollovered'
	}	
};

var STYLE = {
	border:1,
	shadow:1,
	color:{
		border:'#666666',
		shadow:'#424241',
		bgON:'white',
		bgOVER:'#1B3498'
	},
	css:{
		ON:'clsCMOn',
		OVER:'clsCMOver'
	},
    transition:{
        fadeIn:'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)',
        fadeOut:''
    }
};

var SUB_STYLE = {
	border:1,
	shadow:1,
	color:{
		border:'#666666',
		shadow:'#424241',
		bgON:'#DDDFEB',
		bgOVER:'#1B3498'
	},
	css:{
		ON:'clsCMOn_sub',
		OVER:'clsCMOver_sub'
	},
    transition:{
        fadeIn:'progid:DXImageTransform.Microsoft.RandomDissolve(duration=0.3)',
        fadeOut:''
    }
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,100], leveloff:[-4,0], style:TOP_STYLE, size:[0,0]},
	{code:'<img src="images/nav_home_off.jpg" />',
		ocode:'<img src="images/nav_home_current.jpg" />',
		format:{size:[25,73]}, url:'index.html'
	},
	{code:'<img src="images/nav_products_off.jpg" />',
		ocode:'<img src="images/nav_products_current.jpg" />',
		format:{size:[25,94], itemoff:[0,73]},
		sub:[
			{itemoff:[24,00], leveloff:[25,0], size:[25,150], style:STYLE},
			{code:'Products By Industry', format:{arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, 
				sub:[
					{style:SUB_STYLE, leveloff:[0,149]},
					{code:'Food and Chemical', url:'ind_foodchemical.html'},
					{code:'Waste and Scrap', url:'ind_waste.html'},
					{code:'Aggregate and Asphalt', url:'ind_aggregate.html'},
					{code:'Other Industries', url:'ind_other.html'},
					{code:'Custom Applications', url:'pro_customscales.html'}
				]
			},
			{code:'Products By Scale Type', format:{arrow:"images/arr1.gif", oarrow:"images/arr1_o.gif", arrsize:[7,10]}, 
				sub:[
					{style:SUB_STYLE, leveloff:[0,149]},
					{code:'Instrumentation', url:'pro_instrumentation.html'},
					{code:'Bench', url:'pro_benchscales.html'},
					{code:'Floor', url:'pro_floorscales.html'},
					{code:'Tank & Hopper', url:'pro_tankscales.html'},
					//{code:'Intrinsically Safe', url:'pro_intrinsicallysafe.html'},//
					{code:'Truck', url:'pro_truckscales.html'},
					{code:'Railroad', url:'pro_railroadscales.html'},
					//{code:'Livestock', url:'pro_livestock.html'},//
					{code:'Custom Applications', url:'pro_customscales.html'}
				]
			},
			{code:'Product Literature', url:'literature.html'},
			{code:'Manuals', url:'manuals.html'},
			{code:'Articles', url:'articles.html'},
			{code:'Testimonials', url:'testimonials.html'},
			{code:'General Information', url:'generalinfo.html'}
		]
	},
	{code:'<img src="images/nav_technology_off.jpg" />',
		ocode:'<img src="images/nav_technology_current.jpg" />',
		format:{size:[25,108], itemoff:[0,94]}, url:'technology.html'
	},
	{code:'<img src="images/nav_news_off.jpg" />',
		ocode:'<img src="images/nav_news_current.jpg" />',
		format:{size:[25,100], itemoff:[0,108]},
		sub:[
			{itemoff:[24,00], leveloff:[25,0], size:[25,150], style:STYLE},
			{code:'Articles', url:'articles.html'},
			{code:'Upcoming Events', url:'events.html'}
		]
	},
	{code:'<img src="images/nav_contact_off.jpg" />',
		ocode:'<img src="images/nav_contact_current.jpg" />',
		format:{size:[25,103], itemoff:[0,100]}, url:'http://www.emerywinslow.com/contact.html'
	},
	{code:'<img src="images/nav_about_off.jpg" />',
		ocode:'<img src="images/nav_about_current.jpg" />',
		format:{size:[25,92], itemoff:[0,103]}, url:'history.html'
		//sub:[
		//	{itemoff:[24,00], leveloff:[25,0], size:[25,150], style:STYLE},
			//{code:'History *', url:'history.html'}
		//]
	},
	{code:'<img src="images/nav_distributors_off.jpg" />',
		format:{size:[25,109], itemoff:[0,92]}
	},
	{code:'<img src="images/nav_right.jpg" />',
		format:{size:[25,96], itemoff:[0,109]}
	}
];
