		function hi(b,c) {
			b.className = "menu_table_cell_hi_"+c;
		}
		function low(b,c) {
			b.className = "menu_table_cell_low_"+c;
		}
