function SetActive(){ var linkList; linkList = document.getElementById('m_1'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('mm_1'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('sm_2008'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('msm_2008'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } }