BLANK_IMAGE = '/java/b.gif';

var STYLE1 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	css:{
		ON:"Style1MOn",		// CSS class for items
		OVER:"Style1MOver"	// CSS class  for item which is under mouse
	}
};
var STYLE2 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#4A84BF",	// color of the item border, if any
		shadow:"#cccccc",	// color of the item shadow, if any
		bgON:"#F6F6F6",		// background color for the items
		bgOVER:"#efefef"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[-10,-5], leveloff:[0,0], style:STYLE1},
	{code:'About Us', url:'/about_us.html',
		format:{size:[22,64], itemoff:[0,0]},
		sub:[]
	},
	{code:'General Information', url:'/general_info.html',
		format:{size:[22,152], itemoff:[0,65], leveloff:[26,10], image:"/image/topmenubar_line.gif", oimage:"/image/topmenubar_line.gif", imgsize:[22,19]},
                sub:[
                        {itemoff:[23,0],style:STYLE2,size:[23,130]},
                        {code:"Contact Us",url:"/contact_us.html"},
                        {code:"Request Catalog",url:"/request_catalog.html"},
                        {code:"Search by Price",url:"/products_by_price.html"}
		]
	},
	{code:'Freight Policy', url:'/freight_policy.html',
		format:{size:[22,112], itemoff:[0,153], image:"/image/topmenubar_line.gif", oimage:"/image/topmenubar_line.gif", imgsize:[22,19]},
		sub:[]
	},
	{code:'Custom Sourcing', url:'/custom_sourcing.html',
		format:{size:[22,130], itemoff:[0,112], image:"/image/topmenubar_line.gif", oimage:"/image/topmenubar_line.gif", imgsize:[22,19]},
		sub:[]
	},
	{code:'Artwork Upload', url:'/artwork_upload.html',
		format:{size:[22,139], itemoff:[0,131], image:"/image/topmenubar_line.gif", oimage:"/image/topmenubar_line.gif", imgsize:[22,19]},
		sub:[]
	},
];



