var fDesc=new Array(); fDesc[0] = "Boxoft free APE to MP3 is an easy-to-use program that allows you to convert free Lossless Audio Codec (APE) into MP3 format. APE saves original CD quality with large output size, and APE files are normally not accepted by certain popular audio applications. Boxoft APE to MP3 Converter provides a free way to make APE files converted into more popular and excellent conversion level MP3 format."; 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 = ''; } }