/*
C-BOARD javascriptƒtƒ@ƒCƒ‹ver1.0
*/

function Open_W(loc) {
      var wnd="Open_W";
      var width='450';
      var height='470';
      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);
      myWindow.moveTo(0,0);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

function Open_WL(loc) {
      var wnd="Open_WL";
      var width='700';
      var height='470';
      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);
      myWindow.moveTo(0,0);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

function Open_WA(loc) {
      var wnd="Open_WA";
      var width='450';
      var height='650';
      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);
      myWindow.moveTo(0,0);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

function Open_WB(loc) {
      var wnd="Open_WB";
      var width='480';
      var height='350';
      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);
      myWindow.moveTo(0,0);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

function Open_WC(loc) {
      var wnd="Open_WC";
      var width='480';
      var height='150';
      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=yes,status=0,width='+width+',height='+height);
      myWindow.moveTo(0,0);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

function Open_WD(loc) {
      var wnd="Open_WD";
      var width='700';
      var height='150';
      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=no,status=no,width='+width+',height='+height);
      myWindow.moveTo(0,0);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

function Open_WE(loc) {
      var wnd="Open_WE";
      var width='435';
      var height='450';
      var myWindow = window.open(loc, wnd, 'resizable=yes,scrollbars=0,status=0,width='+width+',height='+height);
      myWindow.moveTo(0,0);
      if (myWindow.focus!=null) {
          myWindow.focus();
      }
    }

function PageBack(){ history.back(); }

function Jump(url) 
{
  if (url != '')
  {
    window.location = url;
  }
}
