// JavaScript Document

function post_to_paypal(){
	/*
	html='<table width="100%" border="0">'+
          '<tr>'+
          '<td><img src="images/loading.gif" width="32" height="32"></td>'+
          '<td><a href="order_review.php">Connection...</a></td>'+
          '</tr>'+
          '</table>';
		 
   document.getElementById("check_out").innerHTML=html;
   
	xajax_post_to_paypal();
	*/
	frm.submit();
}