<!--

var menu_principal = new Array( new Array());
menu_principal[1] = [ // ABOUT US
	"Profile|en/aboutus/profile.htm|_top",
	"BPLG Key figures 2009|en/aboutus/key-figures.htm|_top",
	"Strategy|en/aboutus/strategy.htm|_top",
	"History|en/aboutus/history.htm|_top",
	"Our presence in France|en/aboutus/ourpresence.htm|_top",
	"BNP Paribas Lease Group the world over|en/aboutus/worldwide.htm|_top"
];
menu_principal[2] = [ // GLOBAL OFFER
	"Strategy and Markets|en/global-offer/strategy.htm|_top",
	"From straightforward 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] = [ // FINANCING GUIDE
	"Introduction|en/guide/|_top",
	"Why choose BNP Paribas Lease Group France ?|en/guide/why.htm|_top",
	"Lease-financing|en/guide/lease.htm|_top",
	"How lease-financing works|en/guide/how.htm|_top",
	"The equipment financed|en/guide/equipment.htm|_top",
	"End of contract|en/guide/contract.htm|_top",
	"Accounting and fiscal advantages|en/guide/accounting.htm|_top",
	"Subsidies|en/guide/subsidies.htm|_top",
	"A lack of harmony in European regulations|en/guide/regulations.htm|_top"
];

menu_principal[4] = [ // THE WORLD OVER
	"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",
	"China|en/the-world-over/china.htm|_top",
	"France|en/aboutus/ourpresence.htm|_top",
	"Germany|http://www.leasegroup.de|_blank",
	"Hungary|http://www.leasegroup.hu/english/|_blank",
	"India|en/the-world-over/india.htm|_top",
	"Italy|http://www.leasegroup.it|_blank",
	"Luxembourg|en/the-world-over/luxembourg.htm|_top",
	"Morocco|http://www.bmci.ma|_blank",
	"Netherlands|http://www.bplg.nl|_blank",
	"Poland|http://www.leasegroup.pl|_blank",
	"Portugal|http://www.leasegroup.pt|_blank",
	"Romania|http://bplg.ro/|_blank",
	"Spain|http://www.leasegroup.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",
	"Ukraine|http://ulc.com.ua/|_blank",	
	"United-Kingdom|http://www.bnpparibas-leasegroup.co.uk|_blank",
	"United States|https://www.bankofthewest.com/BOW/Trinity|_blank"
];

menu_principal[5] = [ // WORK WITH US
	"Welcome by our HR Director|en/work-with-us/|_top",
	"Work for BNP Paribas Lease Group France|en/work-with-us/work.htm|_top",
	"Careers with BNP Paribas Lease Group France|en/work-with-us/careers.htm|_top",
	"Online CVs|http://www.careers.bnpparibas.com/|_blank",
	"Legal information|en/work-with-us/info.htm|_top"
];

menu_principal[6] = [ // PRESS
	//"News|en/press/|_top",//
	//"Press releases|en/press/press.htm|_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);
      }   
}



//-->
