function load(form) 
{
     var url = form.Llist.options[form.Llist.selectedIndex].value;
     if (url != '') open(url);
     return false;
}
