
	function show(picsrc,w,h)
	{
	eval("window.open(picsrc,'','width=" + w + ",height= " + h + ",top=20, left=0,scrollbars=yes')")
	}
	
