oContainer = new HTMLcontainer(); oGrp = new actionBoxGroup(10,"",""); oAct = new actionBox("PDA (assistant personnel)","../../menu/img/menu_pdt-0.gif",""); oAct.addElement("La gamme","http://www.viamichelin.fr/viamichelin/fra/jsp/nav/MaNavigationHome.jsp"); oAct.addElement("Patchs","../../produits/htm/pda_patchs.htm"); oGrp.addActionBox(oAct); oAct = new actionBox("GPS portable","../../menu/img/menu_pdt-1.gif",""); oAct.addElement("ViaMichelin Navigation X-930","http://www.viamichelin.fr/viamichelin/fra/jsp/nav/MaNavigationHome.jsp"); oAct.addElement("Patchs","../../produits/htm/PND_patchs.htm"); oGrp.addActionBox(oAct); oAct = new actionBox("I-mode","../../menu/img/menu_pdt-2.gif",""); oAct.addElement("La gamme","../../produits/htm/mobile_gamme.htm"); oAct.addElement("Cartes et Itinéraires","../../produits/htm/mobile_iti.htm"); oAct.addElement("Le Guide MICHELIN®","../../produits/htm/mobile_gm.htm"); oGrp.addActionBox(oAct); oAct = new actionBox("Navigation automobile","../../menu/img/menu_pdt-3.gif",""); oAct.addElement("La gamme","../../produits/htm/navgps.htm"); oAct.addElement("CD-ROM pour systèmes Blaupunkt","../../produits/htm/navgpsblaupunkt.htm"); oAct.addElement("CD-ROM pour systèmes VDO-Dayton","../../produits/htm/navgpsvdo.htm"); oAct.addElement("CD-ROM pour systèmes Becker","../../produits/htm/navgpsbecker.htm"); oGrp.addActionBox(oAct); oAct = new actionBox("Cartes et guides MICHELIN","../../menu/img/menu_pdt-4.gif",""); oAct.addElement("La gamme","../../produits/htm/cartes_guides_gamme.htm"); oAct.addElement("Guides Hôtels et restauration","../../produits/htm/hotels_restauration.htm"); oAct.addElement("Guides touristiques","../../produits/htm/guides_touristiques.htm"); oAct.addElement("Cartes et plans","../../produits/htm/cartes_routieres.htm"); oGrp.addActionBox(oAct); oAct = new actionBox("Minitel","../../menu/img/menu_pdt-5.gif",""); oAct.addElement("ViaMichelin sur Minitel","../../produits/htm/minitel.htm"); oAct.addElement("i.minitel","../../produits/htm/i_minitel.htm"); oGrp.addActionBox(oAct); oGrp.show(oContainer); oGrp = new actionBoxGroup(10); oGrp.addActionBox(new actionBox('Imprimer',"../../../../img/cmn/act_print.gif","goPrint()")); oGrp.addActionBox(new actionBox('Envoyer par e-mail',"../../../../img/cmn/act_mail.gif","goMail()")); oGrp.show(oContainer); oContainer.commit(document.getElementById("actions"));