function valid_pays(pays,lpays) 
{
    var p1= document.getElementById("P1").value;
    var p2= document.getElementById("P2").value;

	document.location.replace(document.location.pathname +  "?PG=OFF_LST&CLI_CPAYS=" + pays + "&CLI_PAYS=" + escape(lpays) + "&P1=" + p1 + "&P2=ETRANGER" );

 return ;
}


