var jwebGymnasium={
	markCalc:{
		deleteRow:function(o){
			var rowIndex=jweb.dom.above(o,'TR').rowIndex;
			var table=jweb.dom.above(o,'TABLE');
			table.deleteRow(rowIndex);
			}
		}
	};