/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Servicios', null, null,[' &raquo; La Flota'		,'http://www.laflota.com.co',{'tw' :'_blank'}],
	[' &raquo; LAP'		,'?option=com_content&task=view1&id=12', {'sb' :'Logistica de Administracion Productiva - Programa de capacitacion a Conductores'}]
	],			  
	
	['Marcas', null, null,
			[' &raquo; Gulf'				,'http://www.gulfoilinternational.com',{'tw' :'_blank'}],
			[' &raquo; Algaex'				,'http://www.algae-x.net',			{'tw' :'_blank'}],
			[' &raquo; FleetGuard'			,'http://www.fleetguard.com',		{'tw' :'_blank'}],
			[' &raquo; Siemens VDO'			,'http://www.siemensvdo.com',		{'tw' :'_blank'}],
			[' &raquo; Oil Mate'			,'http://www.oilmate.com',			{'tw' :'_blank'}],
			[' &raquo; Xantrex'				,'http://www.xantrex.com',			{'tw' :'_blank'}],
			[' &raquo; Continental'			,'http://www.conti.ec',				{'tw' :'_blank'}],
			[' &raquo; Automundial'			,'http://www.automundial.com.co',	{'tw' :'_blank'}],
			[' &raquo; Foton'				,'http://www.camionesfoton.com',		{'tw' :'_blank'}],
			[' &raquo; Cummins'				,'http://www.cumandes.com',		{'tw' :'_blank'}]
	],
	['Ofertas'			, '?option=com_frontpage&Itemid=1',  {'sb' :'Logistica de Administracion Productiva - Programa de capacitacion a Conductores'}],
	['Contactenos', '?option=com_contactenos&Itemid=34', {'sb' :'Logistica de Administracion Productiva - Programa de capacitacion a Conductores'}]
];