function switchIm(curr){
 document.images['image_large'].src= 'images/'+rightImg[curr];
}

