﻿    function Mout(s)
    {
      if (document.getElementById(s))
      {
        document.getElementById(s).style.textIndent = "0px";         
        document.getElementById(s).style.padding = "0px";
        document.getElementById(s).style.fontFamily = "arial,helvetica,sans-serif";
        document.getElementById(s).style.fontStyle = "normal";
        document.getElementById(s).style.fontSize = "12px";
        document.getElementById(s).style.fontWeight = "bold";
        document.getElementById(s).style.textAlign = "center";
        document.getElementById(s).style.borderWidth = "2px";
        document.getElementById(s).style.borderTopColor = "#7777dd";
        document.getElementById(s).style.borderLeftColor = "#7777dd";
        document.getElementById(s).style.borderBottomColor = "#222277";
        document.getElementById(s).style.borderRightColor = "#222277";
        document.getElementById(s).style.color = "#ffffff";
        document.getElementById(s).style.backgroundColor = "#0D3692";
        document.getElementById(s).style.height = "24px";
        if (s == 'mo6')
        {
          document.getElementById(s).style.width = "174px";
        }
        else
        {
          document.getElementById(s).style.width = "131px";
        }
        
        window.focus();
      }
    }

    function Mover(s)
    {
      if (document.getElementById(s))
      {      
        document.getElementById(s).style.borderTopColor = "#9999ff";
        document.getElementById(s).style.borderLeftColor = "#9999ff";
        document.getElementById(s).style.borderBottomColor = "#444499";
        document.getElementById(s).style.borderRightColor = "#444499";
        document.getElementById(s).style.color = "#ffff00";
        document.getElementById(s).style.backgroundColor = "#2255bb";
        document.getElementById(s).style.cursor = "pointer";
      }
    }
    
    function MM_openBrWindow(theURL,winName,features) 
    { //v2.0
   			window.open(theURL,winName,features);
  		}

    function loadMap()
    {  
      i0 = new Image(225,450);
      i0.src = "images/map0.gif";
      i1 = new Image(225,450);
      i1.src = "images/map1.gif";
      i2 = new Image(225,450);
      i2.src = "images/map2.gif";
      i3 = new Image(225,450);
      i3.src = "images/map3.gif";
      i4 = new Image(225,450);
      i4.src = "images/map4.gif";
    }
