function NewWindow(In_File, In_Width, In_Height)
	{
	PoliceReportsHelp=window.open(In_File,"Option","status=yes,toolbar=no,scrollbars=yes,width="+In_Width+",height="+In_Height+",top=30,left=30");
	}
