oContainer = new HTMLcontainer(); oGrp = new actionBoxGroup(10,"",""); oAct = new actionBox("PDAs (Personal Digital Assistants)","../../menu/img/menu_pdt-0.gif",""); oAct.addElement(" Product range","http://www.viamichelin.com/viamichelin/gbr/jsp/nav/MaNavigationHome.jsp"); oAct.addElement(" Patches / Updates","../../produits/htm/pda_patchs.htm"); oGrp.addActionBox(oAct); oAct = new actionBox("PNDs (Portable Navigation Devices)","../../menu/img/menu_pdt-1.gif","location.href='http://www.viamichelin.com/viamichelin/gbr/jsp/nav/MaNavigationHome.jsp'"); oAct.addElement("ViaMichelin Navigation X-930","http://www.viamichelin.com/viamichelin/gbr/jsp/nav/MaNavigationHome.jsp"); oAct.addElement("Patchs","../../produits/htm/PND_patches.htm"); oGrp.addActionBox(oAct); oAct = new actionBox(" In-car GPS navigation systems ","../../menu/img/menu_pdt-2.gif",""); oAct.addElement("Product range","../../produits/htm/navgps.htm"); oAct.addElement(" CD-ROM for Blaupunkt navigation systems ","../../produits/htm/navgpsblaupunkt.htm"); oAct.addElement(" CD-ROM for VDO Dayton navigation systems ","../../produits/htm/navgpsvdo.htm"); oAct.addElement(" CD-ROM for Becker navigation systems ","../../produits/htm/navgpsbecker.htm"); oGrp.addActionBox(oAct); oGrp.show(oContainer); oGrp = new actionBoxGroup(10); oGrp.addActionBox(new actionBox('Print',"../../../../img/cmn/act_print.gif","goPrint()")); oGrp.addActionBox(new actionBox('Send by e-mail',"../../../../img/cmn/act_mail.gif","goMail()")); oGrp.show(oContainer); oContainer.commit(document.getElementById("actions"));