// JavaScript Document
function jump(sel) {
  if (sel.options[sel.selectedIndex].value) {
    parent.naka.location = sel.options[sel.selectedIndex].value;
  }
}
