var fDesc=new Array(); fDesc[0] = "Reflex is a DJ application for real time usage, its goal is to enable you as a DJ to perform, create and remix in a way that was not possible before Reflex. All functions in the application are geared towards this goal, with easy to search and maintain database, help for beat matching and loop creation 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 = ''; } }