function showImg(id) {
	var imgId = id;

	// show img
	img = document.getElementById(id);
       document.getElementById(imgId).style.property = 'background-color: #000000';

  
//alert(img);
       
        
}

