BLANK_IMAGE = '../images/b.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// 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:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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:[0,180], itemoff:[21,0], leveloff:[0,149], style:STYLE, size:[22,150]},
	{code:"Home",url:"../index.html"
},
	{code:"Contact Us",
		sub:[
			{},
			{code:"Township E-mail List",url:"../contact-email.html"},
			{code:"EAC Board",url:"../contact-eac.html"},
			{code:"Township Engineer",url:"../contact-engineer.html"},
			{code:"Open Space Committee",url:"../contact-openspace.html"},
			{code:"Planning Commission",url:"../contact-planning.html"},
			{code:"Recreation",url:"../contact-recreation.html"},
			{code:"Road Department",url:"../contact-roads.html"},
			{code:"Supervisors",url:"../contact-supervisors.html"},
			{code:"Township Solicitor",url:"../contact-solicitor.html"},
			{code:"Zoning Office",url:"../contact-zoning.html"},
		]
	},
	{code:"EAC",url:"../eac.html",
		sub:[
			{},
			{code:"EAC",url:"../eac.html"},
			{code:"Contact EAC",url:"../contact-eac.html"},
			{code:"EAC Minutes", url:"../eac-minutes.html"},
			{code:"Regional EAC Minutes",url:"../reg-eac-minutes.html"},
		]
	},
	{code:"Emergency Management",url:"../emc.html"},
	{code:"Emergency Services",
		sub:[
			{},
			{code:"Emergency Management",url:"../emc.html"},
			{code:"Ambulance Service",url:"../ambulance.html"},
			{code:"Fire Rescue",url:"../fire.html"},
			{code:"Paramedic Service",url:"../paramedics.html"},
			{code:"Police",url:"../police.html"}
		]
	},
	{code:"Fees",url:"fees.html"},
	{code:"Forms",url:"../forms.html"},
	{code:"Items of Interest",url:"../items_interest.html",
		sub:[
			{},
			{code:"Twsp Facts",url:"../facts.html"},
			{code:"Growing Greener", url:"../growinggreener.html"},
			{code:"Govt. Reps",url:"../representatives.html"},
			{code:"Churches",url:"../churches.html"},
		]
	},
	{code:"Opportunities",url:"../opportunities.html"},
	{code:"Open Space Committee",url:"../openspace.html"},
	{code:"Planning Commission",url:"../planning.html",
		sub:[
			{},
			{code:"Planning Commission",url:"../planning.html"},
			{code:"Planning Comm. Scope",url:"../planning-scope.html"},
			{code:"Meeting Agendas",url:"../planning-agendas.html"},
			{code:"Contact Planning",url:"../contact-planning.html"},
		]
	},
	{code:"Recreation",url:"../recreation.html",
		sub:[
			{},
			{code:"Recreation",url:"../recreation.html"},
			{code:"Recreation Photo Gallery",url:"#",
			sub:[
			{},
			{code:"2008 Easter Egg Hunt",url:"../photos_recreation_2008Easter.html"},
			{code:"2006 Christmas w/ Santa",url:"../photos_recreation_2006Christmas.html"},
			{code:"2007 Halloween",url:"../photos_recreation_2007Halloween.html"},
			]
			},
			
			{code:"Recreation Minutes",url:"../recreation-reports.html"},
			{code:"Contact Recreation",url:"../contact-recreation.html"},
		]
	},
		{code:"Regulations / Ordinances",url:"index.html"},
	{code:"Road Department",url:"../roads.html",
		sub:[
			{},
			{code:"Road Department",url:"../roads.html"},
			{code:"Contact Road Dept.",url:"../contact-roads.html"},
		]
	},
	{code:"Supervisors",url:"../contact-supervisors.html",
		sub:[
			{},
			{code:"Supervisors",url:"../contact-supervisors.html"},
			{code:"Meeting Agendas",url:"../supervisors-agendas.html"},
			{code:"Supervisor Minutes",url:"../supervisor-reports.html"},
		]
	},
	{code:"Zoning & Building Dept",url:"../zoning-board.html",
		sub:[
			{},
			{code:"Zoning Board",url:"../zoning-board.html"},
			{code:"Zoning Officer",url:"../zoning.html"},
			{code:"Contact Zoning",url:"../contact-zoning.html"},
			{code:"Hearing Notices",url:"../zoning-notices.html"},
		]
	},
];
