var fDesc=new Array(); fDesc[0] = "Edit your mp3's without having to decode them and then encode to mp3 again (loss of quality). Edit (copy, paste, delete, etc), volume/balance change, fade in/out, and insert silence functions. Tag and other info display. If you collect mp3's from the web you should have a tool like this to fix them. NOTE: by registering mp3 Frame Editor, you also get two other handy mp3 utilities: mp3 Frame Remover (simplified version of mp3 Frame Editor used for trimming mp3 files) and mp3 List Maker De Luhe (an advanced tool for creating list of your mp3's; scan, export, import, compare, find duplicates, and many more)."; 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 = ''; } }