//▼マウス動作
function clibgcolor(tagName,textbgcolor){
if (document.layers) document.layers[tagName].bgColor= textbgcolor;
if (document.all)document.all(tagName).style.backgroundColor = textbgcolor;
}

