<!--
//PLF-http://www.jejavascript.net/
function menuderoulant(cadre,selection){ 
eval(cadre+".location='"+selection.options[selection.selectedIndex].value+"'");
}
//-->