	function newWinFull(url)
		{
			w=screen.availWidth;
			h=screen.availHeight;
			settings="width="+ w + ",height="+ h + ",top=0,left=0,directories=no,menubar=no,toolbar=no,status=no,scrollbars=no,resizable=no";
			win=window.open(url, "name", settings);
		}
