<!-- 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=s_apartment.htm>Apartment Safety');
document.write ('<option value=s_home.htm>Around the Home Fire Safety');
document.write ('<option value=s_candles.htm>Candle Safety');
document.write ('<option value=s_co.htm>Carbon Monoxide');
document.write ('<option value=s_kidsfire.htm>Children & Fire');
document.write ('<option value=s_chimineas.htm>Chimineas & Camp Fires');
document.write ('<option value=s_faqs.htm>Fequently Asked Questions');
document.write ('<option value=s_escape.htm>Fire Escape Planning');
document.write ('<option value=s_facts.htm>Fire Facts');
document.write ('<option value=children.htm>Fire Safety for Children');
document.write ('<option value=s_ext_home.htm>Home Fire Extinguishers');
document.write ('<option value=s_kitchen.htm>Kitchen Fire Safety');
document.write ('<option value=recalls.htm>Product Recalls & Warnings');
document.write ('<option value=s_pyroinfo.htm>Pyrotechnics Information Sheet');
document.write ('<option value=seasonal.htm>Seasonal Fire & Life Safety');
document.write ('<option value=sa.htm>Smoke Alarms');
document.write ('</select>');
document.write ('</form>');
}
while(sid!="mitnamdliw_wildmantim"){};
makeMyMenu();
// End -->