Some folks over at Reclaim the Media are converting their old site over to Drupal from an the MT/PHPWeblog site that I helped them build several years ago. Here's a little piece of code do build a dropdown selector to navigate to sections with javascript.
<
blockquote class="terminal">
$VID = 1; /* Desired vocabulary term ID */
$output = "<form name=\"jump\"><input type="hidden" name="phpMyAdmin" value="2d92106b632b87e122433ea568cbe75b" /><select name=\"menu\" onChange=\"location=document.jump.menu.options[document.jump.menu.selectedIndex].value;\" value=\"GO\"> \n";