var fDesc=new Array(); fDesc[0] = "EarthSoft MP3 Cutter Joiner allows you to cut and join music files. It can load MP3, WAV, WMA, and OGG into the program, and convert the files while cutting or joining. It is an all-in-one audio tool including MP3 cutter, MP3 joiner, and MP3 converter. This supports batch conversion."; 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 = ''; } }