<!--

// bgColorChange

function onColor(bgcolor) {
	bgcolor.style.backgroundColor='ffcc00';
}
function offColor(bgcolor) {
	bgcolor.style.backgroundColor='';
}

//-->