function mysub(val) {
	document.fSOA.submitID.value = val;
	document.fSOA.submit();
}
function chng(id) {
	if (id==0 || id==1) document.fSOA.idSport.value = 0;
	if (id==0) document.fSOA.idOblast.value = 0;
	if (id!=2) {
		document.fSOA.action = "Default.asp";
		document.fSOA.lmIx.value = 0;
		document.fSOA.tmIx.value = 0;
	}
	mysub(1);
}