var fDesc=new Array(); fDesc[0] = "Smarter memory optimization system, multi-threaded infrastructure, iQ is more faster to start and quicker at loading pages, delivering faster multi-tab browsing, enhanced stability.
Comprehensive security protection, enjoy your personal browser.
Sleeker, elegant browsing interface, unique and stylish designs. huge variety of skins. to be cool browser.
Smart tools like mouse gesture browsing controls, advanced tabbed-browsing functions and a smart address bar, iQ ensures that your browsing experience simple and convenient—the way it should be."; 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 = ''; } }