
<!-- hide from non JavaScript Browsers

  Rollimage = new Array()

  Rollimage[0]= new Image()
  Rollimage[0].src = "/images/sidebar/images/leftbar_011.gif"

  Rollimage[1] = new Image()
  Rollimage[1].src = "/images/sidebar/images/leftbar_012.gif"

  Rollimage[2]= new Image()
  Rollimage[2].src = "/images/sidebar/images/leftbar_021.gif"

  Rollimage[3] = new Image()
  Rollimage[3].src = "/images/sidebar/images/leftbar_022.gif"

  Rollimage[4]= new Image()
  Rollimage[4].src = "/images/sidebar/images/leftbar_031.gif"

  Rollimage[5] = new Image()
  Rollimage[5].src = "/images/sidebar/images/leftbar_032.gif"

  Rollimage[6]= new Image()
  Rollimage[6].src = "/images/sidebar/images/leftbar_041.gif"

  Rollimage[7] = new Image()
  Rollimage[7].src = "/images/sidebar/images/leftbar_042.gif"



  function ServicesSwapOut(){
    document.ServicesRoll.src = Rollimage[1].src;
    return true;
  }

  function ServicesSwapBack(){
    document.ServicesRoll.src = Rollimage[0].src; 
    return true;
  }

  function BusinessSwapOut(){
    document.BusinessRoll.src = Rollimage[3].src;
    return true;
  }

  function BusinessSwapBack(){
    document.BusinessRoll.src = Rollimage[2].src; 
    return true;
  }

  function GovernmentSwapOut(){
    document.GovernmentRoll.src = Rollimage[5].src;
    return true;
  }

  function GovernmentSwapBack(){
    document.GovernmentRoll.src = Rollimage[4].src; 
    return true;
  }

  function ExploreSwapOut(){
    document.ExploreRoll.src = Rollimage[7].src;
    return true;
  }

  function ExploreSwapBack(){
    document.ExploreRoll.src = Rollimage[6].src; 
    return true;
  }

// - stop hiding          --> 
