var fDesc=new Array(); fDesc[0] = "Get unrivaled customization options and built-in browser features for better performance, productivity, and privacy. Vivaldi is packed with all of the features you'd expect from a modern browser, but it also has lots of built-in smart tools that make browsing easier, faster, and more fun. The sites you visit, what you type in the browser, your downloads – we have no access to that data. Vivaldi has all the features you'd expect from a modern browser and more. Set up shortcut keys for everything. Create Command Chains to operate complex sequences with a click. Translate snippets of text instantly. Use the Capture Tool to snag selections or entire pages in a flash. Organize an unlimited number of tabs into a variety of tab stack options."; 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 = ''; } }