BLANK_IMAGE = 'images/b.gif';

var MENU_STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// 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:"#EFEFEF",		// background color for the items
		bgOVER:"#EFEFEF"	// 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_STYLE_SUB = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// 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:"#BCD6CB",		// background color for the items
		bgOVER:"#003864"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMSubOn",		// CSS class for items
		OVER:"clsCMSubOver"	// CSS class  for item which is under mouse
	}

};

var MENU_TOP = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:1,			// 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:"clsCMTopOn",		// CSS class for items
		OVER:"clsCMTopOver"	// CSS class  for item which is under mouse
	}

};

var MENU_ITEMS = [
	{pos:[19,110], itemoff:[0,111], leveloff:[22,0], style:MENU_TOP, size:[22,197]},

{code:"<img src=/images/nav/nav1_off.gif border=0 height=22 width=111>", ocode:"<img src=/images/nav/nav1_on.gif border=0 height=22 width=111>", url:"aboutus.php"},{code:"<img src=/images/nav/nav2_off.gif border=0 height=22 width=111>", ocode:"<img src=/images/nav/nav2_on.gif border=0 height=22 width=111>", url:"service.php"},{code:"<img src=/images/nav/nav3_off.gif border=0 height=22 width=111>", ocode:"<img src=/images/nav/nav3_on.gif border=0 height=22 width=111>", url:"project.php"},{code:"<img src=/images/nav/nav4_off.gif border=0 height=22 width=111>", ocode:"<img src=/images/nav/nav4_on.gif border=0 height=22 width=111>", url:"career.php"},{code:"<img src=/images/nav/nav5_off.gif border=0 height=22 width=111>", ocode:"<img src=/images/nav/nav5_on.gif border=0 height=22 width=111>", url:"news.php"},{code:"<img src=/images/nav/nav6_off.gif border=0 height=22 width=111>", ocode:"<img src=/images/nav/nav6_on.gif border=0 height=22 width=111>", url:"contracting.php"},{code:"<img src=/images/nav/nav7_off.gif border=0 height=22 width=111>", ocode:"<img src=/images/nav/nav7_on.gif border=0 height=22 width=111>", url:"contactus.php"},];

var m1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
m1.initTop();
