function paypalSubmit() {
	setTimeout(document.paypal.submit(),3000);
	return true;
}
