

<!-- JavaScript by web-architect copyright © 2000, web-architect.
if(document.images) {
pics = new Array(); 
pics[1] = new Image();
pics[1].src = "images/Image7_1x1.gif"; 
pics[2] = new Image();
pics[2].src = "images/Image8_1x1.jpg";
pics[3] = new Image();
pics[3].src = "images/Image7_2x1.gif"; 
pics[4] = new Image();
pics[4].src = "images/Image8_2x1.jpg"; 
pics[5] = new Image();
pics[5].src = "images/Image7_3x1.gif"; 
pics[6] = new Image();
pics[6].src = "images/Image8_3x1.jpg"; 
pics[7] = new Image();
pics[7].src = "images/Image7_4x1.gif"; 
pics[8] = new Image();
pics[8].src = "images/Image8_4x1.jpg"; 
pics[9] = new Image();
pics[9].src = "images/Image7_5x1.gif"; 
pics[10] = new Image();
pics[10].src = "images/Image8_5x1.jpg"; 
pics[11] = new Image();
pics[11].src = "images/Image7_6x1.gif"; 
pics[12] = new Image();
pics[12].src = "images/Image8_6x1.jpg"; 

}

function changer(from,to) {
if(document.images) {
document.images[from].src = pics[to].src;
}
}
//-->
