function switch_page1()
{var sel=document.liste1.choix.selectedIndex
if(sel>0){location=document.liste1.choix.options[sel].value}}
function switch_page2()
{var sel=document.liste2.choix.selectedIndex
if(sel>0){location=document.liste2.choix.options[sel].value}}
function switch_page11(frm){if(frm==1)location.href=document.forms['liste1'].elements['coord'].value;else if(frm==2)location.href=document.forms['liste2'].elements['agenda'].value;else location.href=document.forms['form_boutique_region'].elements['region'].value;}
