function reca(id){
	document.checkout.action ="recalc.asp";
	document.checkout.submit();
}

function contin(id){
	document.checkout.action ="index.asp?content=type&type=3";
	document.checkout.submit();

}

function po(id){
	document.checkout.action ="send_PO.asp";
	document.checkout.submit();
}

function disabler(){

	document.getElementById("posubmit").disabled = true;
	document.getElementById("continue").disabled = true;
	document.getElementById("recal").innerHTML = "<font size='3' color='RED'><b>Please click the re-calculate button to update your cart</b></font>";
	
}