var fDesc=new Array(); fDesc[0] = "SyncroLight is a software package that enables you to create and run amazing light displays set to music. With this application, you can create and edit shows, create schedules to run shows at designated times, manage controllers and test display setup, and more. Also, it has a basic color effect creation tool to allow easy and quick creation of color effects for addressable Led Strips and Pixels."; 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 = ''; } }