	function showImg(url,height,width)
	{
		newwin= window.open(url,'Image','width='+width+',height='+height+',scrollbars=no,status=no,location=no');
	}

