function fPayPalCheck() { if (document.fPayPal.amount.value=="") { alert("Please enter in an amount"); } else { document.fPayPal.submit(); } }