var fDesc=new Array();
fDesc[1] = "Screensaver delivers the excitement of a real-life fire experience direct to your computer desktop. Discover beautiful flames to relax by, with the crackling sound of a real fire and the melody of your favorite song. Our Free Fire Screensaver sets a relaxing and romantic mood any time of the year, especially during cold winter nights. Just rest your mouse for a while, sit back and relax. The desktop dims out and starts to glow ardent orange, creating a glorious effect with flames that seem alive. The flames are curling up and dancing on the desktop icons and open windows as if they were wooden logs in the fireplace. The screensaver offers crackling and popping sounds. This adds greatly to the realism of the fire scene. You can also listen to music when the screensaver is engaged. Select a music track from the music set that comes with the screensaver or choose your own file for...";
fDesc[2] = "or going out. Every time a data packet is transfered the Firewall detects it and alert the user to block or allow that traffic, for intruders detections. The user can allow specific applications to \"trade\" with networks and they will never be blocked.";
fDesc[3] = "inspect all HTTP(S) traffic, set breakpoints, and manage incoming or outgoing data. It includes an event-based scripting subsystem, and can be extended using any .NET language.";
fDesc[4] = "watching a magnificent fireplace so realistic that we are sure your mind will go to strange and mysterious places. The flames of the logs dance all around like mystical spirits. The whole room is lightened and filled with romantic feelings.";
fDesc[6] = "of work your time has been spent.";
fDesc[7] = "Reject any unwanted call, zap telemarketers with special tone or play Federal do-not-call warning to remove you from their lists - by law!";
fDesc[8] = "use.";
fDesc[9] = ", Insert, Format, Table, Tools, and Help. From the File option, it is possible to change the language, create and manage a database, search for records, backup, restore, import/export, print, and many more.";
fDesc[10] = "of flames and burning wood! You can now have the warmth, ambiance and romance of a fireplace - wherever and whenever you want.";
fDesc[11] = "IM contacts and stores chat logs securely on a server, allowing free access from PC, laptop or any web-enabled device.";
fDesc[12] = "automatically check your work. This is a program that will let you have control of your logs at every moment and the most important, without restarting your computer.";
fDesc[13] = "This application was developed for monitoring a printer that is connected to your computer as well as all printers from the network. The program saves records about each usage of any printer and puts them into special logs.";
fDesc[14] = "codes, web addresses, and any other information that you need to always have at hand. You can create tags, rate your own entries, and make some notes or comments about them. The program also has a search tool that helps you to browse all your saved entries. You can also preview the entry contents.";
fDesc[15] = "to get the details in an easy-to-view-and-use format. This tool would only operate if it is installed with a .Net framework 2.0 version. Log Parser is a free tool, but can not be used by novice developers.";
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 = '...';
}
}