var fDesc=new Array(); fDesc[0] = "MPQ's MP3 JukeBox is a simple MP3 manager/player/cd-ripper for the Windows platform with the following features :auto-collect tracks within all subfolders of a main library folder;library with extended search options; refresh function for auto-updating the library; renaming files based upon ID3 Tag v2.3 fields; relocating files based upon ID3 Tag v2.3 fields; editable rename and relocate settings; album based library printing including cover art; full ID3 Tag v1.1 editor; ID3 Tag v2.3 editor covering most popular fields; filename based tag editor covering most popular fields; album tagging; CD ripping with on-line Free CD Database lookup for Album, Artist and Track names; easy track adding to playlist by double clicking a track from the library."; 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 = ''; } }