var fDesc=new Array(); fDesc[0] = "APE is a popular digital music data compression from Monkey's Audio, Monkey's Audio files use the filename extension .ape for audio, and .apl for track metadata. APE is a lossless compression technology, it is much better sound quality than mp3. Users can compress the audio data file (such as audio CD) into the APE file formats without any loss of sound quality, it can provide the highest quality music 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 = ''; } }