function switchImage(the_image,the_roll) {
     document.images[the_image].src = the_roll;
}
