/* Remove the Open command from the File menu */
if ( ( nError = IN_SetMenuStatus( IN_CMD_FILE_OPEN, IN_UI_REMOVED ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}