<!--- Hide script from old browsers
	function OpenNewWindow(winfile)
	{
	var wb,hb;
	wb = screen.width;
	hb = screen.height;
	winParameters=	"height="+hb+",width="+wb+",top=0,left=0"+
			",scrollbars=yes,directories=no,status=no,menubar=no,toolbar=no,resizable=yes";
	NewWindow=window.open ("", "",winParameters);
	NewWindow.location.href = winfile;	
	NewWindow.focus();
	}
// End hiding script from old browsers -->
