//用語集ページ立ち上げ

function subWin1() {
var w = window.open("", "sub1", "width=800,height=600,scrollbars=1,resizable=1,toolbar=1,menubar=1,location=1");
w.focus();
}

//店舗案内図を立ち上げ
function OpenWin(){
	win=window.open("chizu.html","new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
	win.focus();
}

function OpenWin1(){
	win=window.open("./company/chizu.html","new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
	win.focus();
}


//ニュースリリース用のウインドウ立ち上げ
function openWindow() {
	News=window.open("","open",'toolbar=0,location=0,scrollbars=1,resizable=1,width=620,height=500');
	News.focus();
}

function openWindow2() {
	win=window.open("chizu.html","new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
}


//CFAフランの通貨コード説明ウインド立ち上げ
function OpenWin2(){
	win=window.open("./franc.html","new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=550");
	win.focus();
}


//私たちの一日ページ内「業務時間」ウインドウ立ち上げ
function OpenWin3(){  win=window.open("sen_ichinichi_f.html","new","toolbar=0,menubar=yes,scrollbars=yes,width=580,height=660");}
function OpenWin4(){  win=window.open("sen_ichinichi_m.html","new","toolbar=0,menubar=yes,scrollbars=yes,width=580,height=660");}
function OpenWin5(){  win=window.open("sen_ichinichi_b.html","new","toolbar=0,menubar=yes,scrollbars=yes,width=580,height=660");}
function OpenWin6(){  win=window.open("sen_ichinichi_s.html","new","toolbar=0,menubar=yes,scrollbars=yes,width=580,height=660");}


//上部ナビのマウスオーバーで画像変換

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_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_findObj(n, d) { //v4.0
	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 && document.getElementById) x=document.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 OpenWin7() {
	win=window.open("kinko_jyoubun.html#j02","new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
	win.focus();
}


//私たちの一日ページウィンドウクローズ
function CloseWin() {
	window.close();
}


//資産管理機関の役割ウインドウ立ち上げ
function OpenWin8() {
	win=window.open("index.html","new"," resizable=yes,location=yes,toolbar=yes,menubar=yes,scrollbars=yes,width=770,height=600");
}
// -->

//service\401k2_1.html
function OpenWin9() {
	win=window.open("../company/bcp.html","new"," resizable=yes,location=yes,toolbar=yes,menubar=yes,scrollbars=yes,width=770,height=600");
}


//service\401k2_1.html
function OpenWin10() {
	win=window.open("../company/corp.html","new"," resizable=yes,location=yes,toolbar=yes,menubar=yes,scrollbars=yes,width=770,height=600");
}

//service\401k2_1.html
function OpenWin11() {
	win=window.open("../ir/gaikyou.html","new"," resizable=yes,location=yes,toolbar=yes,menubar=yes,scrollbars=yes,width=770,height=600");
}


//委員会用語ページ立ち上げ
var w = window;
function OpenWin12(url){
	if ((w == window) || w.closed) {
	w=open(url,"new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
	}
	else {
	w.focus();
	w=open(url,"new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
	}
}

//個人情報の利用目的を立ち上げ
function OpenWin13(){
	win=window.open("privacy_mokuteki.html","new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
	win.focus();
}

function OpenWin14(){
	win=window.open("../privacy_mokuteki.html","new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
}

function OpenWin15(){
	win=window.open("../privacy_recruit.html","new","toolbar=0,menubar=yes,scrollbars=yes,resizable=yes,width=580,height=600");
	win.focus();
}

//オフィス探検ページ立ち上げ
function OfficeWindow() {
	Office=window.open('','open','toolbar=0,location=0,scrollbars=0,resizable=1,width=800,height=640');
	Office.focus();
}

//もちロン立ち上げ
function MohironWindow() {
	Mohiron=window.open('','mochiron','toolbar=1,menubar=1,location=1,scrollbars=1,resizable=1,width=800,height=600');
	Mohiron.focus();
}

//秘蔵っこ立ち上げ
function HizoccoWindow() {
	Hizocco=window.open('','hizocco','toolbar=1,menubar=1,location=1,scrollbars=1,resizable=1,width=1024,height=768');
	Hizocco.focus();
}

//野村WEBプラスローン立ち上げ
function NwplWindow() {
	Nwpl=window.open('','nwpl','toolbar=1,menubar=1,location=1,scrollbars=1,resizable=1,width=1024,height=768');
	Nwpl.focus();
}


//世界の通貨単位ページフレーム内アンカーへのリンク
function parent_anchor(){
 var  idx, loc1, locf;
 loc1 = window.location.href;

 if( loc1.indexOf( "#", 0 )  < 0 ){
  locf = parent.window.location.href;
   if( (idx = locf.indexOf( "#", 0 ) ) >= 0 ){
	  window.location.href = loc1 + locf.substring( idx, locf.length );
   }
 }
}