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:"#cc9933",		// background color for the items
		bgOVER:"#cc9933"	// 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:"Customers", "format":{"size":[22,150]}, url:"./about/customers.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,280], style:SUBSTYLE},
			{code:"Public Transport", url:"./solutions/sol_publictransport.php"},	
			{code:"Demand Response Transport", url:"./solutions/sol_demandresponse.php"},	
			{code:"Personnel Planning &amp; Management", url:"./solutions/sol_personalplanning.php"},	
			{code:"Consulting", url:"./solutions/sol_consulting.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:"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:"Case Studies", url:"./newsevents/casestudies.php"},
			{code:"Events", url:"./newsevents/events.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:"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"},			
		]
	}
];
