

function precu_atlase (sURL,order_name,order_value) {
       sURLx = sURL+'&'+order_name+'='+order_value;
       window.location.replace(sURLx);
}