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:"",	// color of the item border, if any

		shadow:"",	// 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:"",	// color of the item border, if any

		shadow:"",	// 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:"SubclsCMOn",		// CSS class for items

		OVER:"SubclsCMOver"	// CSS class  for item which is under mouse

	}

};





var MENU_ITEMS = [

	{pos:[10,225], itemoff:[25,0], leveloff:[0,115], style:STYLE, size:[34,121]},

	{code:"Home",url:"index.php"},

	{code:"About Us",url:"about_us.php"},

	{code:"Galleries",

		sub:[

			{itemoff:[25,0], leveloff:[0,130], style:STYLE2, size:[34,121]},

			{code:"Bathrooms", url:"bathroom.php"},

			{code:"Fireplaces", url:"fireplace.php"},

			{code:"Framing", url:"framing.php"},

			{code:"Kitchens", url:"kitchen.php"},

			{code:"Staircases", url:"staircase.php"},

			{code:"Studies", url:"study.php"},

			{code:"Interiors", url:"interior.php"},

			{code:"Exteriors", url:"exterior.php"}

		]	

	},

	{code:"Plans",

		sub:[

			{itemoff:[25,0], leveloff:[0,130], style:STYLE2, size:[34,121]},

			{code:"Single Family", url:"family.php"},

			{code:"Town / Patio homes", url:"patio.php"}

		]	

	},

    {code:"Mortgage Calc",url:"calc.php"},

	

	{code:"Contact Us",url:"contact_us.php"}

];

