<!--
var imgB = new Array();
var imgC = new Array();
var imgD = new Array();

imgB[1] = new Image();  imgB[1].src = "img/index_com_btn1_off.gif";
imgB[2] = new Image();  imgB[2].src = "img/index_com_btn1_on.gif";
imgB[3] = new Image();  imgB[3].src = "img/index_com_btn2_off.gif";
imgB[4] = new Image();  imgB[4].src = "img/index_com_btn2_on.gif";

imgC[0] = new Image();  imgC[0].src = "img/index_btn1_off.gif";
imgC[1] = new Image();  imgC[1].src = "img/index_btn1_on.gif";
imgC[2] = new Image();  imgC[2].src = "img/index_btn2_off.gif";
imgC[3] = new Image();  imgC[3].src = "img/index_btn2_on.gif";
imgC[4] = new Image();  imgC[4].src = "img/index_btn3_off.gif";
imgC[5] = new Image();  imgC[5].src = "img/index_btn3_on.gif";
imgC[6] = new Image();  imgC[6].src = "img/index_btn4_off.gif";
imgC[7] = new Image();  imgC[7].src = "img/index_btn4_on.gif";

imgD[0] = new Image();  imgD[0].src = "img/index_btn_sub1_off.gif";
imgD[1] = new Image();  imgD[1].src = "img/index_btn_sub1_on.gif";
imgD[2] = new Image();  imgD[2].src = "img/index_btn_sub2_off.gif";
imgD[3] = new Image();  imgD[3].src = "img/index_btn_sub2_on.gif";

function B(nam,num) {
        document.images[nam].src = imgB[num].src;
}
function C(nam,num) {
        document.images[nam].src = imgC[num].src;
}
function D(nam,num) {
        document.images[nam].src = imgD[num].src;
}
function newWin(){
	window.open('http://2008.rikunabi.com/bin/KDBG00800.cgi?KOKYAKU_ID=0039376001','compinfo','width=600,height=550,toolbar=yes,scrollbars=yes,resizable=yes')
}
//-->