<!-- JavaScript by web-architect copyright © 2000, web-architect.
if(document.images) {
pics = new Array(); 
pics[1] = new Image();
pics[1].src = "images/jsp_home1.jpg"; 
pics[2] = new Image();
pics[2].src = "images/jsp_home1a.jpg"; 
pics[3] = new Image();
pics[3].src = "images/jsp_home2.jpg";
pics[4] = new Image();
pics[4].src = "images/jsp_home2a.jpg";
pics[5] = new Image();
pics[5].src = "images/jsp_home3.jpg";
pics[6] = new Image();
pics[6].src = "images/jsp_home3a.jpg";
pics[7] = new Image();
pics[7].src = "images/jsp_home4.jpg";
pics[8] = new Image();
pics[8].src = "images/jsp_home4a.jpg";
pics[9] = new Image();
pics[9].src = "images/jsp_home5.jpg";
pics[10] = new Image();
pics[10].src = "images/jsp_home5a.jpg";
pics[11] = new Image();
pics[11].src = "images/jsp_home6.jpg";
pics[12] = new Image();
pics[12].src = "images/jsp_home6a.jpg";
}

function changer(from,to) {
if(document.images) {
document.images[from].src = pics[to].src;
}
}
//-->
