var fDesc=new Array(); fDesc[0] = "PC Cloud Manager (PCM) is an add-on for System Center Configuration Manager (SCCM). The application enables you to manage your Think client PCs with System Center Configuration Manager in a fast and secure manner. It has support for Windows 7 Professional SP1, Windows 8, Windows 8.1, Windows Server 2003 R2 and Windows Server 2008 R2 x64."; 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 = ''; } }