var fDesc=new Array(); fDesc[0] = "Eufony Lite is an all-in-one jukebox ( Sound Manager + Music Player ) for managing, playing tons of audio files. It handles a wide variety of formats and allows you to play MP1, MP2, MP3, WAV (PCM, IMA ADPCM, ALAW, and ULAW), OGG, AAC, eAAC+, AAC+, TTA, FLAC, APE, MPC, VOC, G721, G726, VYF, M4A and MP4. It's easy to use and fast! You can use it to manage and play your favorite music songs with a familiar and comfortable Explorer-like user interface easily and beautifully!"; 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 = ''; } }