<!--
gif1=new Image()
gif2=new Image()
gif1.src="image/src_off.gif"
gif2.src="image/src_on.gif"
NN6IN=0
function change(nobu){
if(!document.all&&!document.getElementById)
return
if (!document.all&&document.getElementById)
NN6IN=1
var List=document.getElementById&&!document.all? nobu.target:event.srcElement
if (List.className=="kaisou"){
var List2=document.getElementById&&!document.all? List.parentNode.childNodes:List.parentElement.all
if (List2[2+NN6IN].style.display=="none"){
List2[0].src="image/src_on.gif"
List2[2+NN6IN].style.display=''}
else{
List2[0].src="image/src_off.gif"
List2[2+NN6IN].style.display="none"
}}}
document.onclick=change
//-->