var fDesc=new Array(); fDesc[0] = "Audio Splitter is a freeware utility used to split or cut large capacity audio files (including MP3, WAV, WMA, MP2) in the easiest way. This is useful where you have many songs in one mp3 (for example CD in one file) and need to split them up into individual tracks. With build in mp3 player, you can listen, playback and position the start and end point with slider bar to cut or split files and saves result into new destination 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 = ''; } }