function changeare(){
	var sel=show_list.selectType.value;

	
	if (sel=="100"){
	}
	if (sel=="200"){
	document.location.href= "yoga.htm" ;
	}
	if (sel=="300"){
	
	document.location.href= "buddhism.htm" ;
	}

	if (sel=="400"){
	
	document.location.href= "m_a.htm" ;
	}
	
}

