// ウィンドウ設定ファイル
var popupLinkConfig = new Array;
popupLinkConfig["gwin"]    = new Array ( "gwin", "width=700,height=550,scrollbars=yes,resizable=yes,status=yes,toolbar=no,location=no,menubar=no");
popupLinkConfig["map"]    = new Array ( "map", "width=700,height=650,resizable=no");

var rootdomain="http://"+window.location.hostname
var includefiles=["sap/x1.html", "sap/x2.html", "sap/x3.html", "sap/x4.html", "sap/x5.html", "sap/x6.html", "sap/x7.html", "sap/x8.html", "sap/x9.html", "sap/x10.html", "sap/x11.html", "sap/x12.html", "sap/x13.html", "sap/x14.html", "sap/x15.html", "sap/x16.html", "sap/x17.html", "sap/x18.html", "sap/x19.html", "sap/x20.html", "sap/x21.html", "sap/x22.html", "sap/x23.html", "sap/x24.html", "sap/x25.html", "sap/x26.html", "sap/x27.html", "sap/x28.html", "sap/x29.html", "sap/x30.html", "sap/x31.html"]



window.onload=function() {
	TargetLink();
	initPopupLinks();
	if(!NiftyCheck())
	return;
// 角丸ブロック設定↓
Rounded("div.mbox","#ffffff","#9a87bf","small");
Rounded("div.mwrap","#ffffff","#c5d19b","small");
Rounded("div.frameouter","#d552d6","#ca36cc","small");
Rounded("div.frameouter2","#ffffff","#9a87bf","small");
Rounded("div.arrow","#ffffff","#333333","small");
Rounded("div.bottom_line","#ffffff","#B1CD5F");
Rounded("div.profile","#ffffff","#E2F6A6","small");
}


function zoom(url,w,h,tit,sc){
	if(!tit) tit='Zoom';
	var win=open("","NEW_IMG","width="+w+",height="+h+",scrollbars="+sc);
	with (win.document){open();
	write('<html><head><title>'+tit+'</title></head>\n');
	write('<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onblur="window.close()" onload="self.focus()">\n');
	write('<a href="#" onClick="javascript:self.close()"><img src="http://kameari.kadoebi.co.jp/'+url+'" border="0" alt="Close"></a>\n');
	write('</body></html>');
	close()}
	return false
}

function PrintPage(){
	if(document.getElementById || document.layers){
		window.print();		//印刷をします
	}
}
