  Rollimage = new Array()

  Rollimage[0]= new Image(53,24)
  Rollimage[0].src = "style_images/stone/top_nav/contact.gif"

  Rollimage[1] = new Image(53,24)
  Rollimage[1].src = "style_images/stone/top_nav/contact-over.gif"

  Rollimage[2]= new Image(48,24)
  Rollimage[2].src = "style_images/stone/top_nav/artists.gif"

  Rollimage[3] = new Image(48,24)
  Rollimage[3].src = "style_images/stone/top_nav/artists-over.gif"
  
  Rollimage[4]= new Image(51,24)
  Rollimage[4].src = "style_images/stone/top_nav/events.gif"

  Rollimage[5] = new Image(51,24)
  Rollimage[5].src = "style_images/stone/top_nav/events-over.gif"
  
  Rollimage[6]= new Image(38,24)
  Rollimage[6].src = "style_images/stone/top_nav/home.gif"

  Rollimage[7] = new Image(38,24)
  Rollimage[7].src = "style_images/stone/top_nav/home-over.gif"
  
  Rollimage[8]= new Image(54,24)
  Rollimage[8].src = "style_images/stone/top_nav/juke.gif"

  Rollimage[9] = new Image(54,24)
  Rollimage[9].src = "style_images/stone/top_nav/juke-over.gif"
  
  Rollimage[10]= new Image(114,24)
  Rollimage[10].src = "style_images/stone/top_nav/mssgboard.gif"

  Rollimage[11] = new Image(114,24)
  Rollimage[11].src = "style_images/stone/top_nav/mssgboard-over.gif"

  Rollimage[12]= new Image(48,24)
  Rollimage[12].src = "style_images/stone/top_nav/photos.gif"

  Rollimage[13] = new Image(48,24)
  Rollimage[13].src = "style_images/stone/top_nav/photos-over.gif"
  
  Rollimage[14]= new Image(53,24)
  Rollimage[14].src = "style_images/stone/top_nav/records.gif"

  Rollimage[15] = new Image(53,24)
  Rollimage[15].src = "style_images/stone/top_nav/records-over.gif"
  
  Rollimage[16]= new Image(41,24)
  Rollimage[16].src = "style_images/stone/top_nav/store.gif"

  Rollimage[17] = new Image(41,24)
  Rollimage[17].src = "style_images/stone/top_nav/store-over.gif"
  
  Rollimage[18]= new Image(45,24)
  Rollimage[18].src = "style_images/stone/top_nav/videos.gif"
  
  Rollimage[19]= new Image(45,24)
  Rollimage[19].src = "style_images/stone/top_nav/videos-over.gif"



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

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

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

  function ArtistsBack(){
    document.artists.src = Rollimage[2].src; 
    return true;
  }
  
    function EventsOut(){
    document.events.src = Rollimage[5].src;
    return true;
  }

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

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

  function HomesBack(){
    document.homes.src = Rollimage[6].src; 
    return true;
  }
  
    function JukeOut(){
    document.juke.src = Rollimage[9].src;
    return true;
  }

  function JukeBack(){
    document.juke.src = Rollimage[8].src; 
    return true;
  }

  function MssgOut(){
    document.mssgboard.src = Rollimage[11].src;
    return true;
  }

  function MssgBack(){
    document.mssgboard.src = Rollimage[10].src; 
    return true;
  }
  
    function PhotosOut(){
    document.photos.src = Rollimage[13].src;
    return true;
  }

  function PhotosBack(){
    document.photos.src = Rollimage[12].src; 
    return true;
  }

  function RecordsOut(){
    document.records.src = Rollimage[15].src;
    return true;
  }

  function RecordsBack(){
    document.records.src = Rollimage[14].src; 
    return true;
  }
  
    function StoreOut(){
    document.store.src = Rollimage[17].src;
    return true;
  }

  function StoreBack(){
    document.store.src = Rollimage[16].src; 
    return true;
  }

  function VideosOut(){
    document.videos.src = Rollimage[19].src;
    return true;
  }

  function VideosBack(){
    document.videos.src = Rollimage[18].src; 
    return true;
  }
