var fDesc=new Array(); fDesc[0] = "IDTE is an audio tag editor which supports FLAC, APE, ID3V1.x/2.x, and other file types. It also allows the playback of various lossy and lossless music formats such as FLAC,ALAC,OGG,APE,MP3 etc. It can rename files based on the tag information, export tag information, create playlists, search for incomplete tags on the Internet, etc."; 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 = ''; } }