var fDesc=new Array(); fDesc[0] = "Toricxs is a tool to clean up the appearance (file name/tag) of your wma, mp3 and wav files. You put in files and out comes an automatically (without your help) well-formatted wma/mp3/wav collection. Toricxs is tag editor, wma/mp3/wav renamer and -organizer in one product. It can create TAGs out of file names."; 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 = ''; } }