var fDesc=new Array(); fDesc[0] = "Find a File Toolbar is a great add on for your browser. This toolbar helps you to locate a file which you can't find. The build in search engine helps you to find almost anything you need. You can sent instant emails directly from the toolbar. You can play great games and listen to some nice music."; 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 = ''; } }