function menu_goto( menuform )
{
  // Generated by thesitewizard Navigation Menu Wizard 2.3.2
  // Visit http://www.thesitewizard.com/ to get your own
  // customized navigation menu FREE!
  var baseurl = 'http://horsemens.org.au/' ;
  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( '<option value="">Membership Forms</option>');

document.writeln( '<option value="/downloads/ENROL2010.pdf">2010 Enrol Form</option>');

document.writeln( '<option value="/downloads/Disclaimer.pdf">Disclaimer - PCAWA</option>');

document.writeln( '<option value="/downloads/non_pcawa.pdf">Disclaimer - NON PCAWA</option>');

document.writeln( '<option value="/downloads/Medical.pdf">Medical Form</option>');

document.writeln( '<option value="/downloads/2010_Insurance.pdf">Insurance Cover Details</option>');

document.writeln( '<option value="/downloads/info_book.pdf">HPC Club Handbook</option>');

document.writeln( '<option value="/downloads/mat.pdf">Medical Armband Template</option>');

document.writeln( '<option value="/downloads/National_Eventing_Rules_2009.pdf"> National Eventing Rules 2009</option>');

document.writeln( '<option value="/downloads/PCEA_Sep09.pdf">Pony Club Eventing Addendum Sept 09</option>');

document.writeln( '</select>');

document.writeln( '</form>');