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:"BF,B7,6C",	// 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:"BF,B7,6C",	// 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,150], itemoff:[25,0], leveloff:[0,115], style:STYLE, size:[34,129]},
	{code:"Home",url:"index.php"},
	{code:"About Us",url:"about_us.php"},
	{code:"Projects",
		sub:[
			{itemoff:[25,10], leveloff:[0,130], style:STYLE2, size:[34,129]},
			{code:"Current", url:"current.php"},
			{code:"Completed", url:"completed.php"}
		]	
	},
	{code:"Home Designers",url:"homedesigners.php"},
    {code:"Warranties",
		sub:[
			{itemoff:[25,10], leveloff:[0,130], style:STYLE2, size:[34,129]},
			{code:"Builder Warranty", url:"builders_warranty.php"},
			{code:"10 Year Warranty", url:"10_year_warranty.php"}
    	]	
	},
	{code:"Professional Partners",url:"partners.php"},
  	{code:"Associations",url:"associations.php"},
	{code:"Interior Designers",url:"interior_designers.php"},
	{code:"Calculators",
		sub:[
			{itemoff:[25,10], leveloff:[0,130], style:STYLE2, size:[34,129]},
			{code:"Monthly Payments", url:"calc_monthly_payment.php"},
			{code:"Amortization Schedule", url:"calc_armortization_schedule.php"}
		]	
	},
    {code:"Links",url:"links.php"},
	{code:"Contact Us",url:"contactus.php"}
];
