var msie = navigator.appVersion.indexOf('MSIE 6');
var x11 = navigator.appVersion.indexOf('X11');
var docloc = window.location.host;

if ( docloc != '' )
   docloc = window.location.protocol + '//' + docloc + '/';
else
   docloc = 'c:/websites/alirossskiingclinics.com/';

if ( (navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4) )
{
   if ( (navigator.appVersion.indexOf("Macintosh")) != -1 )
   {
      document.write('<link rel="stylesheet" href="' + docloc + 'data/r1.css" type="text/css"/>');
   }
   else if ( msie != -1 )
   {
      document.write('<link rel="stylesheet" href="' + docloc + 'data/ie6.css" type="text/css"/>');
   }
   else
   {
      document.write('<link rel="stylesheet" href="' + docloc + 'data/ie1.css" type="text/css"/>');
   }
}
else if ( (navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 4) )
{
   if ( (navigator.appVersion.indexOf("Macintosh")) != -1 )
   {
      document.write('<link rel="stylesheet" href="' + docloc + 'data/r1.css" type="text/css"/>');
   }
   else if ( (navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 5) )
   {
      document.write('<link rel="stylesheet" href="' + docloc + 'data/r1.css" type="text/css"/>');
   }
   else if ( x11 != -1 )
   {
      document.write('<link rel="stylesheet" href="' + docloc + 'data/r1.css" type="text/css"/>');
   }
   else
   {
      document.write('<link rel="stylesheet" href="' + docloc + 'data/ns1.css" type="text/css"/>');
   }
}
else
{
   document.write('<link rel="stylesheet" href="' + docloc + 'data/r1.css" type="text/css"/>');
}

document.write('<link rel="stylesheet" href="' + docloc + 'data/menustyles.css" type="text/css"/>');
