var fDesc=new Array(); fDesc[0] = "MP3 Duplicate Finder is a useful program that helps you to find and remove duplicate mp3/wma files with the same or similar properties, In addition the program analyzes the artist, title, album, etc. information from the ID tags contained in the audio files and compare these with the appropriate entries in other files."; 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 = ''; } }