function NavSection(id){
	TrackSect.CurrSection.value = id;
	document.TrackSect.submit();
}