//判別転送スクリプト
	tempPageName=document.location.href.substring( 0 , "http://www.ophac-h.jp".length );
	tempNewPage=document.location.href.replace('http://www.ophac-h.jp','http://www.heishinkai.com');
//ophac-hならheishinkaiにとばす
	switch (tempPageName){
//日本語トップ
	case 'http://www.ophac-h.jp':
		document.write("<meta http-equiv='refresh' content='0;URL=");
		document.write('http://www.heishinkai.com');
		document.write("'>");
		document.write("現在表示中のページは古いアドレスです。自動的に更新されない場合は");
		document.write("<a style='text-decoration: none' href='");
		document.write('http://www.heishinkai.com');
		document.write("' target='_self'>");
		document.write("こちら");
		document.write("</a>");
		document.write("をクリックしてください。");
		break;
	default:
//他基本設定
		document.write('');
}

<!--OnMouse-->

clickimg = new Array()

clickimg[0] = new Image(); clickimg[0].src ="./imgs/Print/SampleOn.gif"
clickimg[1] = new Image(); clickimg[1].src ="./imgs/Print/SampleOff.gif"


<!--SiteMap-->

function Tree(tName){
tDetail=(document.all)?document.all(tName).style:document.getElementById(tName).style;
(tDetail.display=='none')?tDetail.display="block":tDetail.display="none";
}


<!--Window-->

function print(sURL, iWid, iHi)
{
newwindow = open(sURL, "newwin", "scrollbars=yes,toolbar=yes,directories=no,menubar=yes,resizable=no,status=no,width=" + (iWid + 17) + ",height=" + (iHi + 21));
}

