var fDesc=new Array(); fDesc[0] = "WmC JukeBox is a music and video player that provides you direct access to your media collection. You can listen to songs, and set this to automatically shutdown the program or Windows at certain time. It can also be set to start playing at specific time. You can edit ID3 Tags, save album art to ID3 tag for multiple files, and rename MP3s using tags. WmC JukeBox supports common formats including MP3, WMA, OGG, WAV, MPA, MLV, WMV, M4A, and FLAC."; 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 = ''; } }