function go(sf)
{
e=(sf.str.options[sf.str.selectedIndex].value);
if (e=="no");
else window.location.href=e;
}