// JavaScript Document

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 = '' ;
  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="#">MINEX 2009 Registration Options</option>' );
document.writeln( '<option value="https://www.advantix.co.uk/online/minex2009/registration/registration-delegate.php">Delegate Registration (Single)</option>' );
document.writeln( '<option value="https://www.advantix.co.uk/online/minex2009/registration/registration-delegates.php">Register Delegates (Multiple)</option>' );
document.writeln( '<option value="https://www.advantix.co.uk/online/minex2009/registration/registration-exhibitors.php">Book Exhibition Booth</option>' );
document.writeln( '<option value="https://www.advantix.co.uk/online/minex2009/registration/registration-sponsors.php">Become Sponsor</option>' );
document.writeln( '<option value="https://www.advantix.co.uk/online/minex2009/registration/registration-speakers.php">Propose Speaker</option>' );
document.writeln( '<option value="https://www.advantix.co.uk/online/minex2009/registration/registration-advertisers.php">Place Advertisement</option>' );
document.writeln( '<option value="https://www.advantix.co.uk/online/minex2009/registration/registration-media.php">Accredit Journalists</option>' );
document.writeln( '<option value="https://www.advantix.co.uk/online/minex2009/registration/registration-info.php">Propose Info Partnership</option>' );
document.writeln( '<option value="http://2009.minexforum.com/publications/minex2009.doc">Order MINEX 2009 materials</option>' );
document.writeln( '<option value="http://subscribe.minexforum.com/en/">Subscribe to MINEX News</option>' );
document.writeln( '</select>' );
document.writeln( '</form>' );

