function remo(i, j, k){
	this.location.replace("include/deletefrombasket.php?id="+i+"&qua="+j+"&typ="+k);
}

function calc(num){
	this.document.form1.action="include/recalcbasket.php";
	
}