//<SCRIPT LANGUAGE="JavaScript"> 
//<!-- 
//if (parseInt(navigator.appVersion) >= 4) {
//    if (navigator.appName == "Netscape") {
//        document.write = "startNavDHTML.html"
//    } else if (navigator.appName.indexOf("Internet Explorer") != -1) {
//        window.location.href = "startIEDHTML.html"
//    } else {
//        window.location.href = "startPlainScripted.html" 
//    }
//} else {
//    window.location.href = "startPlainScripted.html" 
//}
////-->
//</SCRIPT> 

//  <script language="javascript" type="text/javascript">
    <!--
    isIE = navigator.appName.indexOf("Microsoft Internet Explorer");
    isNetscape = navigator.appName.indexOf("Netscape");
    isSafari = navigator.appName.indexOf("Safari");
    isPC = navigator.userAgent.indexOf("Win");
    isMac = navigator.userAgent.indexOf("Mac");
    
    //check to see if it is Mac or PC
    if (isPC != -1) {
    //window.alert('OS is Windows');
      //check IE v Netscape
      if (isIE != -1) {
        //window.alert('Browser is IE');
        document.write('<link rel="stylesheet" href="http://www.land10.com/styles/style_ie.css" type="text/css">');
      }
      else if (isNetscape != -1) {
        //window.alert('Browser is Netscape');
        document.write('<link rel="stylesheet" href="http://www.land10.com/styles/style_win_nav.css" type="text/css">');
      }
      else {
        //window.alert('Broswer is neither IE or Netscape');
        document.write('<link rel="stylesheet" href="http://www.land10.com/styles/style_other.css" type="text/css">');
      }
    }
    //OS is Mac
    else if (isMac != -1) {
    //window.alert('OS is Mac');
      if (isIE != -1) {
        //window.alert('Browser is IE');
        document.write('<link rel="stylesheet" href="http://www.land10.com/styles/style_mac_ie.css" type="text/css">');
      }
      else if (isNetscape != -1) {
        //window.alert('Browser is Netscape');
        document.write('<link rel="stylesheet" href="http://www.land10.com/styles/style_mac_nav.css" type="text/css">');
      }
      else if (isSafari != -1) {
        //window.alert('Browser is Safari');
        document.write('<link rel="stylesheet" href="http://www.land10.com/styles/style_safari.css" type="text/css">');
      }
      else {
        //window.alert('Broswer is neither IE or Netscape' or Safari);
        document.write('<link rel="stylesheet" href="http://www.land10.com/styles/style_other.css" type="text/css">');
      }
    }
    //OS is other
    else {
    //window.alert('OS is neither Mac nor Win');
      document.write('<link rel="stylesheet" href="http://www.land10.com/styles/style_other.css" type="text/css">');
    }
    // -->
//  </script>

