//http://www.DesignerWiz.com adds interactivity to your web site's web presence needs-->
//
// (c) 1999, BRJ: http://abrj.tsx.org.
// Feel free to use this script, but keep these lines.
// And remember to visit my homepage.
function surfto(form) {
var myindex=form.select1.selectedIndex
if (form.select1.options[myindex].value != "0") {
window.location.href = form.select1.options[myindex].value;}
}