BLANK_IMAGE = 'http://www.sebastianalbrecht.com/img/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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#D5D4D4",		// background color for the items
		bgOVER:"#B6BDD2"	// 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:[235,190], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[25,125]},
	{code:"Home",url:"http://www.woodwardscondos.ca"},
	{code:"Listings",
		sub:[
			{itemoff:[21,0]},
			{code:"Open Houses",url:"http://www.woodwardscondos.ca/woodwards_open_houses.php", size:[25,215]},
			{code:"Featured Homes",url:"http://www.woodwardscondos.ca/featured_listings.php", size:[25,215]},
			{code:"W32 - 108 West Cordova",url:"http://mlsr.realtylink.org/mlsr_get/res_sale_result.cfm?region=0&area=9999&subarea=9999&pt=5&mnprc=200000&mxprc=500000&mnbd=0&mxbd=9&mnbt=0&mxbt=9&mnage=0&mxage=100&ltsz=0&sqft=0&mxrw=5&HNUM=108&STREET=cordova&STTYPE=ALL&CID=1170006&SCTP=ADDY&TMPL=5", size:[25,215]},
			{code:"W43 - 128 West Cordova",url:"http://mlsr.realtylink.org/mlsr_get/res_sale_result.cfm?region=0&area=9999&subarea=9999&pt=5&mnprc=200000&mxprc=500000&mnbd=0&mxbd=9&mnbt=0&mxbt=9&mnage=0&mxage=100&ltsz=0&sqft=0&mxrw=5&HNUM=128&STREET=cordova&STTYPE=ALL&CID=1170006&SCTP=ADDY&TMPL=5", size:[25,215]}
		]
	},
	{code:"Buyers",
		sub:[
			{itemoff:[21,0]},
			{code:"W Insider",url:"http://www.woodwardscondos.ca/insider.php"},
			{code:"MLS Search",url:"http://mlsr.realtylink.org/mlsr_get/areaselect.cfm?cid=1170006&TMPL=5"},
			{code:"Buyer's Videos", url:"http://www.woodwardscondos.ca/buyersvideos.php"}
		]
	},	
	{code:"Sellers",
		sub:[
			{itemoff:[21,0]},
			{code:"W Insider",url:"http://www.woodwardscondos.ca/insider.php"},
			{code:"Seller's Videos", url:"http://www.woodwardscondos.ca/sellersvideos.php"}
		]
	},
	{code:"Building Info",
		sub:[
			{itemoff:[21,0]},
			{code:"Details",url:"http://www.woodwardscondos.ca/details.php"},
			{code:"Area Map", url:"http://www.woodwardscondos.ca/map.php"}
		]
	},	
	{code:"Miscellaneous",
		sub:[
			{itemoff:[21,0]},
			{code:"The Realtor",url:"http://www.sebastianalbrecht.com/", size:[25,125]},
			{code:"The Market Blog",url:"http://www.sebastianalbrecht.com/vancouver_real_estate_blog", size:[25,125]},
			{code:"Contact", url:"http://www.woodwardscondos.ca/contact.php", size:[25,125]}
		]
	}
];
