var fDesc=new Array(); fDesc[1] = "search engines and directories ? providing a sure way for people to find your home page."; fDesc[2] = "in making submissions to important search engines, essential to the success of your web site."; fDesc[3] = "there are easy and powerful programs to help you in this task. Cyberfetch is one of those useful programs. With this application you will be able to submit your websites to the main search engines and directories around the world within a few minutes."; fDesc[4] = "Internet usage. Reports can be viewed using built-in browser, sent via e-mail, printed out or exported to Excel. Download FREE trial now!"; fDesc[5] = "which web sites users on your network are visiting in real-time. Allows you track, manage or report on how the Internet is being used."; fDesc[6] = "monitoring and alerting into one console. Integrate the ODBC compatible FastTrends(tm) database data with existing external databases for advanced, custom analyses.Enhanced technical features include an IIS 4.0-compatible plug-in, API for creating and editing log analysis profiles, dynamic web pages, a WYSIWYG report style designer, a filter wizard, SNMP compatibility, and CA Unicenter TNGintegration, and NT service recovery support. Version 2.1a adds a new homepage filter, filtering support for Classless IPs and IP ranges, a 50% increase in speed, and true support forclustered servers with ClusterTrends(tm)."; fDesc[7] = "you will have confidence about the popularity of your links, their validation and verification and traffic rank. This useful tool is easy to install and has a wizard-based Windows style interface that couldn't be simpler to navigate."; fDesc[8] = "Search engines are doing."; fDesc[9] = "restriction, activity logs, special user authentication utility and much more! Compatible with Windows¿ 9x, ME, 2000 and NT4.0. Features: - iNet Shaper provides access only for known accounts; - Accounts could be distinguished in the several ways: by IP address or range, by host name, or by login procedure with special authentication utility; - Each account can be limited by internet connection speed; - Each account can be limited by amount of traffic per time interval; - iNet Shaper calculates the traffic generated by each account separately by services; - Separate port mappings for different accounts at the same port; - Internet access schedule for each account; - Possibility to write individual internet activity logs for accounts; - Users can audit their current internet usage statistics via web interface; - Graphic representation of channel load in time; - Custom set of available..."; fDesc[10] = "for your web site log files. This loganalyzer has a number of additional features. It has easy-to-use interface."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }