BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#fff",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#062f5e",		// background color for the items
		bgOVER:"#0478b4"	// 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:'absolute'},
	{code:"<img src='../images/nav_01.jpg' width='101' height='35' />", size:[35,101], itemoff:[0,0], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_01.jpg' width='101' height='35' />", url:"Home.aspx"
	},
	{code:"<img src='../images/nav_02.jpg' width='128' height='35' />", size:[35,128], itemoff:[0,101], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_02.jpg' width='128' height='35' />", url:"javascript:void(0)", onclick:"return false;"
	},
			sub:[
			{leveloff:[35,0],"size":[35,139], itemoff:[34,0]},
			{code:"&nbsp;&nbsp;&nbsp;Company Overview", style:STYLE, url:"CompanyOverview.aspx"},			
			{code:"&nbsp;&nbsp;&nbsp;Executive Bios", style:STYLE, url:"ExecutiveBios.aspx"}
		]
	},
	{code:"<img src='../images/nav_03.jpg' width='142' height='35' />", size:[35,142], itemoff:[0,128], leveloff:[0,0],"format":{
	ocode:"<img src='../images/nav-on_03.jpg' width='142' height='35' />", url:"Residential.aspx"
	},
			sub:[
			{leveloff:[35,0],"size":[35,240], itemoff:[34,0]},
			{code:"&nbsp;&nbsp;&nbsp;Ocean Acres", style:STYLE, url:"Residential-OceanAcres.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Whispering Hills", style:STYLE, url:"Residential-WhisperingHills.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Homes Sites in Other Developments", style:STYLE, url:"HomeSites-OtherDevelopments.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Preferred Lenders", style:STYLE, url:"Residential-PreferredLenders.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Shore Living", style:STYLE, url:"Residential-ShoreLiving.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Stafford Park", style:STYLE, url:"Residential-StaffordPark.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;Luxury Homes", style:STYLE, url:"Residential-LuxuryHomes.aspx"},
			{code:"&nbsp;&nbsp;&nbsp;RWC Warranty Information", style:STYLE, url:"RWC-Warranty-Info.aspx"}
		]
	},
	{code:"<img src='../images/nav_04.jpg' width='171' height='35' />", size:[35,171], itemoff:[0,142], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_04.jpg' width='171' height='35' />", url:"http://walters-group.com", target:"_blank"
	},
	{code:"<img src='../images/nav_05.jpg' width='144' height='35' />", size:[35,144], itemoff:[0,171], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_05.jpg' width='144' height='35' />", url:"IntheNews.aspx"
	},
	{code:"<img src='../images/nav_06.jpg' width='113' height='35' />", size:[35,113], itemoff:[0,144], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_06.jpg' width='113' height='35' />", url:"Events.aspx"
	},
	{code:"<img src='../images/nav_07.jpg' width='143' height='35' />", size:[35,143], itemoff:[0,113], leveloff:[0,0],
	ocode:"<img src='../images/nav-on_07.jpg' width='143' height='35' />", url:"ContactUs.aspx"
	},
];



