// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!--
function goSelect(daform) {
with(daform) {
top.window.location=options[selectedIndex].value;
}
}
//-->