
	function enlrge(fileName)
		{
		myFloater=window.open('','myWindow','scrollbars=auto,status=no,left=10,top=10,width=415,height=370')
		myFloater.location.href=fileName;
		}
