  function Windowup(loc) {
      var wnd="Windowup";
      var width='850';
      var height='500';
      var myWindow = window.open(loc, wnd, 'resizable=no,scrollbars=yes,status=0,width='+width+',height='+height);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }
	
  function Windowup1(loc) {
      var wnd="Windowup1";
      var width='650';
      var height='700';
      var myWindow = window.open(loc, wnd, 'resizable=no,scrollbars=yes,status=0,width='+width+',height='+height);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

  function Windowup2(loc) {
      var wnd="Windowup1";
      var width='800';
      var height='700';
      var myWindow = window.open(loc, wnd, 'resizable=no,scrollbars=yes,status=0,width='+width+',height='+height);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

  function Windowup3(loc) {
      var wnd="Windowup1";
      var width='550';
      var height='600';
      var myWindow = window.open(loc, wnd, 'resizable=no,scrollbars=yes,status=0,width='+width+',height='+height);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

  function Windowup4(loc) {
      var wnd="Windowup1";
      var width='650';
      var height='450';
      var myWindow = window.open(loc, wnd, 'resizable=no,scrollbars=yes,status=0,width='+width+',height='+height);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

  function Windowup5(loc) {
      var wnd="Windowup1";
      var width='650';
      var height='750';
      var myWindow = window.open(loc, wnd, 'resizable=no,scrollbars=yes,status=0,width='+width+',height='+height);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }
	

	