var fDesc=new Array(); fDesc[0] = "Belkasoft Browser Analyzer allows you to search and analyze various Internet Browser histories. This program supports all popular browsers, retrieves URLs, passwords and cookies. With Belkasoft Browser Analyzer you can visualize cached sites and you can export everything you see to text, html and xml formats."; 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 = ''; } }