//v 2.1 Added On Error Resume Next to permit operation on W2K3 server
//Mailer.asp v2.0 2004-07-26 (c) PF Mahon Cottage Computing www.cottagecomputing.com
//v2.0 2004-07-26 Allows for operating on Windows 2003
//v 1.1 2002-09-18 Improved error handling
//v 1.0 2002-06-04 

function runSubmit ()  {
document.sbmailer.submit();
return true;
}