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:"#769e4f",		// background color for the items
		bgOVER:"white"	// 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 GREEN_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#d0d0d0",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#4732cf"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOverBold"	// CSS class  for item which is under mouse
	}
};



var MENU_ITEMS = [
	{pos:'relative'},
	{code:"<img src='images/btnhome.jpg' width='158' height='33' />", size:[33,158], itemoff:[0,0], leveloff:[0,0],
	ocode:"<img src='images/btnhomeB.jpg' width='158' height='33' />", url:"index.asp"
	},
	{code:"<img src='images/btnabout.jpg' width='158' height='33' />", size:[33,158], itemoff:[0,158], leveloff:[0,0], "format":{
	ocode:"<img src='images/btnaboutB.jpg' width='158' height='33' />", url:"about.asp"
	},
		sub:[
			{leveloff:[33,0],"size":[20,158], itemoff:[19,0]},
			{code:"&nbsp;&nbsp;&nbsp;Testimonials", style:GREEN_STYLE, url:"testimonials.asp"}
		]
	},
	{code:"<img src='images/btnservices.jpg' width='158' height='33' />", size:[33,158], itemoff:[0,158], leveloff:[0,0], "format":{
	ocode:"<img src='images/btnservicesB.jpg' width='158' height='33' />", url:"#"
	},
		sub:[
			{leveloff:[34,0],"size":[20,190], itemoff:[19,0]},
			{code:"&nbsp;&nbsp;&nbsp;Installation", style:GREEN_STYLE, url:"installation.asp"},
			{code:"&nbsp;&nbsp;&nbsp;Winterize", style:GREEN_STYLE, url:"winterize.asp"},
			{code:"&nbsp;&nbsp;&nbsp;Start - Up", style:GREEN_STYLE, url:"startup.asp"}
		]
	},
	{code:"<img src='images/btnfaq.jpg' width='158' height='33' />", size:[33,158], itemoff:[0,158], leveloff:[0,0], //"format":{
	ocode:"<img src='images/btnfaqB.jpg' width='158' height='33' />", url:"faq.asp"
	},
	{code:"<img src='images/btncontact.jpg' width='158' height='33' />", size:[33,158], itemoff:[0,158], leveloff:[0,0], //"format":{
	ocode:"<img src='images/btncontactB.jpg' width='158' height='33' />", url:"http://web8.4miles.com/starsprinkler/contact.asp"
	},
];

