// JavaScript Document

<!-- Hide the script from old browsers --
function goto2(form) { var index=form.selectHaber.selectedIndex
if (form.selectHaber.options[index].value != "0") {
location=form.selectHaber.options[index].value;}}//--> 

<!-- Hide the script from old browsers --
function goto(form) { var index=form.select.selectedIndex
if (form.select.options[index].value != "0") {
location=form.select.options[index].value;}}//--> 

