function udag(){ box = document.forms[0].navi; destination = box.options[box.selectedIndex].value; if (destination) location.href = destination; } function udag1(){ box = document.forms[1].navi; destination = box.options[box.selectedIndex].value; if (destination) window.open(destination); }