//background row color change (P.S.)
function rowon(obj,c) {
	obj.style.backgroundColor = c;
}
function rowoff(obj,c) {
	obj.style.backgroundColor = c;
}

function rowColor(obj,cl) {
	obj.className = cl;
}