<!--
        var _appVersion = navigator.appVersion;
        var _appName = navigator.appName;
        var _stylesht = "";
        if (_appVersion.indexOf('Macintosh') == -1 ) 
        {
            <!-- Running on a pc -->
            if (_appName.indexOf('Microsoft Internet Explorer')> -1 )
            {
            _stylesht = "ie4"
             }
             else if (_appName.indexOf('Netscape')> -1 )
            {
            _stylesht = "n6"
             }
             //alert(_appVersion);
             //alert("<LINK REL=StyleSheet HREF='/_includes/css/" + _stylesht + ".css' TYPE='text/css'>");
            document.write("<LINK REL=StyleSheet HREF='/adv/_includes/css/" + _stylesht + ".css' TYPE='text/css'>");
        }
         document.write("<LINK REL=StyleSheet HREF='/adv/_includes/css/ie4.css' TYPE='text/css'>");
        
//-->