	function showImage(strImage)
	{
		window.open(strImage, "LargerImage", "status=1, height=600, width=600, resizable=0");
	}



