function dispapp(in_m_id) {
	
	document.getElementById("jiajuapp"+in_m_id).style.display='';
	for(tm_ix=1;tm_ix<=11;tm_ix++) {
		if((tm_ix!=in_m_id) && (document.getElementById("jiajuapp"+tm_ix).style.display==''))
			document.getElementById("jiajuapp"+tm_ix).style.display='none';
	}
}
function hideapp(in_m_id) {
	document.getElementById("jiajuapp"+in_m_id).style.display='none';
}
function chgapp(in_m_id) {
	//alert(in_m_id)
	document.getElementById("jiajuapp").innerHTML=document.getElementById("jiajuapp"+in_m_id).innerHTML;
	for(tm_ix=1;tm_ix<=11;tm_ix++) {
		if((tm_ix!=10)){
			if(document.getElementById("classappmenu"+tm_ix).className!='other'){
				document.getElementById("classappmenu"+tm_ix).className='other';
				}
			}else{
			if(document.getElementById("classappmenu10").className!='last'){
				document.getElementById("classappmenu10").className='last';
				}
			
			}
			
	}
	if(in_m_id!=10){
		document.getElementById("classappmenu"+in_m_id).className='otherchk';	
		}else{
		document.getElementById("classappmenu"+in_m_id).className='lastchk';
		}
	
}
