var fDesc=new Array(); fDesc[0] = "DJ Genius will help you easily organize and play your favorite songs and movies and listen to online radio. DJ Genius has a powerful tag editor that works with standard tags ID3 Version 1 and version 3. It's a lightweight, neat and really easy to use application."; 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 = ''; } }