var EMPTY = { border:0, shadow:0, color:0, css:0 }; 

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	borders:[1,1,1,1],
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FF9900",		// color of the item border, if any
		shadow:"2",		// color of the item shadow, if any
		bgON:"#333300",		// background color for the items
		bgOVER:"#666633"		// 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 MENU_ITEMS = [
	{pos:'relative', leveloff:[12,0], style:STYLE, size:[19,79]}, //pos:'relative', leveloff:[24,0], style:STYLE, size:[19,79]},
	{
		code:'<img src="images/products.gif" alt="Products" width="79" height="19" border="0">',
		ocode:'<img src="images/productsOn.gif" alt="Products" width="79" height="19" border="0">',
		url:"products.html",
		format:{style:EMPTY},
		sub:[
			{itemoff:[20,0], size:[21,150], style:STYLE, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80)'},
			{code:"Carpet",url:"pCarpet.html", "format":{"arrow":"images/arrow.gif", "oarrow":"images/arrowOn.gif", "arrsize":[20,15]},
			sub:[
				{leveloff:[0,149], size:[21,155]},
				{code:"Care and Maintenance",url:"pCarpetCare.html"}
			]
			},
			{code:"Ceramic and Stone",url:"pCeramic.html", "format":{"arrow":"images/arrow.gif", "oarrow":"images/arrowOn.gif", "arrsize":[20,15]},
			sub:[
				{leveloff:[0,149], size:[21,155]},
				{code:"Care and Maintenance",url:"pCeramicCare.html"}
			]

			},
			{code:"Resilient",url:"pVinyl.html", "format":{"arrow":"images/arrow.gif", "oarrow":"images/arrowOn.gif", "arrsize":[20,15]},
			sub:[
				{leveloff:[0,149], size:[21,155]},
				{code:"Care and Maintenance",url:"pVinylCare.html"}
			]
			},
			{code:"Hardwood",url:"pHardwood.html", "format":{"arrow":"images/arrow.gif", "oarrow":"images/arrowOn.gif", "arrsize":[20,15]},
			sub:[
				{leveloff:[0,149], size:[21,155]},
				{code:"Before You Buy",url:"pHardwoodBuy.html"},
				{code:"Care and Maintenance",url:"pHardwoodCare.html"}
			]
			},
			{code:"Laminate",url:"pLaminate.html", "format":{"arrow":"images/arrow.gif", "oarrow":"images/arrowOn.gif", "arrsize":[20,15]},
			sub:[
				{leveloff:[0,149], size:[21,155]},
				{code:"Care and Maintenance",url:"pLaminateCare.html"}
			]
			},
			{code:"Area Rugs",url:"pRugs.html", "format":{"arrow":"images/arrow.gif", "oarrow":"images/arrowOn.gif", "arrsize":[20,15]},
			sub:[
				{leveloff:[0,149], size:[21,155]},
				{code:"Care and Maintenance",url:"pRugsCare.html"},
				{code:"Coupon",url:"pRugsCoupon.html"}
			]
			}
		]
	},
	{
		code:'<img src="images/about.gif" alt="About Us" width="84" height="19" border="0">',
		ocode:'<img src="images/aboutOn.gif" alt="About Us" width="84" height="19" border="0">',
		url:"about.html",
		format:{size:[19,84], itemoff:[0,97], style:EMPTY},
		sub:[
			{itemoff:[20,0], size:[21,84], style:STYLE, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80)'},
			{code:"Our History",url:"aHistory.html"},
			{code:"Our Staff",url:"aStaff.html"}
		]
	},
	{
		code:'<img src="images/work.gif" alt="Our Work" width="84" height="19" border="0">',
		ocode:'<img src="images/workOn.gif" alt="Our Work" width="84" height="19" border="0">',
		url:"work.html",
		format:{size:[19,84], style:EMPTY, itemoff:[0,102]},
		sub:[
			{itemoff:[20,0], size:[21,95], style:STYLE, filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80)'},
			//{code:"Gallery",url:"wGallery.html"},
			{code:"Testimonials",url:"wTestimonials.html"}
		]
	},
	{
		code:'<img src="images/tip.gif" alt="Tip of the Month" width="121" height="19" border="0">',
		ocode:'<img src="images/tipOn.gif" alt="Tip of the Month" width="121" height="19" border="0">',
		url:"tip.html",
		format:{size:[19,121], style:EMPTY, itemoff:[0,102], filters:'progid:DXImageTransform.Microsoft.Alpha(opacity=80)'}//,
		/*sub:[
			{itemoff:[20,0], size:[21,124], style:STYLE},
			{code:"Archives",url:"tArchives.html"}
		]*/
	},
	{
		code:'<img src="images/contact.gif" alt="Contact Us" width="93" height="19" border="0">',
		ocode:'<img src="images/contactOn.gif" alt="Contact Us" width="93" height="19" border="0">',
		url:"contact.html",
		format:{size:[19,93], style:EMPTY, itemoff:[0,139]}
	}
];
