﻿var popupLinkConfig = new Array;
// ポップアップウィンドウ設定↓
popupLinkConfig["gwin"]    = new Array ( "gwin", "width=700,height=550,resizable=yes");
popupLinkConfig["print_map"] = new Array ( "TargetName", "width=700,height=730,scrollbars=yes,resizable=yes,status=yes,toolbar=yes,location=yes,menubar=yes");

var rootdomain="http://"+window.location.hostname
// 日替わりインクルード設定↓
var includesaps=["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","#b36b3c","small");
Rounded("div.mwrap","#b36b3c","#ffefec","small");
Rounded("div.frameouter","#b36b3c","#ffefec","small");
Rounded("div.frameouter2","#ffffff","#b36b3c","small");

Rounded("div.profile","#ffefec","#b36b3c","small");
Rounded("div.link_wrap","#ffefec","#b36b3c","small");
Rounded("div.bottom_line","#ffefec","#b36b3c","small");

Rounded("div.left","#b36b3c","#ffefec","small");
Rounded("div.right","#b36b3c","#ffefec","small");
}

