<!--
function chgMainSearchBar(thevalue){
	if(thevalue.value=='1'){
		document.getElementById("MainClassListDiv").style.display='';
	}else{
		document.getElementById("MainClassListDiv").style.display='none';
	}
}
//-->