function switchpic(img_name,img_src) {
var newimg = 'images/' + img_src;
document[img_name].src=newimg;
}
