<!--
B_contact_off = new Image;
B_contact_off.src = "images/contact_off.jpg";
B_contact_on = new Image;
B_contact_on.src = "images/contact_on.jpg";
//-->
B_douane_off = new Image;
B_douane_off.src = "images/vide.gif";
B_douane_on = new Image;
B_douane_on.src = "images/douane_on.gif";
//-->
B_espacepro_off = new Image;
B_espacepro_off.src = "images/vide.gif";
B_espacepro_on = new Image;
B_espacepro_on.src = "images/espacepro_on.gif";
//-->
B_export_off = new Image;
B_export_off.src = "images/vide.gif";
B_export_on = new Image;
B_export_on.src = "images/export_on.gif";
//-->
B_import_off = new Image;
B_import_off.src = "images/vide.gif";
B_import_on = new Image;
B_import_on.src = "images/import_on.gif";
//-->
B_liens_off = new Image;
B_liens_off.src = "images/vide.gif";
B_liens_on = new Image;
B_liens_on.src = "images/liens_on.gif";
//-->
B_logistique_off = new Image;
B_logistique_off.src = "images/vide.gif";
B_logistique_on = new Image;
B_logistique_on.src = "images/logistique_on.gif";
//-->
B_societe_off = new Image;
B_societe_off.src = "images/vide.gif";
B_societe_on = new Image;
B_societe_on.src = "images/societe_on.gif";
//--> Ouverture d'une fenetre PopUp 
function OuvrirPopUp( url, nom, parametres)
{ 
window.open( url, nom, parametres ); 
}
