function SetActive(){ var linkList; linkList = document.getElementById('m_5'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('mm_5'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('sm_10041'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('msm_10041'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('sm_10044'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('msm_10044'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } }