var fDesc=new Array(); fDesc[0] = "WebSpirit is a very fast, customizable, lightweight Web Browser for the Win32 (Windows) platform based on the Gecko Layout Engine (the rendering engine of Mozilla) and also Microsoft's Internet Explorer download manager & tools. This Browser is a free Internet browsing software suite released under the GPL software license agreement. It is fully customizable with skins (themes) and contains several advanced features. WebSpirit does not require any other Web browser to be installed. WebSpirit combines Mozilla & Internet Explorer all into one effective package with several plugins to choose from. WebSpirit also blocks ads, popups, leeches, ActiveX content, and much more."; 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 = ''; } }