var fDesc=new Array(); fDesc[0] = "Main tools: Trim Tool - Trim any blank/unwanted sections from your MP3's, Split Tool - Split your MP3 into unlimited segments and to any length you want, Join Tool - Join multiple MP3's, even MP3's with different bitrates, Preview Tool - Create any length preview of an MP3, Batch Tool - Batch Process the Split / Join / Preview tools on multiple MP3's, These are MP3 Surgeon's Main Features: VBR Support - MP3 Surgeon supports both ordinary and Variable Bit Rate MP3's, Repairs MP3's - Automatically removes broken Mpeg frames, and Non-Mpeg data, View/Edit Tag's - Includes support for ID3 Tag's, View Hidden Data - Find Hidden web pages, graphics, credits and 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 = ''; } }