/*** 
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
VERSION FR**/

var oM=new makeCM("oM")
oM.pxBetween =0
oM.fromTop=0
oM.fromLeft=0
oM.menuPlacement="top"
oM.wait=900
oM.fillImg=""
oM.zIndex=150 
oM.resizeCheck=0
oM.zIndex=150  

oM.onlineRoot=""
oM.offlineRoot=""

oM.rows=1

//Background bar properties
oM.useBar=0
oM.barWidth="" 
oM.barHeight="menu"
oM.barX=0
oM.barY="menu"
oM.barClass="clBar" 
oM.barBorderX=0
oM.barBorderY=0
oM.barBorderClass="clB3"


//Level properties
//Syntax for fast creation (advanced users only)
//oM.level[1]=new cm_makeLevel(width,height,regClass,overClass,borderX,borderY,borderClass,rows,align,offsetX,offsetY,arrow,arrowWidth,arrowHeight)

oM.level[0]=new cm_makeLevel()
oM.level[0].width=150
oM.level[0].height=20
oM.level[0].regClass="clT" 
oM.level[0].overClass="clTover"  
oM.level[0].borderX=0
oM.level[0].borderY=0
oM.level[0].borderClass="clB2" 
oM.level[0].rows=0
oM.level[0].align="bottom"
oM.level[0].offsetX=0
oM.level[0].offsetY=-3
oM.level[0].arrow=0
oM.level[0].arrowWidth=0
oM.level[0].arrowHeight=0

/******************************************
Ajout de menu niveau 2 par modifications suivantes:
avant:
oM.level[1].width=120
oM.level[1].borderX=0
oM.level[1].borderY=3
oM.level[1].rows=0
après:
oM.level[1].width=oM.level[0].width-2
oM.level[1].offsetX=-(oM.level[0].width-2)/2+210
oM.level[1].offsety=-(oM.level[0].height)
oM.level[1].rows=1


*************************************/
oM.level[1]=new cm_makeLevel()
oM.level[1].width=oM.level[0].width-2
oM.level[1].height=null
oM.level[1].regClass="clS" 
oM.level[1].overClass="clSover" 
oM.level[1].borderX=1
oM.level[1].borderY=1
oM.level[1].offsetX=-(oM.level[0].width-2)/2+230
oM.level[1].offsetY=-(oM.level[0].height)
oM.level[1].borderClass="clB1"
oM.level[1].align="bottomright"
oM.level[1].rows=0




/******************************************
voir ==> http://www.dhtmlcentral.com
Menu item creation:
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout) 
*************************************/

oM.makeMenu('m100','','<IMG src=menu/accueil_2.jpg>','','',90,21,'','','','','');
oM.makeMenu('m110','m100','<img src="../img/1.gif" width="1" height="1">Infos sur la compagnie >','','',200,18,'','','','','');
oM.makeMenu('sub110','m110','<img src="../img/1.gif" width="1" height="1">RIBER','about_company.htm','',100,18,'','','','','');
/*oM.makeMenu('sub115','m110','<img src="../img/1.gif" width="1" height="1">ADDON','http://www.addon-mbe.com/Pages/frcomp.html','_blank',100,18,'','','','','');*/
oM.makeMenu('sub115','m110','<img src="../img/1.gif" width="1" height="1">ADDON','about_company.htm','_blank',100,18,'','','','','');
oM.makeMenu('sub120','m110','<img src="../img/1.gif" width="1" height="1">VGSemicon','../en2/public/vg_semicon.htm','',100,18,'','','','','');
oM.makeMenu('m130','m100','<img src="../img/1.gif" width="1" height="1">Plan d’accès','coming_to_riber.htm','',200,18,'','','','','');
oM.makeMenu('m125','m100','<img src="../img/1.gif" width="1" height="1">Documents contractuels','contractual_documents.htm','',200,18,'','','','','');



oM.makeMenu('m400','','<IMG src=menu/produits_2.jpg>','','',88,21,'','','','','');
oM.makeMenu('m410','m400','<img src="../img/1.gif" width="1" height="1">Composants >','','',180,18,'','','','','');
oM.makeMenu('sub410','m410','<img src="../img/1.gif" width="1" height="1">RIBER','components.htm','',100,18,'','','','','');
/*oM.makeMenu('sub415','m410','<img src="../img/1.gif" width="1" height="1">ADDON','http://www.addon-mbe.com/Pages/frcomp.html','_blank',100,18,'','','','','');*/
oM.makeMenu('sub415','m410','<img src="../img/1.gif" width="1" height="1">ADDON','components.htm','_blank',100,18,'','','','','');
oM.makeMenu('sub420','m410','<img src="../img/1.gif" width="1" height="1">VGSemicon','../en2/public/vg_semicon.htm','',100,18,'','','','','');
oM.makeMenu('m415','m400','<img src="../img/1.gif" width="1" height="1">Machines de recherche','research_sys.htm','',180,18,'','','','','');
oM.makeMenu('m420','m400','<img src="../img/1.gif" width="1" height="1">Machines de production','produc_sys.htm','',180,18,'','','','','');
oM.makeMenu('m425','m400','<img src="../img/1.gif" width="1" height="1">Données scientifiques','../en2/public/technology_data.htm','',180,18,'','','','','');
oM.makeMenu('m430','m400','<img src="../img/1.gif" width="1" height="1">A propos de la MBE','mbe_technology.htm','',180,18,'','','','','');


oM.makeMenu('m500','','<IMG src=menu/service_2.jpg>','','',90,21,'','','','','');
oM.makeMenu('m510','m500','<img src="../img/1.gif" width="1" height="1">Support et formation','appli-lab.htm','',160,18,'','','','','');
oM.makeMenu('m515','m500','<img src="../img/1.gif" width="1" height="1">Maintenance','service_offers.htm','',160,18,'','','','','');
oM.makeMenu('m525','m500','<img src="../img/1.gif" width="1" height="1">Club clients','../en2/public/customer_access.htm','',160,18,'','','','','');
oM.makeMenu('m530','m500','<img src="../img/1.gif" width="1" height="1">Liens sites clients','../en2/public/customer_website.htm','',160,18,'','','','','');



oM.makeMenu('m300','','<IMG src=menu/communication_2.jpg>','','',90,21,'','','','','');
oM.makeMenu('m310','m300','<img src="../img/1.gif" width="1" height="1">Actualités','trade_news.htm','',190,18,'','','','','');
oM.makeMenu('m315','m300','<img src="../img/1.gif" width="1" height="0">Calendrier des événements','../en2/public/conferences.htm','',190,18,'','','','','');
oM.makeMenu('m320','m300','<img src="../img/1.gif" width="1" height="1">Infos sur les clients','trade_news.htm','',190,18,'','','','','');
oM.makeMenu('m325','m300','<img src="../img/1.gif" width="1" height="1">Archives','news_archives.htm','',190,18,'','','','','');




oM.makeMenu('m600','','<IMG src=menu/nous_contacter_2.jpg>','','',90,21,'','','','','');
oM.makeMenu('m610','m600','<img src="../img/1.gif" width="1" height="1">Nos contacts >','','',155,18,'','','','','');
oM.makeMenu('m210','m610','<img src="../img/1.gif" width="1" height="1">Europe >','','',155,18,'','','','','');
oM.makeMenu('sub210','m210','<img src="../img/1.gif" width="1" height="1">Allemagne','../en2/public/agents.htm#germany','',140,18,'','','','','');
oM.makeMenu('sub211','m210','<img src="../img/1.gif" width="1" height="1">Autriche','../en2/public/agents.htm#austria','',140,18,'','','','','');
oM.makeMenu('sub212','m210','<img src="../img/1.gif" width="1" height="1">Belgique','../en2/public/agents.htm#belgium','',140,18,'','','','','');
oM.makeMenu('sub213','m210','<img src="../img/1.gif" width="1" height="1">Bulgarie','../en2/public/agents.htm#bulgaria','',140,18,'','','','','');
oM.makeMenu('sub214','m210','<img src="../img/1.gif" width="1" height="1">Danemark','../en2/public/agents.htm#danemark','',140,18,'','','','','');
oM.makeMenu('sub215','m210','<img src="../img/1.gif" width="1" height="1">Espagne','../en2/public/agents.htm#spain','',140,18,'','','','','');
oM.makeMenu('sub216','m210','<img src="../img/1.gif" width="1" height="1">Grèce','../en2/public/agents.htm#greece','',140,18,'','','','','');
oM.makeMenu('sub217','m210','<img src="../img/1.gif" width="1" height="1">Finlande','../en2/public/agents.htm#finland','',140,18,'','','','','');
oM.makeMenu('sub218','m210','<img src="../img/1.gif" width="1" height="1">France','../en2/public/agents.htm#france','',140,18,'','','','','');
oM.makeMenu('sub219','m210','<img src="../img/1.gif" width="1" height="1">Italie','../en2/public/agents.htm#italy','',140,18,'','','','','');
oM.makeMenu('sub220','m210','<img src="../img/1.gif" width="1" height="1">Irlande','../en2/public/agents.htm#ireland','',140,18,'','','','','');
oM.makeMenu('sub221','m210','<img src="../img/1.gif" width="1" height="1">Liechtenstein','../en2/public/agents.htm#liechtenstein','',140,18,'','','','','');
oM.makeMenu('sub222','m210','<img src="../img/1.gif" width="1" height="1">Lithuanie','../en2/public/agents.htm#lithuania','',140,18,'','','','','');
oM.makeMenu('sub223','m210','<img src="../img/1.gif" width="1" height="1">Pays Bas','../en2/public/agents.htm#nederland','',140,18,'','','','','');
oM.makeMenu('sub224','m210','<img src="../img/1.gif" width="1" height="1">Norvège','../en2/public/agents.htm#norvay','',140,18,'','','','','');
oM.makeMenu('sub225','m210','<img src="../img/1.gif" width="1" height="1">Pologne','../en2/public/agents.htm#poland','',140,18,'','','','','');
oM.makeMenu('sub226','m210','<img src="../img/1.gif" width="1" height="1">Portugal','../en2/public/agents.htm#portugal','',140,18,'','','','','');
oM.makeMenu('sub227','m210','<img src="../img/1.gif" width="1" height="1">République Tchèque','../en2/public/agents.htm#czech','',140,18,'','','','','');
oM.makeMenu('sub228','m210','<img src="../img/1.gif" width="1" height="1">Royaume Uni','../en2/public/agents.htm#UK','',140,18,'','','','','');
oM.makeMenu('sub229','m210','<img src="../img/1.gif" width="1" height="1">Russie','../en2/public/agents.htm#russia','',140,18,'','','','','');
oM.makeMenu('sub230','m210','<img src="../img/1.gif" width="1" height="1">Suède','../en2/public/agents.htm#sweden','',140,18,'','','','','');
oM.makeMenu('sub231','m210','<img src="../img/1.gif" width="1" height="1">Suisse','../en2/public/agents.htm#switzerland','',140,18,'','','','','');
oM.makeMenu('sub232','m210','<img src="../img/1.gif" width="1" height="1">Ukraine','../en2/public/agents.htm#ukrania','',140,18,'','','','','');
oM.makeMenu('m250','m610','<img src="../img/1.gif" width="1" height="1">Afrique >','','',155,18,'','','','','');
oM.makeMenu('sub251','m250','<img src="../img/1.gif" width="1" height="1">Tunisie','../en2/public/agents.htm#tunisia','',140,18,'','','','','');
oM.makeMenu('m260','m610','<img src="../img/1.gif" width="1" height="1">Amériques >','','',155,18,'','','','','');
oM.makeMenu('sub260','m260','<img src="../img/1.gif" width="1" height="1">Brézil','../en2/public/agents.htm#brazil','',140,18,'','','','','');
oM.makeMenu('sub261','m260','<img src="../img/1.gif" width="1" height="1">Canada','../en2/public/agents.htm#canada','',140,18,'','','','','');
oM.makeMenu('sub262','m260','<img src="../img/1.gif" width="1" height="1">Colombie','../en2/public/agents.htm#colombia','',140,18,'','','','','');
oM.makeMenu('sub264','m260','<img src="../img/1.gif" width="1" height="1">Equateur','../en2/public/agents.htm#ecuador','',140,18,'','','','','');
oM.makeMenu('sub265','m260','<img src="../img/1.gif" width="1" height="1">Méxique','../en2/public/agents.htm#mexico','',140,18,'','','','','');
oM.makeMenu('sub266','m260','<img src="../img/1.gif" width="1" height="1">Pérou','../en2/public/agents.htm#peru','',140,18,'','','','','');
oM.makeMenu('sub267','m260','<img src="../img/1.gif" width="1" height="1">USA','../en2/public/agents.htm#usa_est','',140,18,'','','','','');
oM.makeMenu('sub269','m260','<img src="../img/1.gif" width="1" height="1">Vénézuela','../en2/public/agents.htm#venezuela','',140,18,'','','','','');
oM.makeMenu('m280','m610','<img src="../img/1.gif" width="1" height="1">Asie >','','',155,18,'','','','','');
oM.makeMenu('sub280','m280','<img src="../img/1.gif" width="1" height="1">Arabie Saoudite','../en2/public/agents.htm#arabia','',140,18,'','','','','');
oM.makeMenu('sub282','m280','<img src="../img/1.gif" width="1" height="1">Chine','../en2/public/agents.htm#china','',140,18,'','','','','');
oM.makeMenu('sub283','m280','<img src="../img/1.gif" width="1" height="1">Inde','../en2/public/agents.htm#india','',140,18,'','','','','');
oM.makeMenu('sub285','m280','<img src="../img/1.gif" width="1" height="1">Israël','../en2/public/agents.htm#israel','',140,18,'','','','','');
oM.makeMenu('sub286','m280','<img src="../img/1.gif" width="1" height="1">Japon','../en2/public/agents.htm#japan','',140,18,'','','','','');
oM.makeMenu('sub287','m280','<img src="../img/1.gif" width="1" height="1">Corée du Sud','../en2/public/agents.htm#korea','',140,18,'','','','','');
oM.makeMenu('sub288','m280','<img src="../img/1.gif" width="1" height="1">Malaisie','../en2/public/agents.htm#malaysia','',140,18,'','','','','');
oM.makeMenu('sub289','m280','<img src="../img/1.gif" width="1" height="1">Philippines','../en2/public/agents.htm#philippines','',140,18,'','','','','');
oM.makeMenu('sub290','m280','<img src="../img/1.gif" width="1" height="1">Singapour','../en2/public/agents.htm#singapore','',140,18,'','','','','');
oM.makeMenu('sub291','m280','<img src="../img/1.gif" width="1" height="1">Taiwan','../en2/public/agents.htm#taiwan','',140,18,'','','','','');
oM.makeMenu('sub292','m280','<img src="../img/1.gif" width="1" height="1">Thaïlande','../en2/public/agents.htm#thailand','',140,18,'','','','','');
oM.makeMenu('sub293','m280','<img src="../img/1.gif" width="1" height="1">Turquie','../en2/public/agents.htm#turkey','',140,18,'','','','','');
oM.makeMenu('sub294','m280','<img src="../img/1.gif" width="1" height="1">E.A.U','../en2/public/agents.htm#emirates','',140,18,'','','','','');
oM.makeMenu('sub295','m280','<img src="../img/1.gif" width="1" height="1">Vietnam','../en2/public/agents.htm#vietnam','',140,18,'','','','','');
oM.makeMenu('m270','m610','<img src="../img/1.gif" width="1" height="1">Océanie >','','',155,18,'','','','','');

oM.makeMenu('sub271','m270','<img src="../img/1.gif" width="1" height="1">Australie','../en2/public/agents.htm#australia','',140,18,'','','','','');
oM.makeMenu('sub275','m270','<img src="../img/1.gif" width="1" height="1">Nouvelle Zelande','../en2/public/agents.htm#newzealande','',140,18,'','','','','');

oM.makeMenu('m615','m600','<img src="../img/1.gif" width="1" height="1">Demande clients','demandeinfo.htm?origine=0','',155,18,'','','','','');


oM.makeMenu('m700','','<IMG src=menu/investisseurs_2.jpg>','','',90,21,'','','','','');
oM.makeMenu('m710','m700','<img src="../img/1.gif" width="1" height="1">Actualités','news_press_releases.htm','',180,18,'','','','','')
oM.makeMenu('m715','m700','<img src="../img/1.gif" width="1" height="1">Rapports financiers','financial_reports.htm','',180,18,'','','','','')
oM.makeMenu('m720','m700','<img src="../img/1.gif" width="1" height="1">Evénements financiers','calendar_of_events.htm','',180,18,'','','','','')
oM.makeMenu('m725','m700','<img src="../img/1.gif" width="1" height="1">Infos sur le titre','company_informations.htm','',180,18,'','','','','')
oM.makeMenu('m730','m700','<img src="../img/1.gif" width="1" height="1">Demande d’information','demandeinfo.htm?origine=1','',180,18,'','','','','')
oM.makeMenu('m735','m700','<img src="../img/1.gif" width="1" height="1">Archives','archive.htm','',180,18,'','','','','')


oM.construct()
