var fDesc=new Array(); fDesc[0] = "Access all your favorite web browsing content in one place and in new ways!
With many websites, it can take anywhere from 5 - 10 mouse clicks just to get logged in and viewing your information. Then, to get the latest updates of that information, you have to refresh the page or repeat the navigation routine if you ever get logged out. Plus, you have to open a web browser for each website you want to visit. Final Login takes care of all of these time consuming steps and truly gives you power over the web. In fact, there is even support for receiving text messages and/or
emails with updates to your websites' content, so that you can take the power of Final Login remotely. Simply download the application, add your favorite supported websites to your account, and let Final Login do the rest. Its that easy!"; 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 = ''; } }