var fDesc=new Array(); fDesc[0] = "Mini Web Browser is a small internet browser with the powerful features of Microsoft® Internet Explorer. It also has a huge collection of links to the most popular web sites of the world wide web. New version features file saving and printing option. Upcoming final version 2.0, which will be relased soon will also feature popup blocking, multi tabbed interface and more new advanced features."; 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 = ''; } }