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:"Acceuil", "format":{"size":[22,75]}, "format":{"itemoff":[0,59]},url:"./index.php"},
	{code:"Concernant Trapeze", "format":{"size":[22,120]}, "format":{"itemoff":[0,65]}, 
		sub:[
			{itemoff:[21,0], style:SUBSTYLE},
			{code:"Présentation de l'entreprise", "format":{"size":[22,180]}, url:"./about/overview.php"},
			{code:"Notre technologie", "format":{"size":[22,180]}, url:"./about/technology.php"},			
			{code:"Emplois", "format":{"size":[22,180]}, url:"./about/careers.php"},
			{code:"Clients", "format":{"size":[22,180]}, url:"./about/clients.php"},
		]
	},
	{code:"Solutions", "format":{"size":[22,88]}, "format":{"itemoff":[0,140]},
		sub:[
			{itemoff:[21,0], size:[22,250], style:SUBSTYLE},
			{code:"Transport public de voyageurs", url:"./solutions/sol_transportpublic.php"},	
			{code:"Transport à la demande", url:"./solutions/sol_transportalademande.php"},	
			{code:"Planification et gestion du personnel", url:"./solutions/sol_planification.php"},	
			{code:"Conseil", url:"./solutions/sol_serviceconseil.php"},
			{code:"Demande d'information sur les produits", url:"./contact/inforequest.php"},	
		]
	},
	{code:"Service clientèle","format":{"size":[22,105]}, "format":{"itemoff":[0,80]},
				sub:[
			{itemoff:[21,0], size:[22,170], style:SUBSTYLE},
			{code:"My Trapeze", url:"http://www.mytrapeze.com"},
//			{code:"Newsletter", url:"../customercare/newsletter.php"},
			{code:"User Conference", url:"./customercare/uc.php"},	
		]
	},
	{code:"Presse", "format":{"size":[22,150]}, "format":{"itemoff":[0,120]},
				sub:[
			{itemoff:[21,0], size:[22,150], style:SUBSTYLE},
			{code:"Communiqué de presse", url:"./newsevents/press.php"},
			{code:"Événements", url:"./newsevents/events.php"},
			{code:"Étude de cas", url:"./newsevents/casestudies.php"},
		]
	},
	{code:"Nous Contacter", "format":{"size":[22,150]}, "format":{"itemoff":[0,70]},
				sub:[
			{itemoff:[21,0], size:[22,170], style:SUBSTYLE},
			{code:"Information générale", url:"./contact/generalinfo.php"},
			{code:"Bureaux", url:"./contact/offices.php"},
			{code:"Service Presse", url:"./contact/mediacontacts.php"},
			{code:"Assistance", url:"./contact/support.php"},
			{code:"Demande d'information", url:"./contact/inforequest.php"},
		]
	},
	{code:"Rechercher","format":{"size":[22,85]}, "format":{"itemoff":[0,120]},
				sub:[
			{itemoff:[21,0], style:SUBSTYLE},
			{code:"Plan du site", "format":{"size":[22,130]}, url:"./searchdata/sitemap.php"},		
		]
	}
];
