/*
-----------------------------------------------
www.bj-inter.jp
version:  2007.04.10
----------------------------------------------- */

function WinOpentoiawase () {
  url = "https://secure01.red.shared-server.net/www.bj-inter.jp/cgi-bin/contact/contact.cgi";
  winwidth = 700
  winheight = 600
  window.name = "wintoiawase";
  sw = screen.availWidth;
  sh = screen.availHeight;
  wl = (sw-winwidth) /2;
  wt = (sh-winheight) /2;
  win = window.open (url, "TOIAWASE","width=" + winwidth + ",height=" + winheight + ",,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=" + wl +",top=" + wt);
}

function WinOpenpresentm () {
  url = "https://secure01.red.shared-server.net/www.bj-inter.jp/present/mens/";
  winwidth = 700
  winheight = 650
  window.name = "winpresent";
  sw = screen.availWidth;
  sh = screen.availHeight;
  wl = (sw-winwidth) /2;
  wt = (sh-winheight) /2;
  win = window.open (url, "PRESENT","width=" + winwidth + ",height=" + winheight + ",,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=" + wl +",top=" + wt);
}

function WinOpenpresentl () {
  url = "https://secure01.red.shared-server.net/www.bj-inter.jp/present/ladies/";
  winwidth = 700
  winheight = 650
  window.name = "winpresent";
  sw = screen.availWidth;
  sh = screen.availHeight;
  wl = (sw-winwidth) /2;
  wt = (sh-winheight) /2;
  win = window.open (url, "PRESENT","width=" + winwidth + ",height=" + winheight + ",,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,left=" + wl +",top=" + wt);
}

function WinOpentosen () {
  url = "https://u11.bestsystems.net/~dakyy000/present/still.html";
  winwidth = 500
  winheight = 450
  window.name = "wintosen";
  sw = screen.availWidth;
  sh = screen.availHeight;
  wl = (sw-winwidth) /2;
  wt = (sh-winheight) /2;
  win = window.open (url, "PRESENTTOSEN","width=" + winwidth + ",height=" + winheight + ",,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left=" + wl +",top=" + wt);
}

