// Schools Finder Javascript Include
function show_advanced(){
	document.getElementById("div_advanced").style.display='block';
}

