function SetActive(){ var linkList; linkList = document.getElementById('m_4'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('mm_4'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('sm_10033'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('msm_10033'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('sm_10034'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } linkList = document.getElementById('msm_10034'); if(linkList != null){ linkList.className = linkList.className + '_ACTIVE ACTIVE'; } }