var fDesc=new Array(); fDesc[0] = "Free MP3 Splitter Express is a program to split large MPEG-1 Audio Layer 3 (MP3) files. Features:
- It is very easy to use without any special setting, with only a few clicks you can complete the task of MP3 file split.
- It can detect your hardware configuration and decide an optimized split scheme automatically. Fully support AMD Athlon™ 64 X 2 Dual-Core Processor and Intel® Pentium D Dual-Core Processor.
-Split your MP3 files and keep all MP3 frames after setting start time and end time by clicking the mouse button and dragging the mouse.
- It is made for the beginner, but also has advanced functions for the professional user."; 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 = ''; } }