function SetActive(){ var linkList; linkList = document.getElementById('m_11'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('mm_11'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('sm_1038'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('msm_1038'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } }