<!--




  function Windowup(loc) {

      var wnd="Windowup";

      var width='650';

      var height='700';

      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);

      if (myWindow.focus!=null) {

          myWindow.focus();

      }

    }

//-->

