var fDesc=new Array(); fDesc[1] = "like dance music and want to make songs of their taste, or for those who want to become Disc Jockeys. With Dance eJay, users can remix and compose dance-style tracks with over 5,000 unique sound samples."; fDesc[2] = "Virtual Music Studio Products for PC – Dance eJay 7. In this program, you are confined only by a music genre. What comes to everything else, you are free in your creativity. You can make your own songs and unique mixes."; fDesc[11] = "the free trial version from the developer’s website. When making a tune we can use our own music or use those included in the sample studio library with more than 15,000 samples for all popular styles such as Dance, Hip Hop, Techno, etc."; fDesc[15] = "control of how much time your employees are spending on actually working"; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }