BLANK_IMAGE = '/menu/b.gif';

var NONE = {
	border:0,
	shadow:0,
	color:{
		border:"",
		shadow:"",
		bgON:"",
		bgOVER:""
	},
	css:{
		ON:"",
		OVER:""
	}
};

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

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FDE374",	// color of the item border, if any
		shadow:"#FDE374",	// color of the item shadow, if any
		bgON:"#FDE374",		// background color for the items
		bgOVER:"#ffffff"	// 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:'relative', itemoff:[0,0], leveloff:[29,0], style:NONE, size:[29,0]},
	{code:'<img src="/images/nav_gettoknow.gif" width="101" height="30" />', 
		ocode:'<img src="/images/nav_gettoknow.gif" width="101" height="30" />', "url":"/know_us/", format:{size:[30, 101], itemoff:[0, 0]}, 
		sub:[
			{size:[30, 125], itemoff:[21,0], style:STYLE},
			{code:"Philosophy", "url":"/know_us/"},
			{code:"History", "url":"/know_us/history.php"},
			{code:"The Team", "url":"/know_us/team.php"},
			{code:"Partners", "url":"/know_us/partners.php"},
			{code:"Client Testimonials", "url":"/know_us/testimonials.php"},
		]
	},
	{code:'<img src="/images/nav_solveproblems.gif" width="139" height="30" />',
		ocode:'<img src="/images/nav_solveproblems.gif" width="139" height="30" />', "url":"/pest_problems/", format:{size:[30, 139], itemoff:[0, 101]}, 
		sub:[
			{size:[30, 139], itemoff:[21,0], style:STYLE},
			{code:"FAQs", "url":"/pest_problems/"},
			{code:"Prevention Tips", "url":"/pest_problems/prevention.php"},
			{code:"Ask the Experts", "url":"/pest_problems/form_ask_the_expert.php"},
		]
	},
	{code:'<img src="/images/nav_learnmore.gif" width="148" height="30" />', 
		ocode:'<img src="/images/nav_learnmore.gif" width="148" height="30" />', "url":"/learn_more/", format:{size:[30, 148], itemoff:[0, 139]}, 
		sub:[
			{size:[30, 148], itemoff:[21,0], style:STYLE},
			{code:"Household Pests", "url":"/learn_more/"},
			{code:"Flying/Stinging Pests", "url":"/learn_more/flying_stinging.php"},
			{code:"Bed Bugs", "url":"/learn_more/bedbugs.php"},
			{code:"Rodents/Animals", "url":"/learn_more/rodents.php"},
			{code:"Wood Destroying Pests", "url":"/learn_more/wood.php"},
		]
	},
	{code:'<img src="/images/nav_promos.gif" width="81" height="30" />', 
		ocode:'<img src="/images/nav_promos.gif" width="81" height="30" />', "url":"/promotions/", format:{size:[30, 81], itemoff:[0, 148]},
		sub:[
			{size:[30, 130], itemoff:[21,0], style:STYLE},
			{code:"Pest Control Services", "url":"/promotions/index.php"},
			{code:"Termite Services", "url":"/promotions/termite.php"},
		]
	},
	{code:'<img src="/images/nav_careers.gif" width="59" height="30" />',
		ocode:'<img src="/images/nav_careers.gif" width="59" height="30" />', "url":"/careers/", format:{size:[30, 59], itemoff:[0, 81]},
		sub:[
			{size:[30, 130], itemoff:[21,0], style:STYLE},
			{code:"Career Opportunities", "url":"/careers/"},
			{code:"Job Descriptions", "url":"/careers/descriptions.php"},
			{code:"Apply Now", "url":"/careers/form_apply.php"},
		]
	},
	{code:'<img src="/images/nav_codyscorner.gif" width="90" height="30" />',
		ocode:'<img src="/images/nav_codyscorner.gif" width="90" height="30" />', url:"/codys_corner/", format:{size:[30, 90], itemoff:[0, 59]}, 
		sub:[
			{size:[30, 135], itemoff:[21,0], style:STYLE},
			{code:"Educational opportunities", "url":"/codys_corner/opportunities.php"},
			{code:"Coloring book", "url":"/codys_corner/coloringbook.php"},
			{code:"Pest World", "url":"http://www.pestworldforkids.com", target:"_blank"},
			{code:"Books", "url":"/codys_corner/books.php"},
		]
	},
	{code:'<img src="/images/nav_newsletter.gif" width="78" height="30" />',
		ocode:'<img src="/images/nav_newsletter.gif" width="78" height="30" />', "url":"/newsletters/", format:{size:[30, 78], itemoff:[0, 90]}, 
		sub:[
			{size:[30, 120], itemoff:[21,0], style:STYLE},
			{code:"Newsletters", "url":"/newsletters/"},
			{code:"Spot Light Pest", "url":"/newsletters/spotlight.php"},
		]
	}
];
