function SetActive(){
var linkList;
linkList = document.getElementById('m_10');
if(linkList != null){
linkList.className = linkList.className + '_ACTIVE ACTIVE';
}
linkList = document.getElementById('mm_10');
if(linkList != null){
linkList.className = linkList.className + '_ACTIVE ACTIVE';
}
}