var fDesc=new Array(); fDesc[0] = "Neon is an alternative web browser for the discerning market. Focusing on features and performance over branding and corporate support, Neon boasts a multitude of enhancements to the Internet Explorer browsing engine. Highlights of the software include: an infinite number of browsers running in a single window, with support for two-click switches between them; separate user profiles, each with its own preferences, favorites, and settings; support for skins and a bundled skin editor, allowing you to give Neon a complete makeover; file-by-file encryption capabilities; and automated reminders and actions. Bolstered by XL Digital's excellent support policies, Neon represents a feature-rich revitalization of the browser market."; 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 = ''; } }