<!-- Begin
var sid="mitnamdliw_wildmantim";
function selectaplace(form) {
var appname= navigator.appName;
var appversion=parseInt(navigator.appVersion);
if (appname == "Netscape" && appversion >= 3) {
var formindex=form.select1.selectedIndex;
var storage=form.select1.options[formindex].text;
if (form.select1.options[formindex].value != "none") {
var msg=storage+"You are now being transferred to the -> "+storage;
for (var spot=0;spot<msg.length-storage.length;spot++) {
var x=msg.substring(spot,msg.length);
form.select1.options[formindex].text=x;
for(var d=0;d<105;d++) { };
}
window.location=form.select1.options[formindex].value;
form.select1[formindex].text=storage;
} else  {
form.select1[formindex].text="Not a real option!";
for(var d=0;d<1250;d++) { };
form.select1[formindex].text=storage;
   }
}
else {
var formindex=form.select1.selectedIndex;
window.location=form.select1.options[formindex].value;
   }
}
function makeMyMenu() {
document.write ('<form><select name="select1" onChange="selectaplace(this.form)" size=1>');
document.write ('<option value=index.html>- select a sub-section -');
document.write ('<option value=dept_annual.htm>Annual Report');
document.write ('<option value=dept_stations.htm>Apparatus & Stations');
document.write ('<option value=dept_admin.htm>Divisions - Administration');
document.write ('<option value=dept_comm.htm>Divisions - Communications');
document.write ('<option value=dept_firep.htm>Divisions - Fire Prevention');
document.write ('<option value=dept_supp.htm>Divisions - Fire Suppression');
document.write ('<option value=dept_mech.htm>Divisions - Mechanical');
document.write ('<option value=dept_train.htm>Divisions - Training');
document.write ('<option value=dept_fees.htm>Fees and Services');
document.write ('<option value=dept_statistics.htm>Fire Statistics');
document.write ('<option value=dept_history.htm>History');
document.write ('<option value=dept_releases.htm>News and News Releases');
document.write ('<option value=gallery.htm>Photo Gallery');
document.write ('<option value=dept_technical.htm>Technical Information & Opinions');
document.write ('<option value=ff_tools.htm>Tools of the Trade');
document.write ('<option value=ff_traditions.htm>Traditions');
document.write ('</select>');
document.write ('</form>');
}
while(sid!="mitnamdliw_wildmantim"){};
makeMyMenu();
// End -->
