oContainer = new HTMLcontainer(); oGrp = new actionBoxGroup(10,"Press area",""); oAct = new actionBox("Press Contacts","../../menu/img/menu_presse-0.gif","location.href='../../presse/htm/cover.htm'"); oGrp.addActionBox(oAct); oGrp.show(oContainer); oGrp = new actionBoxGroup(10,"Printed Editions",""); oAct = new actionBox("Tourist","../../menu/img/menu_presse-0.gif","location.href='../../presse/htm/guide_touristique.htm'"); oGrp.addActionBox(oAct); oGrp.show(oContainer); oContainer.commit(document.getElementById("actions"));