/* Set the name of the RTF template file to use (in Windows)*/
if ( ( nError = IN_SetAsciiTemplateFilename( "c:\\templates\\format.rtf" ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}