
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openswin(theURL) { //v2.0
an = navigator.userAgent;
if(an.indexOf("Win")<0){
  window.open(theURL,'','scrollbars=yes,resizable=yes,width=800,height=700');
}
else{
  window.open(theURL,'','scrollbars=yes,resizable=yes,width=800,height=700');
 }
}
function openswin2(theURL) { //v2.0
an = navigator.userAgent;
if(an.indexOf("Win")<0){
  window.open(theURL,'','scrollbars=yes,width=500,height=300');
}
else{
  window.open(theURL,'','scrollbars=yes,width=520,height=330');
 }
}


<!-- 画面遷移用スクリプト -->

// トップページ
    function goTop() {
      parent.location.href = "toppagef.asp";
}
// 新規登録
    function goEntry(){
      insWin=window.open('../std/new/sinkitoroku.htm','entry','scrollbars=yes,resizable=yes,width=800,height=700');
      insWin.moveTo(1,1);
}
// パスワード忘れ
    function goConfirm(){
      var win;
      win = window.open('../std/lgn/slgn020.asp','confirm','scrollbars=yes,resizable=yes,width=750,height=500');
      win = window.blur();
}

// 各種設定の変更
    function goMaintenance(strSsl, plsFlg){
      var win;
      if(strSsl!="ssl"){
        win=window.open('../std/myp/smyp080.asp','maintenance','scrollbars=yes,resizable=yes,width=750,height=500');
//      win.moveTo(1,1);
}
      else{
        if(plsFlg=="3"){
          win=window.open('https://haji-ten.jp/std/myp/smyp080.asp','maintenance','scrollbars=yes,resizable=yes,width=750,height=500');
        }else{
          win=window.open('https://re-katsu.jp/std/myp/smyp080.asp','maintenance','scrollbars=yes,resizable=yes,width=750,height=500');
//        win.moveTo(0,0);
        }
}
}
// WANNA BE+ とは？
    function goWannabe(){
      window.open('../syukatsu/concept/index.html','concept','scrollbars=yes,resizable=yes,width=800,height=700');
}
//業界別ナビオープン
   function NaviOpen1(){
     win=window.open('../gyoukai/index.html','gyoukaibetunaviWin','scrollbars=yes,resizable=yes,width=800,height=700');
     win.moveTo(1,1);
}
//適職診断ウィンドウをオープンする
  function goShindan(){
    stsWin=window.open('../std/tst/stst005.html?PID=main','stsWin','scrollbars=yes,resizable=yes,width=790,height=550');
    stsWin.moveTo(1,1);
}
//適職診断結果ウィンドウをオープンする
  function goKekka( strSsl, strUrl ){
    if(strSsl=="ssl"){
      kekkaWin=window.open( "../std/tst/" + strUrl,'kekkaWin','scrollbars=yes,resizable=yes,width=770,height=550');
}else{
      kekkaWin=window.open( "../std/tst/" + strUrl,'kekkaWin','scrollbars=yes,resizable=yes,width=770,height=550');
}
}
//再度適職診断ウィンドウをオープンする
  function reGoShindan(){
    stsWin=window.open('../syukatsu/tekisyoku/sugomi1.html','stsWin','scrollbars=yes,resizable=yes,width=790,height=550');
    stsWin.moveTo(1,1);
}
//プライバシーマーク取得をオープンする
	function goPrivacyMark(){
			stsWin=window.open('info/privacy/privacy.html','stsWin','menubar=no,scrollbars=yes,location=no,status=no,toolbar=yes,width=586,height=310');
			stsWin.moveTo(1,1);
}
//JASDAQをオープンする
	function goJasdaq(){
			stsWin=window.open('info/jasdaq/jasdaq.html','stsWin','menubar=no,scrollbars=yes,location=no,status=no,toolbar=yes,width=586,height=363');
			stsWin.moveTo(1,1);
}
//編集部の視点全文をオープンする
	function goSiten(){
			stsWin=window.open('../htm/henshubu/index.htm','stsWin','menubar=no,scrollbars=yes,location=no,status=no,toolbar=yes,width=600,height=500');
			stsWin.moveTo(1,1);
}