oContainer = new HTMLcontainer(); oGrp = new actionBoxGroup(10,"FAQ",""); oAct = new actionBox("Comment installer les POI radars fixes","../../menu/img/../img/menu_faq_routing-0.png",""); oAct.addElement("en version 3, 4 et 5 ?","../../faq/htm/support_radar_v3_v4_v5.htm"); oAct.addElement("en version 6 et 6.5 ?","../../faq/htm/support_radar_v6.htm"); oAct.addElement("en version 7 ?","../../faq/htm/support_radar_v7.htm"); oGrp.addActionBox(oAct); oAct = new actionBox("Comment connaître la version du logiciel en ma possession ?","../../menu/img/../img/menu_faq_routing-0.png","location.href='../../faq/htm/support_version.htm'"); oGrp.addActionBox(oAct); oAct = new actionBox("Que devient ViaMichelin Advantage ? ","../../menu/img/../img/menu_faq_routing-0.png","location.href='../../faq/htm/support_advantage.htm'"); oGrp.addActionBox(oAct); oAct = new actionBox("Plus de FAQ","../../menu/img/../img/menu_faq_routing-0.png","location.href='http://viamichelin-fr.custhelp.com/cgi-bin/viamichelin_fr.cfg/php/enduser/std_alp.php'"); oGrp.addActionBox(oAct); oGrp.show(oContainer); oGrp = new actionBoxGroup(10,"Pilotes pour Windows Vista",""); oAct = new actionBox("Pilotes ViaMichelin Navigation pour Windows Vista ","../../menu/img/../img/menu_faq_routing-0.png","location.href='../../faq/htm/support_vista_drivers.htm'"); oGrp.addActionBox(oAct); oAct = new actionBox("Comment installer les pilotes du logiciel ViaMichelin Navigation version 5, 6 et 6.5 sur Windows Vista? ","../../menu/img/../img/menu_faq_routing-0.png","location.href='../../faq/htm/support_vista_install.htm'"); oGrp.addActionBox(oAct); oGrp.show(oContainer); oGrp = new actionBoxGroup(10,"Correctifs et Mises à jour",""); oAct = new actionBox("ViaMichelin Navigation V5.0.10 pour GPS Portable","../../menu/img/../img/menu_faq_routing-0.png","location.href='../../faq/htm/support_patch_v5_0_10.htm'"); oGrp.addActionBox(oAct); oAct = new actionBox("ViaMichelin Navigation V6.5.4","../../menu/img/../img/menu_faq_routing-0.png","location.href='../../faq/htm/support_patch_v6_5_4.htm'"); oGrp.addActionBox(oAct); oAct = new actionBox("ViaMichelin Navigation V7.0.3","../../menu/img/../img/menu_faq_routing-0.png","location.href='../../faq/htm/support_patch_v7_0_3.htm'"); oGrp.addActionBox(oAct); oAct = new actionBox("Plus de Correctifs et Mise à jours","../../menu/img/../img/menu_faq_routing-0.png","location.href='http://viamichelin-fr.custhelp.com/cgi-bin/viamichelin_fr.cfg/php/enduser/std_alp.php?p_scf_6=14'"); 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"));