var fDesc=new Array(); fDesc[0] = "With the FavoritesAndFiles2HTML program you can browse and search through the Internet Explorer, Firefox (at least up to 4.0) and Opera (at least up to 11.0) Favorites (Bookmarks), edit them, convert them to HTML file (which you can place on the web, use as a start page or copy to smartphone) or you can create HTML catalogs of CD, DVD and hard disks and their folders file structure and make it available for offline browsing and searching. These HTML files are easy browsable up and down by the links in the folders and subfolders names."; 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 = ''; } }