// JavaScript Document

<!-- // MenuBuilder 3.0

function load1(form) {
     var url = form.Llist_1.options[form.Llist_1.selectedIndex].value;
     if (url != '') location.href = url;
     return false;
}
// -->

<!-- // MenuBuilder 3.0

function load2(form) {
     var url = form.Llist_2.options[form.Llist_2.selectedIndex].value;
     if (url != '') location.href = url;
     return false;
}
// -->

<!--

<!-- // MenuBuilder 3.0

function load3(form) {
     var url = form.Llist_3.options[form.Llist_3.selectedIndex].value;
     if (url != '') location.href = url;
     return false;
}
// -->
//-->

<!--

<!-- // MenuBuilder 3.0

function load4(form) {
     var url = form.Llist_4.options[form.Llist_4.selectedIndex].value;
     if (url != '') location.href = url;
     return false;
}
// -->
//-->