var tocTab = new Array();var ir=0;
tocTab[ir++] = new Array ("Top", "Contents", "Introduction1.html");
tocTab[ir++] = new Array ("0", "Welcome", "");
tocTab[ir++] = new Array ("0.0", "Benefits", "Benefits.html");
tocTab[ir++] = new Array ("0.1", "How to Order", "HowToOrder.html");
tocTab[ir++] = new Array ("0.2", "System Requirements", "SystemRequirements.html");
tocTab[ir++] = new Array ("0.3", "Support", "HowToContactCustomerSupport.html");
tocTab[ir++] = new Array ("0.4", "Revision History", "RevisionHistory.html");
tocTab[ir++] = new Array ("1", "Examples", "");
tocTab[ir++] = new Array ("1.0", "Introduction", "Summary.html");
tocTab[ir++] = new Array ("1.1", "Getting Started", "");
tocTab[ir++] = new Array ("1.1.0", "How to Open a DOS Command Window", "HowToOpenADOSCommandWindow.html");
tocTab[ir++] = new Array ("1.1.1", "How to Create a DOS Batch File", "HowToCreateADOSBatchFile.html");
tocTab[ir++] = new Array ("1.2", "SMTP Email Sending", "");
tocTab[ir++] = new Array ("1.2.0", "Prerequisites", "Prerequisites.html");
tocTab[ir++] = new Array ("1.2.1", "Basic Examples", "");
tocTab[ir++] = new Array ("1.2.1.0", "Introduction: Sending Your First Email", "SendYourFirstEmailWithNetMailBot.html");
tocTab[ir++] = new Array ("1.2.1.1", "Simple Test Send with Logging", "SimpleSendWithLogging.html");
tocTab[ir++] = new Array ("1.2.1.2", "Plain Text Message", "PlainTextMessage.html");
tocTab[ir++] = new Array ("1.2.1.3", "Multiple Recipients", "MultipleRecipients.html");
tocTab[ir++] = new Array ("1.2.1.4", "Multiple Recipients Using -tolist", "MultipleRecipientsUsingTolist.html");
tocTab[ir++] = new Array ("1.2.1.5", "SMTP Server Authentication", "SMTPServerAuthentication.html");
tocTab[ir++] = new Array ("1.2.1.6", "Friendly Addressing", "FriendlyAddressing.html");
tocTab[ir++] = new Array ("1.2.1.7", "Using To, Cc, and Bcc Lists Together", "UsingToCcAndBccListsTogether.html");
tocTab[ir++] = new Array ("1.2.2", "HTML Email", "");
tocTab[ir++] = new Array ("1.2.2.0", "HTML Email with Embedded Images from Your Hard Drive", "HTMLEmailWithEmbeddedImagesFromYourHardDrive.html");
tocTab[ir++] = new Array ("1.2.2.1", "HTML Email with Embedded Images from a Website", "HTMLEmailWithEmbeddedImagesFromAWebsite.html");
tocTab[ir++] = new Array ("1.2.3", "Attachments", "");
tocTab[ir++] = new Array ("1.2.3.0", "How to Send a Single Attachment", "HowToSendASingleAttachment.html");
tocTab[ir++] = new Array ("1.2.3.1", "How to Send Two Attachments", "HowToSendTwoAttachments.html");
tocTab[ir++] = new Array ("1.2.3.2", "Attach and ZIP Compress .txt Files from a Directory", "AttachAndZIPCompressTxtFilesFromADirectory.html");
tocTab[ir++] = new Array ("1.2.4", "Importing ODBC Address Data", "");
tocTab[ir++] = new Array ("1.2.4.0", "Introduction: Email Addresses via ODBC", "HowToUseODBCWithNetMailBot.html");
tocTab[ir++] = new Array ("1.2.4.1", "Mass Mailings", "");
tocTab[ir++] = new Array ("1.2.4.1.0", "Introduction: Mass Mailings Strategies", "IntroductionMassMailingsStrategies.html");
tocTab[ir++] = new Array ("1.2.4.1.1", "Send Newsletter to List of BCC Recipients", "SendEmailToListOfBCCRecipientsFromODBC.html");
tocTab[ir++] = new Array ("1.2.4.1.2", "Send Individually Addressed Newsletter", "SendIndividuallyAddressedNewsletter.html");
tocTab[ir++] = new Array ("1.2.4.1.3", "How to Send Email to a List in Excel", "HowToSendEmailToAListInExcel.html");
tocTab[ir++] = new Array ("1.2.5", "Mail Merges", "");
tocTab[ir++] = new Array ("1.2.5.0", "Access Database and Simple Body", "MailMergeWithAnAccessDatabase.html");
tocTab[ir++] = new Array ("1.2.5.1", "Access Database and HTML Body", "AccessDatabaseAndHTMLBody.html");
tocTab[ir++] = new Array ("1.2.5.2", "CSV (Text) File and Simple Body File", "CSVTextFileAndSimpleBodyFile.html");
tocTab[ir++] = new Array ("1.2.5.3", "CSV (Text) File with 'Friendly Names'", "CSVTextFileWithFriendlyNames.html");
tocTab[ir++] = new Array ("1.2.5.4", "CSV (Text) File with Custom Body Text", "CSVTextFileWithCustomBodyText.html");
tocTab[ir++] = new Array ("1.2.5.5", "CSV (Text) File, Custom Body Text and Bodyfile", "CSVTextFileWithMultiplePersonalizations.html");
tocTab[ir++] = new Array ("1.2.5.6", "CSV (Text) File with Custom Attachment", "CSVTextFileWithCustomAttachment.html");
tocTab[ir++] = new Array ("1.2.5.7", "Access Database Using Two Tables", "AccessDatabaseUsingTwoTables.html");
tocTab[ir++] = new Array ("1.2.5.8", "Different Delimiters for Replacement IDs", "");
tocTab[ir++] = new Array ("1.2.5.8.0", "Introduction: When to Use Different Delimiters", "IntroductionWhenToUseDifferentDeliimiters.html");
tocTab[ir++] = new Array ("1.2.5.8.1", "Alternative Delimiters in an HTML Message Body", "AlternativeDelimitersInAnHTMLMessageBody.html");
tocTab[ir++] = new Array ("1.2.6", "Watch a Directory", "");
tocTab[ir++] = new Array ("1.2.6.0", "Watch and Delete Files after Sending", "WatchAndDeleteFilesAfterSending.html");
tocTab[ir++] = new Array ("1.2.6.1", "Watch and Move Files after Sending", "WatchAndMoveFilesAfterSending.html");
tocTab[ir++] = new Array ("1.2.6.2", "Watch, ZIP, and Delete after Sending", "WatchZIPAndDeleteAfterSending.html");
tocTab[ir++] = new Array ("1.2.6.3", "Watch with Filemask, Delete after Sending", "WatchWithFilemaskAndDeleteAfterSending.html");
tocTab[ir++] = new Array ("1.2.7", "Using NetMailBot from Perl Programs", "");
tocTab[ir++] = new Array ("1.2.7.0", "Send Email with the Process Command", "SendEmailWithTheProcessCommand.html");
tocTab[ir++] = new Array ("1.2.7.1", "Send Email with the Spawn Command", "SendEmailWithTheSpawnCommand.html");
tocTab[ir++] = new Array ("1.2.7.2", "Send Email with a System Call", "SendEmailWithASystemCall.html");
tocTab[ir++] = new Array ("1.2.8", "Advanced Features and Techniques", "");
tocTab[ir++] = new Array ("1.2.8.0", "DOS Environment Variables in Message Bodies", "DOSEnvironmentVariablesInMessageBodies.html");
tocTab[ir++] = new Array ("1.2.8.1", "Getting Around SMTP Sending Restrictions", "");
tocTab[ir++] = new Array ("1.2.8.1.0", "Controlling Throughput to the SMTP Server", "ControllingThroughputToTheSMTPServer.html");
tocTab[ir++] = new Array ("1.2.8.1.1", "Working Around Per-Connection Sending Limits", "WorkingAroundPerConnectionSendingLimits.html");
tocTab[ir++] = new Array ("1.2.8.2", "Changing the Delimiter in Log and List Files", "ChangingTheDelimiterCharacterInLogFiles.html");
tocTab[ir++] = new Array ("1.3", "POP3 Email Receiving", "");
tocTab[ir++] = new Array ("1.3.0", "Basic Examples", "");
tocTab[ir++] = new Array ("1.3.0.0", "Introduction: Retrieving Emails", "IntroductionRetrievingEmails.html");
tocTab[ir++] = new Array ("1.3.0.1", "Retrieve an Email from a POP3 Server", "RetrieveAnEmailFromAPOP3Server.html");
tocTab[ir++] = new Array ("1.3.0.2", "Get POP3 User Account Statistics", "GetPOP3UserAccountStatistics.html");
tocTab[ir++] = new Array ("1.3.0.3", "Retrieve an Email Message Header", "RetrieveAnEmailMessageHeader.html");
tocTab[ir++] = new Array ("1.3.0.4", "Delete an Email", "DeleteAnEmail.html");
tocTab[ir++] = new Array ("1.3.0.5", "Auto-Reply to an Email", "AutoReplyToAnEmail.html");
tocTab[ir++] = new Array ("1.3.0.6", "Forward an Email", "ForwardAnEmail.html");
tocTab[ir++] = new Array ("1.3.1", "Periodic Account Monitoring", "");
tocTab[ir++] = new Array ("1.3.1.0", "Check Every 5s, Retrieve, then Delete", "CheckEvery5SecondsRetrieveThenDelete.html");
tocTab[ir++] = new Array ("1.3.1.1", "Check Every 5s, Retrieve, Forward, then Delete", "CheckEvery5SecondsRetrieveForwardThenDelete.html");
tocTab[ir++] = new Array ("1.3.1.2", "Check Every 5s, Retrieve, Reply, then Delete", "CheckEvery5sRetrieveReplyThenDelete.html");
tocTab[ir++] = new Array ("1.4", "Run as a Windows Service", "");
tocTab[ir++] = new Array ("1.4.0", "Introduction: Running NetMailBot as a Service", "IntroductionRunningNetMailBotAsAService.html");
tocTab[ir++] = new Array ("1.4.1", "Contents of the NMBService.ini File", "ContentsOfTheNMBServiceiniFile.html");
tocTab[ir++] = new Array ("1.4.2", "Watch a Directory as a Service", "WatchADirectoryAsAService.html");
tocTab[ir++] = new Array ("1.4.3", "Forward Email as a Service", "ForwardEmailAsAService.html");
tocTab[ir++] = new Array ("1.4.4", "Auto-Reply as a Service", "AutoReplyAsAService.html");
tocTab[ir++] = new Array ("1.5", "Advanced", "");
tocTab[ir++] = new Array ("1.5.0", "Using the Task Scheduler", "UsingTheTaskScheduler.html");
tocTab[ir++] = new Array ("1.5.1", "Drag and Drop an Attachment to Send", "DragAndDropAnAttachmentToSend.html");
tocTab[ir++] = new Array ("1.6", "Usage Scenarios", "");
tocTab[ir++] = new Array ("1.6.0", "Staggered Mailings", "UsageScenarios.html");
tocTab[ir++] = new Array ("1.6.1", "Send Targeted Email 'Special Announcements'", "fsdfsd.html");
tocTab[ir++] = new Array ("1.6.2", "Alert a System Administrator to Important System Events", "AlertASystemAdministratorToImportantSystemEvents.html");
tocTab[ir++] = new Array ("1.6.3", "Send Business Documents Around Your Company", "SendBusinessDocumentsAroundYourCompany.html");
tocTab[ir++] = new Array ("1.6.4", "Send Shift Instructions to Factory Floor Workers", "SendShiftInstructionsToFactoryFloorWorkers.html");
tocTab[ir++] = new Array ("1.6.5", "Send Scheduled Service Alerts to Car Owners", "SendScheduledServiceAlertsToCarOwners.html");
tocTab[ir++] = new Array ("1.6.6", "'Email This Page to a Friend' at Your Website", "EmailThisPageToAFriendAtYourWebsite.html");
tocTab[ir++] = new Array ("1.6.7", "Automate Blanket Orders with Your Suppliers", "AutomateBlanketOrdersWithYourSuppliers.html");
tocTab[ir++] = new Array ("1.6.8", "Update the Family on New Genealogy Discoveries", "UpdateTheFamilyOnNewGenealogyDiscoveries.html");
tocTab[ir++] = new Array ("2", "Parameters", "");
tocTab[ir++] = new Array ("2.0", "Introduction", "Introduction.html");
tocTab[ir++] = new Array ("2.1", "Alphabetical List of Parameters", "ParameterReferenceLists.html");
tocTab[ir++] = new Array ("2.2", "Parameters Grouped by Category", "ParametersGroupedByCategory.html");
tocTab[ir++] = new Array ("2.3", "-addrecipient (-ar)", "addrecipient.html");
tocTab[ir++] = new Array ("2.4", "-altbody (-ab)", "altbody.html");
tocTab[ir++] = new Array ("2.5", "-altbodyfile (-af)", "altbodyfile.html");
tocTab[ir++] = new Array ("2.6", "-appendbad (-abad)", "appendbad.html");
tocTab[ir++] = new Array ("2.7", "-appendgood (-agood)", "appendgood.html");
tocTab[ir++] = new Array ("2.8", "-appendlog (-ad)", "appendlog.html");
tocTab[ir++] = new Array ("2.9", "-appendsuspect (-suspect)", "appendsuspect.html");
tocTab[ir++] = new Array ("2.10", "-attachment (-a)", "attachment.html");
tocTab[ir++] = new Array ("2.11", "-attachmentdir (-ai)", "attachmentdir.html");
tocTab[ir++] = new Array ("2.12", "-attachmentlist (-atl)", "attachmentlistAl.html");
tocTab[ir++] = new Array ("2.13", "-attachsubfolders (-asf)", "attachsubfoldersAsf.html");
tocTab[ir++] = new Array ("2.14", "-authlogin (-al)", "authloginAl.html");
tocTab[ir++] = new Array ("2.15", "-authpassword (-ap)", "authpasswordAp.html");
tocTab[ir++] = new Array ("2.16", "-bcc (-bcc)", "bccBcc.html");
tocTab[ir++] = new Array ("2.17", "-bcclist (-bl)", "bcclistBl.html");
tocTab[ir++] = new Array ("2.18", "-body (-b)", "bodyB.html");
tocTab[ir++] = new Array ("2.19", "-bodyfile (-bf)", "bodyfileBf.html");
tocTab[ir++] = new Array ("2.20", "-cc (-cc)", "ccCc.html");
tocTab[ir++] = new Array ("2.21", "-ccfriendly (-cf)", "ccfriendlyCf.html");
tocTab[ir++] = new Array ("2.22", "-cclist (-cl)", "cclistCl.html");
tocTab[ir++] = new Array ("2.23", "-chars (-cpl)", "charsCpl.html");
tocTab[ir++] = new Array ("2.24", "-config (-c)", "configC.html");
tocTab[ir++] = new Array ("2.25", "-connectiontimeout (-ct)", "connectiontimeoutCt.html");
tocTab[ir++] = new Array ("2.26", "-customheader (-ch)", "customheaderCh.html");
tocTab[ir++] = new Array ("2.27", "-dbconstants (-dbc)", "dbconstants.html");
tocTab[ir++] = new Array ("2.28", "-dbemailcolumn (-dbe)", "dbemailcolumnDbe.html");
tocTab[ir++] = new Array ("2.29", "-dbusecolumnindex (-dbi)", "dbusecolumnindexDbi.html");
tocTab[ir++] = new Array ("2.30", "-dbreplacementids (-dbr)", "dbreplacementidsDbr.html");
tocTab[ir++] = new Array ("2.31", "-dbquery (-dbq)", "dbqueryDbq.html");
tocTab[ir++] = new Array ("2.32", "-dbtable (-dbt)", "dbtableDbt.html");
tocTab[ir++] = new Array ("2.33", "-dbupdatequery (-dbuq)", "dbupdatequeryDbuq.html");
tocTab[ir++] = new Array ("2.34", "-dbuseaddressee (-dbu)", "dbuseaddresseeDbu.html");
tocTab[ir++] = new Array ("2.35", "-debug (-db)", "debugDb.html");
tocTab[ir++] = new Array ("2.36", "-delimiter (-dm)", "delimeter.html");
tocTab[ir++] = new Array ("2.37", "-dnsservers (-dnss)", "dnsserversDnss.html");
tocTab[ir++] = new Array ("2.38", "-dsn (-dsn)", "dsnDsn.html");
tocTab[ir++] = new Array ("2.39", "-embed (-em)", "embedEm.html");
tocTab[ir++] = new Array ("2.40", "-failnoattach (-fna)", "failnoattach.html");
tocTab[ir++] = new Array ("2.41", "-failsafe (-sf)", "failsafeSf.html");
tocTab[ir++] = new Array ("2.42", "-filedatebefore (-fdb)", "filedatebeforeFdb.html");
tocTab[ir++] = new Array ("2.43", "-filedateafter (-fda)", "filedateafterFda.html");
tocTab[ir++] = new Array ("2.44", "-filedateis (-fdi)", "filedateisFdi.html");
tocTab[ir++] = new Array ("2.45", "-filemask (-fm)", "filemaskFm.html");
tocTab[ir++] = new Array ("2.46", "-filesizelessthan (-fsl)", "filesizelessthanFsl.html");
tocTab[ir++] = new Array ("2.47", "-filesizegreaterthan (-fsg)", "filesizegreaterthanFsg.html");
tocTab[ir++] = new Array ("2.48", "-filesizeequal (-fse)", "filesizeequalFse.html");
tocTab[ir++] = new Array ("2.49", "-findmailserver (-fms)", "findmailserverFms.html");
tocTab[ir++] = new Array ("2.50", "-from (-f)", "fromF.html");
tocTab[ir++] = new Array ("2.51", "-fromfriendly (-ff)", "fromfriendlyFf.html");
tocTab[ir++] = new Array ("2.52", "-generaltimeout (-gt)", "generaltimeoutGt.html");
tocTab[ir++] = new Array ("2.53", "-htmlbody (-html)", "htmlbodyHtml.html");
tocTab[ir++] = new Array ("2.54", "-loadurl", "loadurl.html");
tocTab[ir++] = new Array ("2.55", "-logbademail (-lb)", "logbademailLb.html");
tocTab[ir++] = new Array ("2.56", "-logfile (-logfile)", "logfileLogfile.html");
tocTab[ir++] = new Array ("2.57", "-loggoodemail (-lg)", "loggoodemailLg.html");
tocTab[ir++] = new Array ("2.58", "-logsuspectemail (-ls)", "logsuspectemailGt.html");
tocTab[ir++] = new Array ("2.59", "-mimetype (-mt)", "mimetypeMt.html");
tocTab[ir++] = new Array ("2.60", "-nofixhtml (-nfh)", "nofixhtmlNfh.html");
tocTab[ir++] = new Array ("2.61", "-nolog (-nl)", "nologNl.html");
tocTab[ir++] = new Array ("2.62", "-personalize (-pl)", "personalizePl.html");
tocTab[ir++] = new Array ("2.63", "-port (-port)", "portPort.html");
tocTab[ir++] = new Array ("2.64", "-preview (-pv)", "previewPw.html");
tocTab[ir++] = new Array ("2.65", "-priority (-pr)", "priorityPr.html");
tocTab[ir++] = new Array ("2.66", "-popcleanup (-popc)", "popcleanupPopc.html");
tocTab[ir++] = new Array ("2.67", "-popdelete (-popd)", "popdeletePopd.html");
tocTab[ir++] = new Array ("2.68", "-popdirectory (-pd)", "popdirectoryPd.html");
tocTab[ir++] = new Array ("2.69", "-popdirectoryattachment (-pda)", "popdirectoryattachmentPda.html");
tocTab[ir++] = new Array ("2.70", "-popdirectoryheader (-pdh)", "popdirectoryheaderPdh.html");
tocTab[ir++] = new Array ("2.71", "-popdirectorymessage (-pdm)", "popdirectorymessagePdm.html");
tocTab[ir++] = new Array ("2.72", "-popdirectorysubfrom (-psdf)", "popdirectorysubfromPsdf.html");
tocTab[ir++] = new Array ("2.73", "-popdirectorysubto (-psdt)", "popdirectorysubtoPsdt.html");
tocTab[ir++] = new Array ("2.74", "-popforward (-popf)", "popforwardPopf.html");
tocTab[ir++] = new Array ("2.75", "-popforwardfromoriginator (-popfr)", "popforwardfromoriginatorPopfr.html");
tocTab[ir++] = new Array ("2.76", "-popforwardoriginator (-popfo)", "popforwardoriginator.html");
tocTab[ir++] = new Array ("2.77", "-popheader (-poph)", "popheaderPoph.html");
tocTab[ir++] = new Array ("2.78", "-poppassword (-pp)", "poppasswordPp.html");
tocTab[ir++] = new Array ("2.79", "-popreceive (-popr)", "popreceivePopr.html");
tocTab[ir++] = new Array ("2.80", "-popreply (-pre)", "popreplyPre.html");
tocTab[ir++] = new Array ("2.81", "-popserver (-ps)", "popserverPs.html");
tocTab[ir++] = new Array ("2.82", "-popstatistics (-pops)", "popstatisticsPops.html");
tocTab[ir++] = new Array ("2.83", "-popuser (-pu)", "popuserPu.html");
tocTab[ir++] = new Array ("2.84", "-popwatch (-pw)", "popwatchPw.html");
tocTab[ir++] = new Array ("2.85", "-popwatchexit (-pwe)", "popwatchexitPwe.html");
tocTab[ir++] = new Array ("2.86", "-popwatchwait (-pww)", "popwatchwaitPww.html");
tocTab[ir++] = new Array ("2.87", "-q (-q)", "qQ.html");
tocTab[ir++] = new Array ("2.88", "-receipt (-rr)", "receiptRr.html");
tocTab[ir++] = new Array ("2.89", "-receiptfriendly (-rf)", "receiptfriendlyRf.html");
tocTab[ir++] = new Array ("2.90", "-receive (-r)", "receiveR.html");
tocTab[ir++] = new Array ("2.91", "-recipientlimit (-rl)", "recipientlimitRl.html");
tocTab[ir++] = new Array ("2.92", "-reconnectaftersend (-ra)", "reconnectaftersendRa.html");
tocTab[ir++] = new Array ("2.93", "-sendwait (-sw)", "sendwaitSw.html");
tocTab[ir++] = new Array ("2.94", "-server (-s)", "serverS.html");
tocTab[ir++] = new Array ("2.95", "-subject (-sj)", "subjectSj.html");
tocTab[ir++] = new Array ("2.96", "-test (-test)", "testTest.html");
tocTab[ir++] = new Array ("2.97", "-to (-t)", "toT.html");
tocTab[ir++] = new Array ("2.98", "-tofriendly (-tf)", "tofriendlyTf.html");
tocTab[ir++] = new Array ("2.99", "-tolist (-tl)", "tolistTl.html");
tocTab[ir++] = new Array ("2.100", "-verify (-vf)", "verifyVf.html");
tocTab[ir++] = new Array ("2.101", "-watchdir (-wd)", "watchdirWd.html");
tocTab[ir++] = new Array ("2.102", "-watchdelete (-wde)", "watchdeleteWde.html");
tocTab[ir++] = new Array ("2.103", "-watchexit (-we)", "watchexitWe.html");
tocTab[ir++] = new Array ("2.104", "-watchfilenameisbody (-wfib)", "watchfilenameisbodyWfib.html");
tocTab[ir++] = new Array ("2.105", "-watchfilenameissubject (-wfis)", "watchfilenameissubjectWfis.html");
tocTab[ir++] = new Array ("2.106", "-watchfilenameisto (-wfit)", "watchfilenameistoWfit.html");
tocTab[ir++] = new Array ("2.107", "-watchmoveto (-wm)", "watchmovetoWm.html");
tocTab[ir++] = new Array ("2.108", "-watchone (-wo)", "watchoneWo.html");
tocTab[ir++] = new Array ("2.109", "-watchwait (-ww)", "watchwaitWw.html");
tocTab[ir++] = new Array ("2.110", "-zip (-zi)", "zipZi.html");
tocTab[ir++] = new Array ("3", "Frequently Asked Questions", "");
tocTab[ir++] = new Array ("4", "Reference", "");
tocTab[ir++] = new Array ("4.0", "How to Install Dialup Networking in Windows 95/98", "HowToInstallDialupNetworkingInWindows9598.html");
tocTab[ir++] = new Array ("4.1", "How to Set Up Dialup Networking to Automatically Dial and Disconnect", "HowToSetUpDialupNetworkingToAutomaticallyDialAndDisconnect.html");
tocTab[ir++] = new Array ("4.2", "More Information on DOS Batch Scripting", "MoreInformationOnDOSBatchScripting.html");
tocTab[ir++] = new Array ("4.3", "How to Set Up a DSN", "HowToSetUpADSN.html");
tocTab[ir++] = new Array ("4.4", "System Temporary Directory", "SystemTemporaryDirectory.html");
tocTab[ir++] = new Array ("4.5", "How to find the SMTP Mail Server for an Email Address", "HowToFindTheSMTPMailServerForAnEmailAddress.html");
tocTab[ir++] = new Array ("4.6", "Return Codes", "ReturnCodes.html");
var nCols = 9;
