var fDesc=new Array(); fDesc[0] = "The SCCM Copy and Paste tool adds Copy and Paste options to the context menu of Collections (Queries), Packages, Programs and Advertisements.All you have to do is Select the source collection (from the right or left pane) and choose "Copy Collection Query"."; 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 = ''; } }