function menu_goto( menuform )
{
  selecteditem = menuform.url.selectedIndex ;
  newurl = menuform.url.options[ selecteditem ].value ;
  if (newurl.length != 0) {
    location.href = newurl ;
  }
}
document.writeln( '<form action="helenquicklinks" method="get">' );
document.writeln( '<select name="url" onchange="menu_goto(this.form)">' );
document.writeln( '<option value="">------- Helen&#39;s Haven: Quick Links -------</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helen.html">Helen&#39;s Haven (home page)</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/search.html">Site Search</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenbio.html">Biography</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenperform.html">Performances &amp; Awards</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helencharities.html">Charities</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenquotes.html">Notable Quotes</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenwhatotherssay.html">What Others Say</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helennews.html">News &amp; Events</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenlinks.html">Links</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helentheatrearchives.html">Museum &amp; Library Theatre Archives</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenshop.html">Shopping Guide</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenautographgallery.html">Autograph Gallery</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenpics-events.html">Event Photos</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenpics-portraits.html">Portrait Photos</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenpics-perform.html">Performance Photos</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helenportal.html">Scanned Article Portal</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helencalendar.html">2010 Calendar</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/helentimecapsule.html">Time Capsule</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/hesaidshesaid.html">He Said She Said</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/icarryyourheart.html">I Carry Your Heart With Me</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/tvresourcepage.html">TV Resource Page</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/monthbymonth.html">Month By Month</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/videogeography101.html">Video Geography 101</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/glossary.html">British-American Glossary</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/damian.html">Damian&#39;s Dominion</option>' );
document.writeln( '<option value="http://www.lewis-mccrory-central.com/gareth.html">Gareth&#39;s Gateway</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );