Tech note FS1441
	
		Description
		How do I change the default report options (reports to generate, etc)?
		
	
		Answer
		To change which reports are generated by default, simply change the Report Request Form. This is the index.htm file in your FlashStats directory on your webserver.  (This file may also be named index.html, default.html, or default.html.)
In the Report Request Form, the reports are selected by checkboxes. In HTML this looks something like:
<input type="checkbox" name="requests" value="1" CHECKED>
Simply remove the CHECKED string to make it unchecked by default, or include the 
string CHECKED to make it checked by default.
The report options are described in Chapter 4 of the FlashStats documentation online in the 
sections titled "Creating A Report Request Form" and "Specifying Parameters".