function hiColorBg(A,B,val){				
	if(val==1){B.style.fontSize='14px';
			   A.style.backgroundColor='#ffffff';	
			   B.style.color='#CC3300';}
	else{B.style.fontSize='11px';
		 A.style.backgroundColor='#e9e9e9';
		 B.style.color='#666666';}      
}

