//--------ブラウザ情報の初期化---------
NN3 = NC4 = IE4 = IE5 = 0;
if (( navigator.appName.charAt(0) == "N" ) && ( navigator.appVersion.charAt(0) >= "4" )) {
	NN3 = NC4 = "True";
}
if (( navigator.appName.charAt(0) == "M" ) && ( navigator.appVersion.charAt(0) >= "4" )) {
	IE4 = IE5 = "True";
}


//--------目次頁ジャンプ用---------
function ch1(p1,p2){
	parent.wleft.location.href=p1
	parent.wright.location.href=p2
}



//--------本文頁ジャンプ用---------
function goopen(p){
	fname = "suki_" + p +".htm";
	window.open(fname,"new_window","scrollbars=yes,resizable=yes,width=460,height=500");
}


