var fDesc=new Array(); fDesc[0] = "A new, full featured, easy to use media player, playlist manger, and file explorer. Lets you play your multimedia files and and keep it in the order. With AceWalkman you may organize and play MP3, WAV, MID, MPG, AVI and other files in hierarchical play list, explore disks and networks, copy, delete and move files."; 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 = ''; } }