function cartRemove(k) {
	location.href = "index.php?code=cart_remove_" + k;
}

function versChange(k,i) {
	location.href = "index.php?code=cart_vers_" + k + "_" +i;
}

function submitCheckform() {
	document.checkform.submit();
}


