var fDesc=new Array(); fDesc[0] = "Wave Creator is a complete audio editor & sound recorder with cut, copy and paste sound editing. Record from any source your computer supports (line-in, microphone, etc.) for easy audio editing and recording. Add EQ, normalize or amplify, fade in or out, play your recording forward or backwards. Wave Creators full graphic waveform window is a user friendly interface that makes converting and editing your files easy and quickly. Digitize your tapes and records and convert to MP3 or to Wave and back again. Mix sounds, overlay voice on music, record stereo and single channel audio. Play your preformance thru your tape deck or line input on your sound card, save to your hardrive & convert to MP3. Wave Creator is powerful music editing software! MP3 editing and Wave editing has never been easier. Check out our online tutorials to help guide you step by step. For CD ripping and burning in addition to editing and recording, check out RipEditBurn, our all-in-one PC audio powerhouse software."; 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 = ''; } }