
function showImage(path)
{
	document.getElementById('img_popup').src = path;
	document.getElementById('img_popup').style.display = 'block';
}
