bimg="http://sozai.7gates.net/img/bg-header.gif";
function chBgColor(opt) {
if(document.getElementById){
	document.getElementById("graphics").style.background = opt.value;

}
else if(document.all){
	document.all("graphics").style.background = opt.value;

}
}
