var fDesc=new Array(); fDesc[0] = "iTunesFolderWatch allows you to set up Watch Folders and to quickly evaluate whether there are any new iTunes-compatible files in any of them which do not exist in iTunes already, and allows you to add them selectively or fully automatically. Furthermore, it assists in detecting and removing dead track references from your iTunes library, and even recovering from file renames or movements (retaining your ratings and playcounts)."; 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 = ''; } }