function deptmenu(page) {
	document.write('<font size="-1" color="red"><i>Department</i> Links &nbsp;\n');
	document.write('<a class="deptmenu" HREF="fire.html">&nbsp; Fire Station </a>&nbsp;\n');
	document.write('<a class="deptmenu" HREF="f_vol.html">&nbsp; Volunteer Info </a>&nbsp;\n');
	document.write('<a class="deptmenu" HREF="f_tips.html">&nbsp; Safety Tips </a>&nbsp;\n');
	document.write('<a class="deptmenu" HREF="f_info.html">&nbsp; FAQ / Other </a>&nbsp;\n');
	document.write('<a class="deptmenu" HREF="f_email.html">&nbsp; Contact Us </a>&nbsp;\n');
	
	if (page == 2 | page ==4) 
		{
		document.write('<a class="deptmenu" HREF="#FAQtop">&nbsp; Top </a>&nbsp;\n');
		}
	document.write('</font>\n');
	}
