function showImg(strImage) {
 	document.getElementById("bigimage").src = strImage;
}
