var fDesc=new Array(); fDesc[0] = "This is an application to enable better management of Cinema 4D plugins. Plugin Boss for the PC and Mac : the latest version for both PC and Mac is now available for download, and is compatible with C4D R12. All users of Plugin Boss are recommended to upgrade to this version, even if you are not using R12 at the moment, because a number of interface tweaks and minor bug fixes have been added."; 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 = ''; } }