function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.1
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://www.jimmyveteto.com/' ;
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = baseurl + newurl ;
  }
}
document.writeln( '<form action="chgoto" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<Drop Down for Past Issues</option>' );
document.writeln( '<option value="mechanicalmatters_v1i1.htm">Clean Those Filthy Coils</option>' );
document.writeln( '<option value="mechanicalmatters_v1i2.htm">Modular Boilers Can Save</option>' );
document.writeln( '<option value="mechanicalmatters_v1i3.htm">Free Cooling at the Forum</option>' );
document.writeln( '<option value="mechanicalmatters_v1i4.htm">Fighting Crime with HVAC</option>' );
document.writeln( '<option value="mechanicalmatters_v2i1.htm">Happy 90th Birthday</option>' );
document.writeln( '<option value="mechanicalmatters_v2i2.htm">Copper Prices on Decline</option>' );
document.writeln( '<option value="mechanicalmatters_v2i3.htm">Spring Cleaning</option>' );
document.writeln( '<option value="mechanicalmatters_v2i4.htm">Is Water Treatment Necessary?</option>' );
document.writeln( '<option value="mechanicalmatters_v2i5.htm">Indoor Air Quality</option>' );
document.writeln( '<option value="mechanicalmatters_v2i6.htm">Customer Service</option>' );
document.writeln( '<option value="mechanicalmatters_v3i1.htm">The Green Edition</option>' );
document.writeln( '<option value="mechanicalmatters_v3i2.htm">Pain at the Pump</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );


