
function changeOn(td) {
	
	td.className = "menu_td_on";
	
}

function changeOff(td) {
	
	td.className = "menu_td_off";
	
}