
function zoom(jm,ox,oy)
	{
		var sr="";
		sr="height="+(oy+25)+",width="+(ox+20);
		open(jm,"",sr);
	}
