var fDesc=new Array(); fDesc[0] = "Kaseto is a music player and organizer for Windows PCs. It lets you select the folder containing your music and audio books. You can also drag and drop files and folders into Kaseto’s window. This program supports audio file formats such as FLAC, M4A (AAC), MP3, OGG, and WMA."; 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 = ''; } }