function to_checkout() {
	obj = document.getElementById('mode');
	if (obj) {
		obj.value = 'checkout';
		document.cartform.submit();
	}
}
