
function Cart() {
	document.form_submit.submit();
}
function Reset() {
	document.form_submit.reset();
}
