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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""	// 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 STYLE2 = {
	border: 0,			// item's border width, pixels; zero means "none"
	shadow: 0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#b8bdcd",		// background color for the items
		bgOVER:"#b8bdcd"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver2"	// CSS class  for item which is under mouse
	}
};

var STYLE3 = {
	border: 0,			// item's border width, pixels; zero means "none"
	shadow: 0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#000000",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"#b8bdcd",		// background color for the items
		bgOVER:"#a8acbb"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn2",		// CSS class for items
		OVER:"clsCMOver3"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,95], leveloff:[21,0], style:STYLE, size:[15,50]},
	{code:'<img src="/images/nav_home.png" alt="Home" width="39" height="9" />', url:'/'},
	{code:'<img src="/images/nav_company.png" alt="Company" width="67" height="9" />', format:{itemoff:[0,74], size:[15,77]},
		sub:[
			{leveloff:[21,0], style:STYLE3},
			{code:"Company Profile", url:'/companyprofile.php', format:{size:[22,105]}},
			{code:"Product Features", url:'/prodfeatures.php', format:{size:[22,105], itemoff:[0,105]}},
			{code:"News", format:{size:[22,50], itemoff:[0,105]},
				sub:[
					{leveloff:[21,0], style:STYLE3},
					{code:"Corporate News", url:'/news.php', format:{size:[22,105]}},
					{code:"Trade Shows", url:'/events_trade.php', format:{size:[22,90], itemoff:[0,105]}},
					{code:"Industry Awards", url:'/events_awards.php', format:{size:[22,110], itemoff:[0,90]}},
					{code:'<img src="/images/nav_glow.gif" alt="glow" width="18" height="22" />', format:{size:[0,0], style:STYLE, itemoff:[-4,104]}}
				]
			},
			{code:"Literature", url:'/literature.php', format:{size:[22,75], itemoff:[0,50]}},
			{code:"Certifications", url:'/certifications.php', format:{size:[22,90], itemoff:[0,75]}},
			{code:"Warranty", url:'/warranty.php', format:{size:[22,70], itemoff:[0,90]}},
			{code:'<img src="/images/nav_glow.gif" alt="glow" width="38" height="22" />', format:{size:[0,0], style:STYLE, itemoff:[-4,64]}}
		]
	},
	{code:'<img src="/images/nav_product.png" alt="Product" width="66" height="9" />', format:{size:[15,77]},
		sub:[
			{leveloff:[21,0], style:STYLE3},
			{code:"Toilets", format:{size:[22,60]},
				sub:[
					{leveloff:[21,0], style:STYLE3},
					{code:"High-Efficiency Toilets", url:'/productlist.php?cat=23', format:{size:[22,140]}},
					{code:"1.6 gpf/6.0 lpf Toilets", url:'/productlist.php?cat=19', format:{size:[22,130], itemoff:[0,140]}},
					{code:"Residential Suites", url:'/suitelist.php?cat=21', format:{size:[22,120], itemoff:[0,130]}},
					{code:'<img src="/images/nav_glow.gif" alt="glow" width="53" height="22" />', format:{size:[0,0], style:STYLE, itemoff:[-4,109]}},
					{code:"Bemis Seat Cross Reference (.xls)", url:'/files/news/bemiscrossreference.xls', target:"_blank", format:{size:[22,195], itemoff:[26,-379]}},
					{code:'<img src="/images/nav_glow.gif" alt="glow" width="243" height="22" />', format:{size:[0,0], style:STYLE, itemoff:[-4,189]}}
				]
			},
			{code:"Lavatories", format:{size:[22,80], itemoff:[0,60]},
				sub:[
					{leveloff:[21,0], style:STYLE3},
					{code:"Pedestal Lavatories", url:'/productlist.php?cat=24', format:{size:[22,120]}},
					{code:"Drop-In Lavatories", url:'/productlist.php?cat=25', format:{size:[22,120], itemoff:[0,120]}},
					{code:'<img src="/images/nav_glow.gif" alt="glow" width="138" height="22" />', format:{size:[0,0], style:STYLE, itemoff:[-4,114]}},
					{code:"Vessel Lavatories", url:'/productlist.php?cat=27', format:{size:[22,120], itemoff:[26,-234]}},
					{code:"Wall-Hung Lavatories", url:'/productlist.php?cat=26', format:{size:[22,125], itemoff:[0,120]}},
					{code:'<img src="/images/nav_glow.gif" alt="glow" width="133" height="22" />', format:{size:[0,0], style:STYLE, itemoff:[-4,119]}}
				]
			},
			{code:"Commercial Fixtures", url:'/productlist.php?cat=22', format:{size:[22,130], itemoff:[0,80]}},
			{code:"Product Downloads", url:'/proddownloads.php', format:{size:[22,125], itemoff:[0,130]}},
			{code:'<img src="/images/nav_glow.gif" alt="glow" width="47" height="22" />', format:{size:[0,0], style:STYLE, itemoff:[-4,115]}}
		]
	},
	{code:'<img src="/images/nav_contact.png" alt="Contact" width="67" height="9" />', format:{size:[15,77]},
		sub:[
			{leveloff:[21,0], style:STYLE3},
			{code:"Corporate", url:'/contactcorp.php', format:{size:[22,70]}},
			{code:"Manufacturers Reps", url:'/dealerlocator.php', format:{size:[22,170], itemoff:[0,70]}},
			{code:'<img src="/images/nav_glow.gif" alt="glow" width="147" height="22" />', format:{size:[0,0], style:STYLE, itemoff:[-4,120]}}
		]
	},
	{code:'<img src="/images/nav_locator.png" alt="Wholesaler Locator" width="159" height="9" />', url:'/locator/', format:{size:[15,168]}},
	{code:'<img src="/images/nav_parts.png" alt="Parts" width="37" height="9" />', url:'http://www.toiletexperts.com/index.php?main_page=index&manufacturers_id=21', target:"_blank", format:{itemoff:[0,186],size:[15,47]}}
];
