// JavaScript Document

function openWindow() {
  window.open("http://www.lumine.ne.jp/info_03.html","OpenWindow",
    "screenX="+0+",screenY="+0+",left="+50+",top="+50+",width="+670+",height="+431+", scrollbars=no,location=no,menubar=no,toolbar=no, status=yes,directories=yes,resizable=yes");
}