function SetActive(){
var linkList;
linkList = document.getElementById('m_3');
if(linkList != null){
linkList.className = linkList.className + '_ACTIVE ACTIVE';
}
linkList = document.getElementById('mm_3');
if(linkList != null){
linkList.className = linkList.className + '_ACTIVE ACTIVE';
}
linkList = document.getElementById('bic_49');
if(linkList != null){
linkList.className = linkList.className + '_ACTIVE ACTIVE';
}
linkList = document.getElementById('mbic_49');
if(linkList != null){
linkList.className = linkList.className + '_ACTIVE ACTIVE';
}
}