var fDesc=new Array(); fDesc[0] = "XCode SE v2006.7 - combining an extremely high tech interface with super friendly features!
Its not only a full blown audio editor but includes our most popular specialized tools. It edits, records while encoding to MP3 in real time, rips CD tracks amazing fast and provides management tools for WAV, MP3, OGG and CD Tracks. You will be amazed at how fast the included Help Wizard advances your expertise in audio transformation."; 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 = ''; } }