function changeMainImg (path) { 
this.document.getElementById("mainImg").src = path ;
}

