// Courtesy of SimplytheBest.net (http://simplythebest.net/info/dhtml_scripts.html)
<!--
function goSelect(daform) {
with(daform) {
top.window.location=options[selectedIndex].value;       // jump to that option's value
}
}
//-->
