// JavaScript Document

function go(s)
{
var t=s.options[s.selectedIndex].value;
if (t!="") window.location.href=t;
}

