var fDesc=new Array();
fDesc[1] = "that your faction dominates the empire. You will have to choose between three factions: the Brutti, the Julii and the Scipii. These families had a very big influence in the ancient Rome. Each of those families have different goals.";
fDesc[2] = "of UltimateDefrag guarantees maximum system performance not just in the moments after the defragmentation has just finished, but also thereafter.";
fDesc[3] = ", improve system security, and meet all of your expectations. It's compatible with Windows Vista SP1 entirely!";
fDesc[4] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance.";
fDesc[5] = "supports all flavors of internet connection including DSL, Dial UP and Optical Fiber to name a few. Not only is it an HTTP proxy but it can also act as a SOCKS, Mail, FTP, News and telnet proxy making it a very powerful application.";
fDesc[6] = "single clean-looking (and free) utility. Host To IP converts a hostname to an IP address. IP To Host does the reverse. Whoi...";
fDesc[7] = "traffic. You have to sign up for an account in woopra.com, setup a new website to monitor, and plug some Javascript code into your web pages. The product is in beta release, some bugs may appear.";
fDesc[8] = "work on your computer. This means you can easily move whole websites or information to CD-ROM, USB disk, or to another hard drive.";
fDesc[9] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator.";
fDesc[10] = "on the remote computer is hidden from you now!";
fDesc[11] = "customized installation, to burn it in CD or DVD. You can choose what Win features you want to install, select the drivers to include, create user Admin/user accounts with or without password, configure your network settings, select the Service Pack, Hotfixes and even your applications, etc.";
fDesc[12] = "Pursuit in three different modes: Solitaire (you against the machine), Time Attack (you against time) and 1 to 4 players, to play against other humans.";
fDesc[13] = ", Yahoo Beta, POP3, Earthlink, Juno, Lycos, Mail.com, Mindspring, MyWay, Netscape, Rediffmail, SBC Yahoo and many more email services.";
fDesc[15] = ", secure and optimize Windows, tweak Microsoft Office, validate your Internet Explorer links -and much more. Tweaki, more than just a system tweaker.";
fDesc[16] = "planar and axis symmetric domains. It utilizes finite element analysis for the solution of problems. The problems are analyzed in a preprocessor stage where must be drawn the problem geometry, must be defined the materials and boundary conditions. The postprocessor is used to view solutions.";
fDesc[18] = "at the same time and ping the IP addresses of captured packets in Colasoft Capsa (if applicable) conveniently.";
fDesc[19] = "domain registries along with the Regional Internet Registries all over the world. Information about the owner’s mailing address and domain name is also provided by this application as well.";
fDesc[20] = "your Internet. It will monitor your selected network in real time and provide detailed information about each connection established to your computer. So you can use this tool as a information tool, as a security tool or as a administrator tool.";
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 = '...';
}
}