function myChgPic(main_id){
   document.images["myBigImage"].src = 'img/bigphoto_'+main_id+'.jpg';
}

