/* Menu Decription Javascript - June 04, 2003                      */
/* author: Emmanuel Vasseur                                        */
/* modified : Philippe Yardin - April 2005*/
/* read NavMenu.js to get some explanations                        */

var HOMEPAGE_NAME = "Home";
var HOMEPAGE_URL  = "/index.html";
var rootNav = new ComponentsList("ROOT","NAVmenuPurpleBorder");

  var van = new ComponentsList("VAN","NAVmenuLightBorder");
  	
	var cartao = new ComponentsList("CARTAO","NAVmenuWhiteBorder");
  	van.addList(cartao, "Cart&atilde;o AXA Barclaycard" , "../axa_barclaycard/axa_barclaycard_pontos.html");
  	var laze = new ComponentsList("LAZE","NAVmenuWhiteBorder");
  	van.addList(laze, "Lazer - Pousadas" , "../servicosplus/serviceplus_vantages_pousadas.html");
  	var casa = new ComponentsList("CASA","NAVmenuWhiteBorder");
  	van.addList(casa, "Casa - Alarmes" , "../servicosplus/serviceplus_vantages_prossegur.html");
  	
  var ser = new ComponentsList("SER","NAVmenuLightBorder");
   	var autoficinas = new ComponentsList("AUTOFICINAS","NAVmenuWhiteBorder");
  	ser.addList(autoficinas, "Auto-Oficinas", "../servicosplus/serviceplus_prestadores_oficinas.html");
  	var autoaluguer = new ComponentsList("AUTOALUGUER","NAVmenuWhiteBorder");
  	ser.addList(autoaluguer, "Auto-Aluguer" , "../servicosplus/serviceplus_prestadores_aluguer.html");
  	var autorep = new ComponentsList("AUTOREP","NAVmenuWhiteBorder");
  	ser.addList(autorep, "Auto-Repara&ccedil;&atilde;o Vidros", "../servicosplus/serviceplus_prestadores_repara.html");
  	var saudeclin = new ComponentsList("SAUDECLIN","NAVmenuWhiteBorder");
  	ser.addList(saudeclin, "Sa&uacute;de-Cl&iacute;nicas Dent&aacute;rias" , "../servicosplus/serviceplus_prestadores_clinicas_dent.html");
  	var saudeclinmed = new ComponentsList("SAUDECLINMED","NAVmenuWhiteBorder");
  	ser.addList(saudeclinmed, "Sa&uacute;de-Cl&iacute;nicas M&eacute;dicas" , "../servicosplus/serviceplus_prestadores_clinicas_med.html");
  	  	
rootNav.addList(van,"Vantagens Clientes AXA","../servicosplus/servicosplus.html");
rootNav.addList(ser,"Prestadores de Servi&ccedil;os","../servicosplus/serviceplus_prestadores_oficinas.html");