 function showBigImage(imgName) {
 var i = imgName;
 document.big.src = "images/gallery/" + i + ".jpg";
 alert
 }
 