function PointBrowserTo(select) { if (select.selectedIndex > 0) parent.location.href = select.options[select.selectedIndex].value; }