var fDesc=new Array(); fDesc[0] = "Direct WAV MP3 Splitter provides you with an audio splitter that does not make any changes to quality or format. The software works very quickly since it does not need to re-compress or convert your audio. It simply splits the original files and does nothing else. Quality will not be affected, and results will come quickly and accurately. The solution is ideal for anyone who records long tracks as well as those who need to digitize old records or tapes and then split them up so that each track is in a separate file."; 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 = ''; } }