<!-- 個社ページへの遷移（IT) -->
function gotoexam()
{var number = document.examlist_it.url.selectedIndex;window.location.href = document.examlist_it.url.options[number].value;}

<!-- 動作環境 -->
function OpenWindowOnline_notice(url) { 
var window_location;
window_location=window.open("../common_contents/online_notice.html","window","width=616,height=550,scrollbars=yes,menubar=no, resizable=yes,location=no,toolbar=no, top=0,left=0");
window_location.focus();
}


<!-- 本人確認書類 -->
function OpenWindowIDdoc(url) { 
var window_location;
window_location=window.open(url,"window","width=616,height=600,scrollbars=yes,menubar=yes");
window_location.focus();
}

<!-- 汎用 　リテイクポリシー等-->
function OpenWindowG(url) { 
var window_location;
window_location=window.open(url,"window","width=616,height=600,scrollbars=yes,menubar=0,top=0,left=150");
window_location.focus();
}


<!-- オンライン予約アイコン -->
function SubWindowO() { 
var window_main;
if (opener.closed) {
window_main=window.open("", "mwin");
window_main.location.href="http://it.prometric-jp.com/reserve/index.html";
}
else {
opener.location.href="http://it.prometric-jp.com/reserve/index.html";
}
window.close();
}

<!-- 電話予約アイコン -->
function SubWindowP() { 
var window_main;
if (opener.closed) {
window_main=window.open("", "mwin");
window_main.location.href="http://it.prometric-jp.com/guide/guide_tel.html";
}
else {
opener.location.href="http://it.prometric-jp.com/guide/guide_tel.html";
}
window.close();
}

