BLANK_IMAGE = 'images/spacer.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:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",			// CSS class for items
		OVER:"clsCMOn"	// CSS class  for item which is under mouse
	}
};



var SUBSTYLE = {
	border:0,					// item's border width, pixels; zero means "none"
	shadow:0,					// item's shadow size, pixels; zero means "none"
	color:{
		border:"transparent",	// color of the item border, if any
		shadow:"transparent",	// color of the item shadow, if any
		bgON:"transparent",		// background color for the items
		bgOVER:"transparent"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"sub_menu",			// CSS class for items
		OVER:"sub_menu_hover"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,0], leveloff:[34,0], style:STYLE, size:[30,125]},
	{
	 	url:"http://www.bigskybuild.com/index.php",
		code:"<img class='menu_img' alt='Home' width='68' height='30' name='home' src='images/home1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='Home' width='68' height='30' name='home' src='images/home2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[0,0],
	 	size:[30,68]
	},
	{
	 	url:"http://www.bigskybuild.com/projects.php",
		code:"<img class='menu_img' alt='Projects' width='114' height='30' name='projects' src='images/projects1.gif' border='0'>",
		ocode:"<img class='menu_img' alt='Projects' width='114' height='30' name='projects' src='images/projects2.gif' border='0'>",
		itemoff:[0,68],
	 	size:[30,114],
		sub:[
			{itemoff:[22,0],style:SUBSTYLE,size:[22,192]},
			{
			 	url:"http://www.bigskybuild.com/projects.php?type=CONSTRUCTION",
				code:"<img class='menu_img' alt='Projects Under Construction' width='192' height='22' name='construction' src='images/undercon1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Projects Under Construction' width='192' height='22' name='construction' src='images/undercon2.gif' border='0'>"
			},
			{
			 	url:"http://www.bigskybuild.com/projects.php?type=COMPLETE",
				code:"<img class='menu_img' alt='Completed Projects' width='192' height='22' name='completed' src='images/complete1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Completed Projects' width='192' height='22' name='completed' src='images/complete2.gif' border='0'>",
				
				sub:[
					{itemoff:[22,0],style:SUBSTYLE,leveloff:[0,192],size:[22,111]},
					{
					 	url:"http://www.bigskybuild.com/projects.php?type=RESIDENTIAL",
						code:"<img class='menu_img' alt='Residential Projects' width='111' height='22' name='residential' src='images/residential1.gif' border='0'>",
						ocode:"<img class='menu_img' alt='Residential Projects' width='111' height='22' name='residential' src='images/residential2.gif' border='0'>"
					},
					{
					 	url:"http://www.bigskybuild.com/projects.php?type=COMMERCIAL",
						code:"<img class='menu_img' alt='Commercial Projects' width='111' height='22' name='commercial' src='images/commercial1.gif' border='0'>",
						ocode:"<img class='menu_img' alt='Commercial Projects' width='111' height='22' name='commercial' src='images/commercial2.gif' border='0'>"
					},
					{
					 	url:"http://www.bigskybuild.com/projects.php?type=REMODEL",
						code:"<img class='menu_img' alt='Remodel Projects' width='111' height='22' name='remodel' src='images/remodel1.gif' border='0'>",
						ocode:"<img class='menu_img' alt='Remodel Projects' width='111' height='22' name='remodel' src='images/remodel2.gif' border='0'>"
					}
				]
			},
			{
			 	url:"http://www.bigskybuild.com/projects.php?type=FUTURE",
				code:"<img class='menu_img' alt='Future Projects' width='192' height='22' name='future' src='images/future1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Future Projects' width='192' height='22' name='future' src='images/future2.gif' border='0'>"
			}
		]				
	 	
	},



	{
	 	url:"http://www.bigskybuild.com/about.php",
		code:"<img class='menu_img' alt='About Us' width='115' height='30' name='about' src='images/about1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='About Us' width='115' height='30' name='about' src='images/about2.gif' border='0'>",
	 	itemoff:[0,114],
	 	size:[30,115],
	sub:[
			{itemoff:[22,0],style:SUBSTYLE,size:[22,165]},
			{
			 	url:"http://www.bigskybuild.com/about.php",
				code:"<img class='menu_img' alt='Projects Under Construction' width='165' height='22' name='about' src='images/employee1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Projects Under Construction' width='165' height='22' name='about' src='images/employee2.gif' border='0'>"
			},
			{
			 	url:"http://www.bigskybuild.com/misson.php",
				code:"<img class='menu_img' alt='Mission Statement' width='165' height='22' name='mission' src='images/mission1.gif' border='0'>",
				ocode:"<img class='menu_img' alt='Mission Statement' width='165' height='22' name='mission' src='images/mission2.gif' border='0'>"
			},
		]				
	},


	{
	 	url:"http://www.bigskybuild.com/testimonials.php",
		code:"<img class='menu_img' alt='Testimonials' width='140' height='30' name='test' src='images/test1.gif' border='0'>",
		ocode:"<img class='menu_img' alt='Testimonials' width='140' height='30' name='test' src='images/test2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[0,115],
	 	size:[30,140]
	},
	
	{
	 	url:"http://www.bigskybuild.com/login.php",
		code:"<img class='menu_img' alt='Client Login' width='134' height='30' name='client' src='images/client1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='Client Login' width='134' height='30' name='client' src='images/client2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[0,140],
	 	size:[30,134]
	},
	{
	 	url:"http://www.bigskybuild.com/links.php",
		code:"<img class='menu_img' alt='Links' width='77' height='30' name='links' src='images/links1.gif' border='0'>",
		ocode:"<img class='menu_img' alt='Links' width='77' height='30' name='links' src='images/links2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[0,134],
	 	size:[30,77]

	},
	{
	 	url:"http://www.bigskybuild.com/careers.php",
		code:"<img class='menu_img' alt='Careers' width='101' height='30' name='career' src='images/career1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='Careers' width='101' height='30' name='career' src='images/career2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[0,77],
	 	size:[30,101]
	},
	{
	 	url:"http://www.bigskybuild.com/contact.php",
		code:"<img class='menu_img' alt='Contact Us' width='115' height='30' name='contact' src='images/contact1.gif' border='0'>",
	 	ocode:"<img class='menu_img' alt='Contact Us' width='115' height='30' name='contact' src='images/contact2.gif' border='0'>",
	 	pos:'relative',
	 	itemoff:[0,101],
	 	size:[30,115]
	}
];

