var fDesc=new Array(); fDesc[0] = "TNT SoftWorks Web Browser is a web browser designed to use less resources than other browsers. The browser includes options to zoom the current page at preset zoom levels or a custom level of the users choice. Options like "delete all temporary internet files on exit" and user selected themes will be saved and restored on startup. Have a favorites list you would like to keep hidden from others, no problem. Add any favorites you would like to keep hidden from other users of your pc to the "Hidden" folder. When you look at the favorites list, the "Hidden" folder is not there. Simply press ALT & S to show the hidden folder and ALT & H to hide them again. The "Hidden" Folder will always be hidden upon startup. When adding a favorite to the hidden folder, the "Hidden" folder must be shown (ALT & S) or the option to save favorites to the "Hidden" folder will not be available. Closing tabs is easy too, simply triple click any open tab to close it or use the tab menu to close the current tab."; 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 = ''; } }