function SetActive(){ var linkList; linkList = document.getElementById('m_8'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('mm_8'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('sm_1002'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('msm_1002'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } }