// JavaScript Document

window.focus();

/*別画面表示*/
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function newWinFlv() {
window.open("/flv/flv.html", "FlvOPEN", "toolbar=no,directories=no,status=no,scrollbars=no,resizable=no,width=668,height=604");

}
function newWinrRcrutForm() {
window.open("https://www.imagine-inc.co.jp/recrut_form/", "RcrutForm", "toolbar=no,directories=no,status=yes,scrollbars=yes,resizable=no,width=685,height=604");

}
function newWinrWorksDVDForm() {
window.open("/dvd_form/law.html", "WorksDVDForm", "toolbar=no,directories=no,status=yes,scrollbars=yes,resizable=no,width=685,height=604");

}
function newWinrWorksOld() {
window.open("/works/index.html", "_blank");

}
function openMainFull() {
var max_w = window.screen.availWidth;
var max_h = window.screen.availHeight;
window.open("/index_full.html","flaMain","left=0,top=0,width="+max_w+",height="+max_h+"location=no,menubar=no,status=no");
}
function newWinCompanyMAP() {
window.open("/map/index.html", "WorksDVDForm", "toolbar=no,directories=no,status=yes,scrollbars=yes,resizable=no,width=936,height=604");

}

function openRecruitFull() {
var max_w = window.screen.availWidth;
var max_h = window.screen.availHeight;
window.open("/recruit/index.html","recruite","left=0,top=0,width="+max_w+",height="+max_h+"location=no,menubar=no,status=no");
}
