<script type="text/javascript" language="JavaScript">
<!-- 

// Check the browser when the pages loads
// convert all characters to lowercase to simplify testing 
    var agt=navigator.userAgent.toLowerCase(); 

    // *** BROWSER VERSION *** 
    // Note: On IE5, these return 4, so use is_ie5up to detect IE5. 
    var is_major = parseInt(navigator.appVersion); 
    var is_minor = parseFloat(navigator.appVersion); 

    // Note: Opera and WebTV spoof Navigator.  We do strict client detection. 
    // If you want to allow spoofing, take out the tests for opera and webtv. 
    var is_nav  = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1) 
                && (agt.indexOf('compatible') == -1) &&
                                        (agt.indexOf('opera')==-1) 
                && (agt.indexOf('webtv')==-1)); 
    var is_nav2 = (is_nav && (is_major == 2)); 
    var is_nav3 = (is_nav && (is_major == 3)); 
    var is_nav4 = (is_nav && (is_major == 4)); 
    var is_nav4up = (is_nav && (is_major >= 4)); 
    var is_navonly      = (is_nav && ((agt.indexOf(";nav") != -1) || 
                          (agt.indexOf("; nav") != -1)) ); 
    var is_nav5 = (is_nav && (is_major == 5)); 
    var is_nav5up = (is_nav && (is_major >= 5)); 

    var is_ie   = (agt.indexOf("msie") != -1); 
    var is_ie3  = (is_ie && (is_major < 4)); 
    var is_ie4  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")==-1) ); 
    var is_ie4up  = (is_ie  && (is_major >= 4)); 
    var is_ie5  = (is_ie && (is_major == 4) && (agt.indexOf("msie 5.0")!=-1) ); 
    var is_ie5up  = (is_ie  && !is_ie3 && !is_ie4); 
        
        // KNOWN BUG: On AOL4, returns false if IE3 is embedded browser 
    // or if this is the first browser window opened.  Thus the 
    // variables is_aol, is_aol3, and is_aol4 aren't 100% reliable. 
    var is_aol   = (agt.indexOf("aol") != -1); 
    var is_aol3  = (is_aol && is_ie3); 
    var is_aol4  = (is_aol && is_ie4); 
        
        if (!(is_ie4up || is_nav4up || is_aol3 || is_aol4)) {
                alert('Welcome to artimis.org. To fully experience this site you will need either ' +
                                'Internet Explorer 4.0 or greater or Netscape 4.0 or greater.');
        }       



var isNN = document.layers ? true : false; 
var isIE = document.all ? true : false; 

function show(ID) { 
  if ( isNN ) 
    document.layers[ID].visibility = "show"; 
  else if ( isIE ) 
    document.all[ID].style.visibility = "visible"; 
} 
function hide(ID) { 
  if ( isNN ) 
    document.layers[ID].visibility = "hide"; 
  else if ( isIE ) 
    document.all[ID].style.visibility = "hidden"; 
} 

var interval = 10; // delay between updating image (in seconds)
interval *= 1000;

function ShowSegments() { 
    show("Map1");
    show("Legend1");
    show("Legend2");
    show("Legend3");
    show("Legend4");
    show("Legend5");
    show("Seg2641I"); 
    show("Seg2641O"); 
    show("Seg651I"); 
    show("Seg652I"); 
    show("Seg651O"); 
    show("Seg652O"); 
    show("Seg711I"); 
    show("Seg711O"); 
    show("Seg641I"); 
    show("Seg642I"); 
    show("Seg643I"); 
    show("Seg641O"); 
    show("Seg642O"); 
    show("Seg643O"); 
  } 
// end of JavaScript -->
</script>
<STYLE>
 #Legend1 { position: absolute; z-index: 1; top: 442px; left: 490px; font-family: sans-serif; font-weight: bolder; font-size: small; visibility: visible }
 #Legend2 { position: absolute; z-index: 1; top: 456px; left: 490px; font-family: sans-serif; font-weight: bolder; font-size: small; visibility: visible }
 #Legend3 { position: absolute; z-index: 1; top: 470px; left: 490px; font-family: sans-serif; font-weight: bolder; font-size: small; visibility: visible }
 #Legend4 { position: absolute; z-index: 1; top: 484px; left: 490px; font-family: sans-serif; font-weight: bolder; font-size: small; visibility: visible }
 #Legend5 { position: absolute; z-index: 1; top: 498px; left: 490px; font-family: sans-serif; font-weight: bolder; font-size: small; visibility: visible }
 #Map1    { position: absolute; z-index: 1; top:  60px; left:  10px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Map2    { position: absolute; z-index: 1; top:  60px; left:  10px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg2641I{ position: absolute; z-index: 1; top: 241px; left: 105px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg2641O{ position: absolute; z-index: 1; top: 246px; left:  96px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg651I { position: absolute; z-index: 1; top: 273px; left: 203px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg652I { position: absolute; z-index: 1; top: 317px; left: 204px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg651O { position: absolute; z-index: 1; top: 268px; left: 191px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg652O { position: absolute; z-index: 1; top: 317px; left: 194px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg711I { position: absolute; z-index: 1; top: 210px; left: 239px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg711O { position: absolute; z-index: 1; top: 214px; left: 241px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg641I { position: absolute; z-index: 1; top: 261px; left: 220px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg642I { position: absolute; z-index: 1; top: 296px; left: 364px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg643I { position: absolute; z-index: 1; top: 317px; left: 503px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg641O { position: absolute; z-index: 1; top: 270px; left: 221px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg642O { position: absolute; z-index: 1; top: 303px; left: 360px; font-family: sans-serif; font-weight: bolder; visibility: visible }
 #Seg643O { position: absolute; z-index: 1; top: 327px; left: 502px; font-family: sans-serif; font-weight: bolder; visibility: visible }
</STYLE>


