

function jump()     {
          i=document.linkForm.list.
selectedIndex;
         if (i > 0)     {
               window.location.href=
document.linkForm.list.options
[i]. value;
       }
}
// ->
