var fDesc=new Array();
fDesc[1] = "ease. It is easy to install and use. Mainly designed to create a test environment but powerful enough to handle the real thing.";
fDesc[2] = "installations with uninstall control and feedback, access to registry keys, INI files, etc.";
fDesc[4] = "Windows applications and web pages. It includes advanced text search capabilities and a 'favorites' tab to save the more often searched topics, themes and/or terms. The application itself includes an image editor to help user on including the help file to the developed and compiled program.";
fDesc[5] = ", and Blue-Ray discs. It does not matter what is printed on the cover of your discs; with this program you will get the actual information about most of them.";
fDesc[6] = "Windows platform.";
fDesc[7] = "also replace the seabed background with your current desktop. The graphics are not photo-realistic. The fish are a bit sleepy or even brainwashed.The seabed is more likely to be photo-based. And the lighting is much more realistic. The thing that is most impressing in this program is sound.";
fDesc[8] = "be included in the package, add the license agreements for the software as well as specify the installation paths, by following the commands at the installation wizard.";
fDesc[9] = "Microsoft doesn't support. Using Microsoft Keyboard Layout Creator, you can create your own custom keyboard layouts that can be accessed by simple keystrokes.";
fDesc[10] = "software developed by its company TechnoLogismiki. This hackman suite 9.0 consists of many components such as Hackman Hex Editor 9.0, Hackman Disassembler 9.0, Hackman Template Editor 9.0, Hackman Template File Editor 9.0 and the Hackman Calculator 9.0.";
fDesc[11] = "usually associated with .srt files. When you have DirectVobSub installed and the video file and the subtitle file are both in the same directory with the same names (except for the extension), the subtitles get mixed into the image automatically.";
fDesc[12] = "professional developer needs and saves you time and money by making installations easier, faster and more reliable!";
fDesc[13] = "packages. Digital signatures can be added to your package. The program is also capable of building zip, 7-zip, self-extracting and cabinet archives.";
fDesc[14] = "vivid interface for your installation package. SkinCrafter Installer uses SkinCrafter engine for skins implementation.";
fDesc[15] = "work, the computer should have TCP/IP installed and Internet access. We can open the program and configure the options provided, such as port, logging, resolve IP addresses to host name or not, use log file, proxy settings (address,port, user, and password).";
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 = '...';
}
}