function checklang() {
filepath=window.top.location+""
if (filepath.indexOf("/chinese/") == -1) {
	window.top.location="../../../english/cme/clinicalcaseset.htm" 
	}else{
	window.top.location="../../../chinese/cme/clinicalcaseset.htm"
	}
}