function jump(selected)
{
ref=selected.value;
//if (ref != "")
if (ref){location.href=ref;}
else document.oel.choice.options[0].selected=true;
}

