var fDesc=new Array(); fDesc[1] = "best part is that you can call any country any place or any valid number across the globe. Providing 5 different applications this software is a must use software."; fDesc[2] = "and other sea creatures swimming very slowly above a colorful coral reef. At the same time, enjoy the realistic aquarium sounds including bubbles!"; fDesc[3] = "show, but in which you control the star of the show. The game is all about relationships, shopping, money and getting ahead at work. You can try this game for 60 minutes before you buy the licensed version."; fDesc[4] = ", traffic, age, process EXE, status). Includes IP-Lookup Tools, Network Statistics, Remote Access Server, Rules, Port Database. It's Internet radar."; fDesc[5] = "simple program you can get detailed information like: the lowest, highest and average response from the server, the domain registrant, etc."; fDesc[6] = "Whois and Ping. The first one allows you to gather information about an IP address from three different sources: RIPE, APNIC and ARIN. Those are whois servers from the European, Asia/Pacific and US regions. A simple IP search is supposed to give you quite a bit of information about the IP."; 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 = '...'; } }