function sgSubmitPayPal(frm) {
	if (document.forms[frm]) document.forms[frm].submit();
}