function showImage(path){
 //alert(path);
 document.getElementById('img').src='';
 document.getElementById('img').src=path;
}
