function load1(form) { var url = form.Llist_1.options[form.Llist_1.selectedIndex].value; if (url != '') location.href = url; return false; } // -->