function resolution(page) {
/*document.location="../lecadran/menubill.htm";*/

document.location="" + page;
}
function resext() {
/*document.location="../lecadran/menubill.htm";*/
/*
document.location="" + page;
*/
page = document.location.search;
longueur = page.length;
result=page.substring(1,longueur);
//alert("longueur tableau : " +result+ "- "+longueur);
document.location="../lecadran/" + result;
}
