<!-- hide
        function doit(box) {
          val = box.options[box.selectedIndex].value;
		  parent.frames[2].location.href=val;
//          window.open (val,'_top');
        }

        function pause(box) {
          val = box.options[box.selectedIndex].value;
		  parent.frames[2].location.href=val;
//          window.open (val,'_top');
        }
// end hide -->
