<!--




  function Windowup(loc) {

      var wnd="Windowup";

      var width='550';

      var height='600';

      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);

      if (myWindow.focus!=null) {

          myWindow.focus();

      }

    }

//-->
<!--




  function Windowup2(loc) {

      var wnd="Windowup2";

      var width='550';

      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();

      }

    }

//-->


