Good man, installed... I love it.
The only problem that I have, is that doesn't open in a new browser window. And I am using this:
PHP Code:
<div id="drop_box_nav">
<form action="#" onsubmit="return go_nav();">
<select name="my_links" id="my_links">
<option value="http://www.google.com" target="_blank">Google</option>
<option value="http://www.google.com" target="_blank">Google</option>
<option value="http://www.google.com" target="_blank">Google</option>
<option value="http://www.google.com" target="_blank">Google</option>
</select>
<input type="submit" name="sub_nav" id="sub_nav" value="Go to URL" />
</form>
</div>
<script type="text/javascript" src="subnav.js"></script>