// JavaScript Document
function doPayPal() {
	document.getElementById("paypal_form").submit();
	return false;
}