<!--

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://leasingsolutions.bnpparibas.at|_blank",
	"Belgium|http://leasingsolutions.bnpparibas.be|_blank",
	"China|en/the-world-over/china.htm|_top",
	"France|http://leasingsolutions.bnpparibas.fr|_blank",
	"Germany|http://leasingsolutions.bnpparibas.de|_blank",
	"Hungary|http://leasingsolutions.bnpparibas.hu/english/|_blank",
	"India|en/the-world-over/india.htm|_top",
	"Italy|http://leasingsolutions.bnpparibas.it|_blank",
	"Luxembourg|en/the-world-over/luxembourg.htm|_top",
	"Morocco|http://www.bmci.ma|_blank",
	"Netherlands|http://leasingsolutions.bnpparibas.nl|_blank",
	"Poland|http://leasingsolutions.bnpparibas.pl|_blank",
	"Portugal|http://leasingsolutions.bnpparibas.pt|_blank",
	"Romania|http://romania-leasingsolutions.bnpparibas.com|_blank",
	"Spain|http://leasingsolutions.bnpparibas.es|_blank",
	"Switzerland|en/the-world-over/suisse.htm|_top",
	"Tunisia|http://www.ubcinet.net/fr/|_blank",
	"Turkey|en/the-world-over/turquie.htm|_top",
	"UK|http://leasingsolutions.bnpparibas.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);
      }   
}



//-->

