function jumpTo(formObject)
{
var tmp= formObject.URL.selectedIndex
if (tmp > 0)
top.location= formObject.URL.options[tmp].value;
}