function RequestLifePPs(a){var b;if(a.HorseName)b=a.HorseName.value;else if(a.Regno)b=a.Regno.options[a.Regno.selectedIndex].value.split("##")[1];if(b){b='Please be patient while we submit your Lifetime Past Performances request for "'+b+'". You will be charged for this report.';if(confirm(b)){a.SubmitButton.disabled=true;if(a.ResetButton)a.ResetButton.disabled=true;a.submit()}}else alert("Something has gone wrong with the process and we are not able to figure out which horse you are requesting. Please try again.")} ;