// /******************************************************************************/ /* 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 = "DFusionHomeWebPlugIn.Installer.exe"; var g_tiActivexVersion = "2,20,9925,0"; var g_tiGeckoLastVersionMaj = 2; var g_tiGeckoLastVersionMin = 20; var g_tiGeckoLastVersionRev = 9925; var g_tiGeckoLastVersionBuild = 0; // class id of the ActiveX var g_tiIEActiveXClassID = "FAB2BB9D-91E9-457e-9D42-75A7FCCBBC00"; // D'Fusion Web mime type var g_tiDFusionWebMimeType = "application/x-dfusion-web2"; //-- end of file --