if (document.images) {
  		n1     = new Image;
  		n1.src = "Sivusto/Kuvat/v1.gif";
		n2     = new Image;
  		n2.src = "Sivusto/Kuvat/v1b.gif";
  		n3     = new Image;
  		n3.src = "Sivusto/Kuvat/v2.gif";
  		n4     = new Image;
  		n4.src = "Sivusto/Kuvat/v2b.gif";
  		n5     = new Image;
  		n5.src = "Sivusto/Kuvat/v3.gif";
  		n6     = new Image;
  		n6.src = "Sivusto/Kuvat/v3b.gif";
    		n7     = new Image;
  		n7.src = "Sivusto/Kuvat/v4.gif";
  		n8     = new Image;
  		n8.src = "Sivusto/Kuvat/v4b.gif";
  		n9     = new Image;
  		n9.src = "Sivusto/Kuvat/v5.gif";
  		n10     = new Image;
  		n10.src = "Sivusto/Kuvat/v5b.gif";
  		}
  		
	function changeImage(oldButton,newButton){
   		if (document.images){
     		document.images[oldButton].src=eval(newButton + ".src");}
}

