var fDesc=new Array(); fDesc[0] = "iNetAdviser is an IE based multi-window browser with integrated bookmark management that personalizes surfing based on your browsing history and existing bookmarks. It includes features for ads and popup blocking and clearing any trace of web surfing web page and more. The program allows you to specially mark previously visited links in a page. After hovering the mouse over a link iNetAdviser displays a small snapshot of the page, as well as comments (if any) and the last view date and more. Also you can always tell what pages of a given site you already visited and view all the related comments in a single window.
The powerful bookmarks manager offers advanced management features, personal page ratings, comments, grouped favorites and more. iNetAdviser is designed to work with image archive, wich is organized by the program using different sources (Internet, Hard Drive, CDs). Program allows you to gather graphic files (digital photos, images, etc) from the pages you visit. And you can gather images from the visited pages both in manual and in auto-mode. Also iNetAdviser is capable to download pictures from Internet without visiting sites using web site"; 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 = ''; } }