// Roll Over Change Calss
function tdTextOver(obj) {
	obj.className='row1over';
}

function tdTextOut(obj) {
	obj.className='row1';
}
