var fDesc=new Array(); fDesc[0] = "Groove is the new complete, easy-to-use and reliable Professional Mixing Software that offers the total live performance at the most affordable price. Ideal for professional DJs, as well as bar and restaurant owners, dancing schools, radio stations and other entertainment centers, Groove easily enables you to professionally mix, organize and navigate through your MP3, WMA, OGG Vorbis and WAVE files to create the ultimate playlists, technical mixes and flexible background music."; 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 = ''; } }