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:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// 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 SUBSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#990000",		// background color for the items
		bgOVER:"#cc9933"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};


var MENU_ITEMS = [
	{pos:[270,77], itemoff:[0,100], leveloff:[22,-1], style:STYLE, size:[22,135]},
	{code:"Home", "format":{"size":[22,75]}, "format":{"itemoff":[0,59]},url:"./index.php"},
	{code:"About Trapeze", "format":{"size":[22,120]}, "format":{"itemoff":[0,65]}, 
		sub:[
			{itemoff:[21,0], style:SUBSTYLE},
			{code:"Company Overview", "format":{"size":[22,150]}, url:"./about/overview.php"},
			{code:"Our Technology", "format":{"size":[22,150]}, url:"./about/technology.php"},			
			{code:"Careers", "format":{"size":[22,150]}, url:"./about/careers.php"},
			{code:"Partners", "format":{"size":[22,150]}, url:"./about/partners.php"},
		]
	},
	{code:"Solutions", "format":{"size":[22,88]}, "format":{"itemoff":[0,115]},
		sub:[
{itemoff:[21,0], size:[22,420], style:SUBSTYLE},
			{code:"Local Authorities and PTEs (Education and Social Transport)", url:"./solutions/local-authorities-pte-education-social-transport.php"},	
			{code:"Local Authorities and PTEs (Public Transport)", url:"./solutions/local-authorities-pte-public-transport.php"},	
			{code:"The Trapeze Fleet Family", url:"./solutions/trapeze-fleet-family.php"},	
			{code:"Passenger Transport Information for Public and Commercial Bodies", url:"./solutions/passenger-transport-information-for-public-commercial-bodies.php"},
			{code:"Commercial Bus Operators", url:"./solutions/commercial-bus-operators.php"},	
			{code:"Trapeze ITS - Real-Time Passenger Information", url:"./solutions/trapeze-its-real-time-passenger-information.php"},	
		]
	},
	{code:"Customer Care","format":{"size":[22,105]}, "format":{"itemoff":[0,85]},
				sub:[
			{itemoff:[21,0], size:[22,170], style:SUBSTYLE},
			{code:"About Customer Care", url:"./customercare/aboutcc.php"},
			{code:"My Trapeze", url:"http://www.mytrapeze.com"},
			{code:"Newsletter", url:"./customercare/newsletter.php"},
			{code:"Training", url:"./customercare/training.php"},
			{code:"User Conference", url:"./customercare/uc.php"},	
		]
	},
	{code:"News &amp; Events", "format":{"size":[22,150]}, "format":{"itemoff":[0,117]},
				sub:[
			{itemoff:[21,0], size:[22,150], style:SUBSTYLE},
			{code:"Press Releases", url:"./newsevents/press.php"},
			{code:"Events", url:"./newsevents/events.php"},
			{code:"Industry Links", url:"./newsevents/industry.php"},
			{code:"Case Studies", url:"./newsevents/casestudies.php"},
			{code:"White Papers", url:"./newsevents/whitepapers.php"},
			{code:"Trapeze in the News", url:"./newsevents/trapezenews.php"},
		]
	},
	{code:"Contact", "format":{"size":[22,150]}, "format":{"itemoff":[0,120]},
				sub:[
			{itemoff:[21,0], size:[22,170], style:SUBSTYLE},
			{code:"Contact Information", url:"./contact/contact.php"},
			{code:"Office Locations ", url:"./contact/offices.php"},
			{code:"Media Contacts", url:"./contact/mediacontacts.php"},
			{code:"Support", url:"./contact/support.php"},
			{code:"Human Resources", url:"./contact/hr.php"},
			{code:"Request Information", url:"./contact/inforequest.php"},
		]
	},
	{code:"Search Site","format":{"size":[22,85]}, "format":{"itemoff":[0,80]},
				sub:[
			{itemoff:[21,0], style:SUBSTYLE},
			{code:"Site Map", "format":{"size":[22,130]}, url:"./searchdata/sitemap.php"},
			{code:"Site Search", "format":{"size":[22,130]}, url:"./searchdata/search.php"},
			
		]
	}
];
