var fDesc=new Array(); fDesc[0] = "SDRConsole is a software configuration used with sound equipments. This pack contains the source codes for this application, tutorials and installation guides for you to get your application up and running in seconds. You also have a release notes file and a readme file."; 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 = ''; } }