/*
 * Plasma Config - Config information for Plasma 2007
 * Copyright (C) 1995-2006 IonicWeb, LLC.  All rights reserved.
 *
 * This library is only available for use as part of the Plasma 2007
 * Web Application Server by IonicWeb, LLC.  Any other use is currently
 * prohibited.  For more information and license options for this
 * work, please send requests to info@ionicweb.com. 
 *
 * The Plasma license is found at http://ionicweb.com/plasma/license
 */

/*
 * Browser detection - true if Netscape style browser, 
 * false for all others.
 */
var isNS = (navigator.appName=="Netscape")?1:0;    

