

function quiklist(form) {

     var url = form.qlist.options[form.qlist.selectedIndex].value;

     if (url != '') location.href = url;

     return false;

       }
 

