/*
 * All contents Copyright(c) 2000 iJET Travel Intelligence, Inc.
 * All rights reserved
 *
 * $Revision: 1.1.1.1 $
 * $Date: 2002/07/19 20:52:48 $
 *
 * $Log: browserId.js,v $
 * Revision 1.1.1.1  2002/07/19 20:52:48  schmidtm
 * Build 16b import
 *
 * 
 * 3     5/29/01 2:44p Eckmanj
 * updated for NS6
 * 
 * 2     11/10/00 5:20p Eckmanj
 *
 */


browser = navigator.appName;
ie = "Microsoft Internet Explorer";
ns = "Netscape";

var bV=parseInt(navigator.appVersion);
NS4 = (document.layers) ? true:false;                   // netscape 4
IE4 = (document.all) ? true:false;                      // ie4+
DOM = ((document.getElementById)&&(!IE4))?true:false;   // ns6 etc.
ver4 = (NS4 || IE4 || DOM) ? true : false;
