// JavaScript Document

//OnMouse table change backgroundColor
function OMOver ( OMO ) {
	OMO.style.backgroundColor='#222';
}

function OMOut ( OMO ) {
	OMO.style.backgroundColor='';
}