
function mv(){

document.form1.move.value=1;
return true;

}


function correct(vl){

//alert(document.form1.cart1.value);
document.form1.num.value=vl;

return true;

}

