var fDesc=new Array(); fDesc[0] = "Opus Plexus Plugin provide the full functionality of Opus Pro in an internet browser. It is provided free of charge and is bundled with Opus Pro and Opus Creator. It will be automatically downloaded whenever a visitor views a plexus-powered site but you can also download it free of charge from our downloads page."; 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 = ''; } }