//
/******************************************************************************/
/* D'Fusion Web JavaScript Library                                            */
/*                                                                            */
/* IMPORTANT REMARKS:                                                         */
/*   - To use this file you have to include javascript_browser_sniffer.js     */
/******************************************************************************/
////////////////////////////////////////////////////////////////////////////////
// global variables
// prefix used for all URL in this script
var g_tiInstallerName = "DFusionWeb.Installer.exe";
var g_tiActivexVersion = "2,00,7193,0";
var g_tiGeckoLastVersionMaj = 2;
var g_tiGeckoLastVersionMin = 00;
var g_tiGeckoLastVersionRev = 7193;
var g_tiGeckoLastVersionBuild = 0;
// class id of the ActiveX
var g_tiIEActiveXClassID = "59E937ED-AC7E-407D-B40B-6545B1EECDE7";
// D'Fusion Web mime type
var g_tiDFusionWebMimeType = "application/x-dfusion-web";
//-- end of file --

