BLANK_IMAGE = '/java/b.gif';

var STYLE0 = {
	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 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:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	css:{
		ON:"Style2MOn",		// CSS class for items
		OVER:"Style2MOver"	// CSS class  for item which is under mouse
	}
};
var STYLE3 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#513838",	// color of the item border, if any
		shadow:"#aaaaaa",	// color of the item shadow, if any
		bgON:"#B7A798",		// background color for the items
		bgOVER:"#EBD7C3"	// background color for the item which is under mouse right now
	},			
	css:{
		ON:"Style3MOn",		// CSS class for items
		OVER:"Style3MOver"	// CSS class  for item which is under mouse
	}
};
var STYLE4 = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFF600",	// color of the item border, if any
		shadow:"#aaaaaa",	// color of the item shadow, if any
		bgON:"#FF8900",		// background color for the items
		bgOVER:"#FF8900"	// background color for the item which is under mouse right now
	},			
	css:{
		ON:"Style4MOn",		// CSS class for items
		OVER:"Style4MOver"	// CSS class  for item which is under mouse
	}
};
// menu 1
var MENU_ITEMS1 = [
	{pos:[0,0], itemoff:[0,59], leveloff:[0,99], style:STYLE1, size:[22,50]},
	{code:'Home', url:'/cabinets/home.html', format:{image:"", oimage:"", imgsize:[0,0]}, sub:[]},
	{code:'About Us', url:'/cabinets/aboutus.html',
		format:{size:[22,65]},
		sub:[]
	},
	{code:'Products', url:'/cabinets/showroom.html',
		format:{size:[22,65], itemoff:[0,79]},
		sub:[
			{leveloff:[22,-10], itemoff:[21,0], style:STYLE3, size:[22,100]},
			{code:"RTF Style", url:'/cabinets/rtfstyle.html', format:{image:"", oimage:"", imgsize:[0,0]}},
			{code:"Show Room", url:'/cabinets/showroom.html', format:{image:"", oimage:"", imgsize:[0,0]}},
			{code:"Show Special", url:'/cabinets/promotion.html', format:{image:"", oimage:"", imgsize:[0,0]}},
		]
	},
	{code:'Policy', url:'/cabinets/warranty.html',
		format:{size:[22,50], itemoff:[0,79]},
		sub:[
			{leveloff:[22,-10], itemoff:[21,0], style:STYLE3, size:[22,130]},
			{code:"Order Form", url:'/cabinets/orderform.html', format:{image:"", oimage:"", imgsize:[0,0]}},
			{code:"Credit Application", url:'/cabinets/creditapp.html', format:{image:"", oimage:"", imgsize:[0,0]}},
			{code:"Warranty", url:'/cabinets/warranty.html', format:{image:"", oimage:"", imgsize:[0,0]}},
		]
	},
	{code:'Contact Us', url:'/cabinets/contactus.html',
		format:{size:[22,75], itemoff:[0,64]},
		sub:[
			{leveloff:[22,-10], itemoff:[21,0], style:STYLE3, size:[22,120]},
			{code:"Trade Show", url:'/cabinets/tradeshow.html', format:{image:"", oimage:"", imgsize:[0,0]}},
			{code:"Catalog Request", url:'/cabinets/catalog.html', format:{image:"", oimage:"", imgsize:[0,0]}},
		]
	},

];




