  Rollimage = new Array()

  Rollimage[0]= new Image(110,25);
  Rollimage[0].src = "http://www.ntmusic.org.uk/portfolio/images/09container1button1.jpg";

  Rollimage[1] = new Image(110,25);
  Rollimage[1].src = "http://www.ntmusic.org.uk/portfolio/images/09container1button1b.jpg";
  
  Rollimage[2]= new Image(110,25);
  Rollimage[2].src = "http://www.ntmusic.org.uk/portfolio/images/09container1button2.jpg";

  Rollimage[3] = new Image(110,25);
  Rollimage[3].src = "http://www.ntmusic.org.uk/portfolio/images/09container1button2b.jpg";
  
  Rollimage[4]= new Image(110,25);
  Rollimage[4].src = "http://www.ntmusic.org.uk/portfolio/images/09container1button3.jpg";

  Rollimage[5] = new Image(110,25);
  Rollimage[5].src = "images/09container1button3b.jpg";
  
  Rollimage[6]= new Image(110,25);
  Rollimage[6].src = "images/09container1button4.jpg";

  Rollimage[7] = new Image(110,25);
  Rollimage[7].src = "images/09container1button4b.jpg";
  
  Rollimage[8]= new Image(110,25);
  Rollimage[8].src = "images/09container1button5.jpg";

  Rollimage[9] = new Image(110,25);
  Rollimage[9].src = "images/09container1button5b.jpg";
  
  Rollimage[10]= new Image(110,25);
  Rollimage[10].src = "images/09container1button6.jpg";

  Rollimage[11] = new Image(110,25);
  Rollimage[11].src = "images/09container1button6b.jpg";
  
  Rollimage[12]= new Image(110,25);
  Rollimage[12].src = "images/09container1button7.jpg";

  Rollimage[13] = new Image(110,25);
  Rollimage[13].src = "images/09container1button7b.jpg";

  function Swap1(){
    document.bstart1.src = Rollimage[1].src;
    return true;
  }

  function Swap1b(){
    document.bstart1.src = Rollimage[0].src; 
    return true;
  }
  
  function Swap2(){
    document.baudio1.src = Rollimage[3].src;
    return true;
  }

  function Swap2b(){
    document.baudio1.src = Rollimage[2].src; 
    return true;
  }

  function Swap3(){
    document.bvideo1.src = Rollimage[5].src;
    return true;
  }

  function Swap3b(){
    document.bvideo1.src = Rollimage[4].src; 
    return true;
  }
  
  
  function Swap4(){
    document.bprojects1.src = Rollimage[7].src;
    return true;
  }

  function Swap4b(){
    document.bprojects1.src = Rollimage[6].src; 
    return true;
  }
  
  
  function Swap5(){
    document.bdownload1.src = Rollimage[9].src;
    return true;
  }

  function Swap5b(){
    document.bdownload1.src = Rollimage[8].src; 
    return true;
  }


  function Swap6(){
    document.bcontact1.src = Rollimage[11].src;
    return true;
  }

  function Swap6b(){
    document.bcontact1.src = Rollimage[10].src; 
    return true;
  }
  
  
  function Swap7(){
    document.bflash1.src = Rollimage[13].src;
    return true;
  }

  function Swap7b(){
    document.bflash1.src = Rollimage[12].src; 
    return true;
  }