var fDesc=new Array(); fDesc[0] = "Screwlab Pro features:
- Playback of these formats: MP3, WAV, WMA, OGG Vorbis, MP4, AAC, M4A, AC3, FLAC
- A third player for sound effects!
- Play clips of sound effects into any song during recording!
- Slow down(screw)MP3s
- Speed up screwed MP3s
- Chop mp3s
- Volume control
- Record screwed and chopped mp3s
- Record from CDs to make your own MP3s
- EAX Sound Effects
- ID3 tag editing
- Spectrum, Waveform, Oscilloscope displayhs
- 10 band Equalizer
- 3 different crossfader syles
- 30 sec start"; 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 = ''; } }