/*--------------------------------------
更新日：2006/11/22
概要：申込み画面トップを開くためのjs

----------------------------------------*/

//
/*
function refiloanOpen(){
	window.open('http://test.sbi-mortgage.co.jp/tosys/intro_good.html',"rgst_win","menubar=no,status=yes,toolbar=no,width=669,height=600,marginwidth=0,marginheight=0,resizable=1,scrollbars=yes")
}
20080213コメントアウトにしました　誤作動なければ4月に削除*/




//店舗からの相談

function refiloan_sOpen(){
	window.open('http://www.sbi-mortgage.co.jp/tosys/shop_good.html',"rgst_win","menubar=no,status=yes,toolbar=no,width=669,height=600,marginwidth=0,marginheight=0,resizable=1,scrollbars=yes")
}

function refiloan_s2Open(){
	window.open('http://www.sbi-mortgage.co.jp/tosys/shop_good2.html',"rgst_win","menubar=no,status=yes,toolbar=no,width=669,height=600,marginwidth=0,marginheight=0,resizable=1,scrollbars=yes")
}


//WEBからの相談
function refiloan_wOpen(){
	window.open('http://www.sbi-mortgage.co.jp/tosys/intro_good.html',"rgst_win","menubar=no,status=yes,toolbar=no,width=669,height=600,marginwidth=0,marginheight=0,resizable=1,scrollbars=yes")
}


//8疾病メニュー
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_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;
}
