
	function popUp(name, target, width, height)
	{
		var Fnew = window.open(target, name, "menubar=no,status=no,resizable=yes,scrollbars=yes,width="+width+"px,height="+height+"px");
		Fnew.focus();
	}