function isNetscape()
{
   return(navigator.appName.toLowerCase().indexOf("netscape") != -1);
}
