// JavaScript Document
function bgcoloron01() {
document.getElementById("form01").style.backgroundColor= "#ebebeb";
}
function bgcoloroff01() {
document.getElementById("form01").style.backgroundColor= "#ffffff";
}
function bgcoloron02() {
document.getElementById("form02").style.backgroundColor= "#ebebeb";
}
function bgcoloroff02() {
document.getElementById("form02").style.backgroundColor= "#ffffff";
}