document.write('<form>');
document.write('<select name="URL" onChange="select_url(form.URL.options[selectedIndex].value)">');
document.write('<option value="../pages/heroweb.shtml" selected>A&L HERO Navigator - Select An Option</option>');
//document.write('<option value="../pages/heroweb.shtml" selected>A&L HERO Navigator - Select An Option</option>');
document.write('<option value="../pages/heroweb.shtml">A&L HERO - Details</option>');
document.write('<option value="../pages/hero.shtml">A&L HERO - Overview</option>');
document.write('<option value="../pages/hbuttons.shtml">A&L HERO - Screenshots</option>');
document.write('<option value="../pages/heroreq.shtml">A&L HERO - System Requirements</option>');
document.write('<option value="../pages/message.shtml">A&L HERO - Questions & Answers</option>');
document.write('</select>');
document.write('</form>');   
     

