

function myFunc(cnt)
{
	if (cnt==0) win=window.open("../temple/renshoji/index.html","new","width=320px,height=400px,scrollbars=yes"); 
	if (cnt==1) win=window.open("../temple/hourinji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==2) win=window.open("../temple/kyonenji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==3) win=window.open("../temple/houshoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==4) win=window.open("../temple/houkyoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==5) win=window.open("../temple/annyoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==6) win=window.open("../temple/saishoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==7) win=window.open("../temple/daijoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==8) win=window.open("../temple/kaihoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==9) win=window.open("../temple/senkoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==10) win=window.open("../temple/zenkyoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==11) win=window.open("../temple/tokushoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==12) win=window.open("..//temple/seikyoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==13) win=window.open("../temple/myokoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==14) win=window.open("../temple/kaitokuji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==15) win=window.open("../temple/sentokuji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==16) win=window.open("../temple/jokoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==17) win=window.open("../temple/unjoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==18) win=window.open("../temple/tokuoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==19) win=window.open("../temple/shingyoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==20) win=window.open("../temple/shounji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==21) win=window.open("../temple/jomanji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==22) win=window.open("../temple/senshoji/index.html","new","width=320px,height=400px,scrollbars=yes");
	if (cnt==23) win=window.open("../temple/joenji/index.html","new","width=320px,height=400px,scrollbars=yes");

}



