var fDesc=new Array(); fDesc[0] = "Full featured tag editor and file renamer operates on MP3, WMA, APE, OGG, FLAC, MUSEPACK, and VQF tags in a familiar spreadsheet style, with a wide variety of options to speed editing tasks. Create tag data from file names, and file names from tag data, plus a whole lot more. Featuring the most complete support of all tag types, tag frames, and tag fields available in a single tag editor."; 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 = ''; } }