var fDesc=new Array(); fDesc[0] = "SCCM Collection tools could not say no to such a challenge so I began working on my new project. My tool kit is divided to tree section : Site Tools, Collection Tools and Systems Tools. In will discuss about the collection tools. My SCCM tool collection (those I collected and those I wrote) were based on VBS,Batch and HTA."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }