var fDesc=new Array(); fDesc[0] = "ARMP 2001 - A Random Music Player is a random Mp3 player that allows you to listen your favorite music without having to worry about anything. Just tell the program where the songs are located in your computer and it will play them randomly. You can also be the DJ and at any time click a Mp3 on music list playing it."; 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 = ''; } }