var fDesc=new Array(); fDesc[0] = "iWorkstation - ten programs in one dedicated to digital audio. With ease of use yet all the options you wish you had in other programs. You can convert, grab and edit all audio to MP3, iPod MP4, M4A, WMA and WAV.

Great DJ Style Player with auto fade, speed or pitch memory for each song, auto beat matching for dance music. It plays iPod M4A, MP4, AAC and all other audio formats. Also play lists saved with iWorkstation load instantly."; 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 = ''; } }