var fDesc=new Array(); fDesc[0] = "SIM is an open-source tool for managing the local park of Sitecore instances. You can install, locate, maintain, reinstall or delete Sitecore products. You can list Sitecore websites installed locally and their modules, install new Sitecore standalone products, install Sitecore modules and packages, download Sitecore products from SDN and DEV, back up Sitecore websites and restore them, export the Sitecore website and import it on a remote computer, and more."; 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 = ''; } }