var fDesc=new Array(); fDesc[1] = ", RM, RMJ, WAV, MP3, OGG, WMA, MP2, MP1, MPEG, MP4, AAC, OGG, AVI, MPC, MOV, QT, WMA, AMR, AC3, AIFF, AIF, AU and 3GP. Additionally you can rip you audio CDs to WAV, MP3, WMA, AMR and OGG formats in single click."; fDesc[2] = ", Cut, Paste, Move, Delete, Fade In/Out , Cross fade, mix, amplify, normalize sound, add vibrato, invert, delay, flanger, phase, noise, chorus, reverse, use filters."; fDesc[3] = "Grabber burn ISO files audio editor audio converter Audio Editor Support The following audio formats: Uncompressed WAV PCM Compressed WAV (GSM, ADPCM, DSP, ALF2 CD and others) MP3 (including VBR) MP2 VOX (Dialogic ADPCM) RAW WMA AVI (audio) G.726, G.723, G.721 Ogg Vorbis MPC Mobile Voice Audio Converter Support The following audio formats: RAM, RMM, RA, RNX, RMX, RV, RM, RMJ, RPM, WMA, OGG, and audio CD files. supports extracting audio from video files including AVI, M1V, M2V, MP2V, MPE, MPV2, MPA, MPEG, MPG, and MPV."; fDesc[4] = ", this serial number is unique in the world."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }