<!--

	function OpenPopUp(strPop)

	{
		//window.open(strPop,"Pop_Img","width=300,height=80,toolbar=no,menubar=no,location=no,scrollbars=yes");

		window.open(strPop,"Pop_Img","width=700,height=400,toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");

	}

//-->
