

	function changeInc(inc){
		document.main.inc.value=inc;
		document.main.submit();
	}	