<!--
	function windowstate(filename, name, scroll, width, height, left, top)
	{
		windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=" + scroll + ",resizable=yes,copyhistory=yes,alwaysRaised=yes,width=" + width + ",height=" + height + ",left=" + left + ",top=" + top + "'");

		newWindow = window.open(filename, name, windowops);
		newWindow.focus();
		return;
	}
            
// -->
						