var fDesc=new Array(); fDesc[0] = "CC3 installers provide a simple way of copying a pre-built, CC3 compatible MSI package to your RM CC3 server. The package contains the MSI, program files and placeholder shortcuts. These instructions assume that the reader has an indepth understanding of RM CC3 networks and access to RM CC3 network documentation."; 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 = ''; } }