I would use that option but I'm using it with a form select. I guess I should have added that!

Also, when testing in Dreamweaver, it works as a single page and prints the div that I want. It's only in application where this is in the main frame of a frameset that it cannot print.
<FORM>
<SELECT NAME="divSelect">
<option value="000960">000960 Administrative Secretary</option>
<option value="000959">000959 Cook I</option>
<option value="000958">000958 Cook I</option>
<option value="000953">000953 Secretary</option>
<option value="000935">000935 Groundskeeper I</option>
<option value="000888">000888 Public Safety Officer</option>
<option value="000001">000001 Custodian I - (Multiple Positions, Night Shift)</option>
<option value="000000">000000 Groundskeeper I - (Multiple Positions)</option>
<option value="casual2">Casual Labor #2 Custodian I - Temporary (15 Positions)</option>
<option value="casual3">Casual Labor #3 Groundskeeper (2 Positions)</option>
</SELECT>
<INPUT TYPE="button" onCLICK="printDiv(this.form.divSelect.value); history.go(0)" VALUE="Print">
</FORM>
Thanks again
UPDATE: It's the history.go(0) that's messing firefox up. working on it now....