//カテゴリー画像var onImg = new Array();onImg[0] = new Image(75,26);onImg[0].src = "images/home_02.gif";onImg[1] = new Image(75,26);onImg[1].src = "images/news_02.gif";onImg[2] = new Image(75,26);onImg[2].src = "images/handling_02.gif";onImg[3] = new Image(75,26);onImg[3].src = "images/partner_02.gif";onImg[4] = new Image(75,26);onImg[4].src = "images/company_02.gif";onImg[5] = new Image(75,26);onImg[5].src = "images/links_02.gif";onImg[6] = new Image(75,26);onImg[6].src = "images/recruit_02.gif";onImg[7] = new Image(75,26);onImg[7].src = "images/faq_02.gif";var offImg = new Array();offImg[0] = new Image(75,26);offImg[0].src = "images/home_01.gif";offImg[1] = new Image(75,26);offImg[1].src = "images/news_01.gif";offImg[2] = new Image(75,26);offImg[2].src = "images/handling_01.gif";offImg[3] = new Image(75,26);offImg[3].src = "images/partner_01.gif";offImg[4] = new Image(75,26);offImg[4].src = "images/company_01.gif";offImg[5] = new Image(75,26);offImg[5].src = "images/links_01.gif";offImg[6] = new Image(75,26);offImg[6].src = "images/recruit_01.gif";offImg[7] = new Image(75,26);offImg[7].src = "images/faq_01.gif";function chgImg(obj, imgnum){	obj.src = onImg[imgnum].src;}function rstImg(obj, imgnum){obj.src = offImg[imgnum].src;}