var	Name_no=54;
var	href_name=new Array(
"indexDL","indexCM","indexKB","indexGK","indexER","indexLN",
"indexGL","indexJ1","indexJ2","indexJ3","indexJ4",
"indexJ5","indexJ6","indexJ7","indexJ8","indexJ9",
"indexPS","indexVC","indexSD","indexLH","indexOC",
"indexMN","indexZC","indexCW","indexSQ","indexPB",
"indexPA","indexPC","indexSS","indexP7","indexMR",
"indexP2","indexDP","indexPP","indexHK","indexFH",
"indexCR","indexST","indexBD","indexKK","indexGW",
"indexPZ","indexIT","indexPL","indexEG","indexS2",
"indexSK","indexB2","indexPN","indexHS","indexVH",
"indexDW","indexFF","indexPE"
);
var	top_gm=new Array(
	"outlinPS.htm","outlinVC.htm","outlinSD.htm","outlinLH.htm","outlinOC.htm",
	"outlinMN.htm","outlinZC.htm","outlinCW.htm","outlinSQ.htm","outlinPB.htm",
	"outlinPA.htm","outlinPC.htm","outlinSS.htm","outlinP7.htm","outlinMR.htm",
	"outlinP2.htm","outlinDP.htm","outlinPP.htm","outlinHK.htm","outlinFH.htm",
	"outlinCR.htm","outlinST.htm","outlinBD.htm","outlinKK.htm","outlinGW.htm",
	"outlinPZ.htm","outlinIT.htm","outlinPL.htm","outlinEG.htm","outlinS2.htm",
	"outlinSK.htm","outlinB2.htm","outlinPN.htm","outlinHS.htm","outlinVH.htm",
	"outlinDW.htm","outlinFF.htm","outlinPE.htm"
);

function link_jump(b,c){
	a=top.top.location.href;
	for(i=0;i<Name_no;++i){
		if(b==href_name[i]){
			if(a.indexOf("0.",0)!=-1){top.top.location.href=c+href_name[i]+"0.htm";
			}else{top.top.location.href=c+href_name[i]+".htm";
			}
			return;
		}
	}
	if(a.indexOf("0.",0)!=-1){top.top.location.href=c+"indexJS0.htm";
	}else{top.top.location.href=c+"indexJSS.htm";
	}
}
function gm_jump_frame0(){
	a=top.top.location.href;
	for(i=0;i<Name_no;++i){
		if(a.indexOf(href_name[i],0)!=-1){
			top.top.location.href=href_name[i]+"0.htm";
			return;
		}
	}
	top.top.location.href="indexJS0.htm";
}
function gm_jump_frame1(){
	a=top.top.location.href;
	for(i=0;i<Name_no;++i){
		if(a.indexOf(href_name[i],0)!=-1){
			top.top.location.href="../"+href_name[i]+".htm";
			return;
		}
	}
	top.top.location.href="../indexJSS.htm";
}

var	gm_flag=-1;
var	gm_count=0;
var	del_count=0;

function init0(){
	top.body2.location.href="indexJS1.htm";
	setTimeout("gm_disp()",500);
}
function gmsel(a){
	b=top.body2.location.href;
	if(b.indexOf(top_gm[a],0)==-1){gm_flag=a;gm_count+=1;}
}
function gm_disp(){
	if(gm_count<=0){
		gm_count=0;
		if(gm_flag!=-1){top.body2.location.href=top_gm[gm_flag];gm_flag=-1;del_count=0;}
	}else{
		gm_count--;
	}
	if(del_count>0){
		del_count--;
		if(del_count==0){top.body2.location.href="indexJS1.htm";}
	}
	setTimeout("gm_disp()",500);
}
function gmsel2(a){gm_flag=-1;gm_count=0;del_count=5;}

function init1(){
//	b=top.body.location.href;
//	if(b.indexOf("js_",0)==-1 && b.indexOf("indexDL.htm",0)==-1){location.href="indexJS2.htm";}
//	setTimeout("init1()",1000);
}

function init2(){
	b=top.body.location.href;
	if(b.indexOf("js_.htm",0)!=-1){location.href="indexJS1.htm";}
	setTimeout("init2()",1000);
}

