function change(file){
var mainImg=document.getElementById("mainImg");
mainImg.src="assets/photos/"+file.replace("tmb","");
return false;
}
