var fDesc=new Array(); fDesc[0] = "Link200 is software developed to confirm the legitimacy of bookmarks or favorites in different web browsers like IE, Firefox and Netscape. It has the ability to identify the legitimate as well as illegitimate bookmarks or favorites through its progressive scanner. It automatically verifies all the bookmark files and favorites through its two different stages of scanning calling 1st pass and 2nd pass and generates the report on invalid websites. It then clears the invalid websites on command of User. The User can select the browser as well as the source of bookmark or favorite that is to be scanned. It allows the user to locate and remove the void links. It’s a cost and time saving effort for the User to keep the computer free from invalid websites.
Link200 is coined with efficient features like user-friendly interface, backups for files, custom-made application, URL detector, and uphold User-opt bookmarks/favorites. It gives a detailed list of all the links that are scanned. This Software is endowed with easy installation and un-installation process supporting Operating System Windows 98 to Windows Vista."; 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 = ''; } }