// JavaScript Document

// form submit
<!--
	function checkOut()
	{
	document.checkout.submit();
	}
//-->



