<!--

var menu_principal = new Array( new Array());
menu_principal[1] = [ // ABOUT US
	"Profile|en/aboutus/profile.htm|_top",
	"Key figures|en/aboutus/key-figures.htm|_top",
	"Strategy|en/aboutus/strategy.htm|_top",
	"History|en/aboutus/history.htm|_top",
	"The world over|en/aboutus/worldwide.htm|_top",
	"European Investment Bank|en/aboutus/history.htm#european|_top"
];
menu_principal[2] = [ // GLOBAL OFFER
	"Strategy & Markets|en/global-offer/strategy.htm|_top",
	"From financing to fleet management|en/global-offer/global-offer.htm|_top",
	"Expert for each market|en/global-offer/experts.htm|_top",
	"Wholesale Finance, floor planning|en/global-offer/wholesale-finance.html|_top"
];

menu_principal[3] = [ // IN THE WORLD
	"The world over|en/aboutus/worldwide.htm|_top",
	"Algeria|en/the-world-over/algerie.htm|_top",
	"Austria|http://www.leasegroup.at|_blank",
	"Belgium|http://www.leasegroup.be|_blank",
	"France|http://www.bplg.fr|_blank",
	"Germany|http://www.leasegroup.de|_blank",
	"Greece|en/the-world-over/grece.htm|_top",
	"Hungary|http://www.leasegroup.hu/english/|_blank",
	"India|http://www.srei.com|_blank",
	"Italy|http://www.leasegroup.it|_blank",
	"Morocco|http://www.bmcinet.com/fr/filiales/filiales.asp?Code=IAKB-6QRDXM|_blank",
	"Netherlands|http://www.bplg.nl|_blank",
	"Poland|http://www.leasegroup.pl|_blank",
	"Portugal|http://www.leasegroup.pt|_blank",
	"Romania|en/the-world-over/roumanie.html|_top",
	"Spain|http://www.leasegroup.bnpparibas.es|_blank",
	"Tunisia|http://www.ubcinet.net/fr/|_blank",
	"Turkey|en/the-world-over/turquie.htm|_top",
	"UK|http://www.bnpparibas-leasegroup.co.uk|_blank",
	"Ukraine|http://ulc.com.ua/|_blank",	
	"United States|https://www.bankofthewest.com/BOW/Trinity|_blank"	
];

menu_principal[4] = [ // WORK WITH US
	"Stratégie ressources humaines groupe|en/work-with-us/|_top"
];

menu_principal[5] = [ // PRESS
	"News|en/news/|_top",
	"Press releases|en/press/|_top"
];




var ns4 = (document.layers)? true:false;
var ie4 = ((document.all) && (!document.getElementById))? true:false;
var ns6 = ((document.getElementById) && (!ie4))? true:false;

var tto;
var thisDiv;

function showMenu(theItem){
  clearTimeout(tto);
   if (ns4) {
    	for (var i = 1; i<=10; i++) {
		if (document.layers['smenu'+i]) {document.layers['smenu'+i].display='none';}
	}
      thisDiv = document.layers[theItem];
      thisDiv.display="block";
	   }
   if (ie4) {
	for (var i = 1; i<=10; i++) {
		if (document.layers['smenu'+i]) {document.layers['smenu'+i].display='none';}
	}      	
      thisDiv = document.layers[theItem];
      if ((thisDiv) &&(thisDiv!=document.layers[theItem])){
		   thisDiv.display='none';
	   }
      thisDiv = document.layers[theItem];
      thisDiv.display="block";
      }
   if (ns6) {
    	for (var i = 1; i<=10; i++) {
		if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';}
	}   	
      thisDiv = document.getElementById(theItem);      
      if ((thisDiv) &&(thisDiv!=document.getElementById(theItem).style)){
        	thisDiv.display='none';
	   }
      thisDiv = document.getElementById(theItem).style; 
     /* document.getElementById(theItem).style.zIndex = "3"; */   
      thisDiv.display="block";
      }
}
			
function hideMenu(theItem){
   var thetime=100;
   if (ns4) {
      thisDiv = document.layers[theItem];
      tto=setTimeout("thisDiv.display='none'",thetime);
      }
   if (ie4) {
      thisDiv = document.layers[theItem];
      tto=setTimeout("thisDiv.display='none'",thetime);
      }
   if (ns6) {
      thisDiv = document.getElementById(theItem).style;
      tto=setTimeout("thisDiv.display='none'",thetime);
      }   
}



//-->
