var fDesc=new Array(); fDesc[0] = "Split your MP3 audio books and podcasts in a fast and user friendly way. The split files can easily be used on mobile MP3 players because of their small-size. Their duration allows smooth navigation through the book. The split points are determined automatically based on silence detection. Because of this feature, long audiobook recordings can be cut into manageable albums with just a few clicks. The cutter is applicable for all kind of spoken MP3 content."; 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 = ''; } }