function openImg()
{
	window.open(document.getElementById("clickImage").src);
}
