function SetActive(){ var linkList; linkList = document.getElementById('m_9'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('mm_9'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('sm_1061'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('msm_1061'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } }