<!-- hide
        function doit(box) {
          val = box.options[box.selectedIndex].value;
          window.open (val,'_top');
        }
        function pause(box) {
          val = box.options[box.selectedIndex].value;
          window.open (val,'_top');
        }
function getit(){
if (document.menuForm.url.selectedIndex != 0) parent.location=document.menuForm.url.options[document.menuForm.url.selectedIndex].value;
}

// end hide -->
