var fDesc=new Array();
fDesc[1] = "resolutions up to 1080p and compresses digital video 5 to 10 times more than MPEG-2/DVD format. It also has function of reducing grain and low-light noise (common with DV cameras) without significantly degrading the video with the automated noise reduction feature.";
fDesc[2] = "known feature it includes is the option to keep translucent borders when a window is maximized, something that Windows Vista turns to black automatically.";
fDesc[3] = "of course you can enable or disable any program to run at startup or not. But you can also add new programs to run at startup. It gives you the full capability to edit any listed program.";
fDesc[4] = "the program it is not necessary even to touch the mouse. Use Hot Key long combinations with two and more keys in one time.";
fDesc[5] = "files into Mp3 files. The program does not support a lot of audio formats but it will convert between the mentioned formats with a very fast conversion speed. The program will convert your audio files from one into another in just a few seconds.";
fDesc[6] = ", working with colors (designers, artists, developers, etc.), an easy-to-use and helpful color picker tool. We can create and customize our own palette.";
fDesc[7] = "text and 3 different English translation of the recited verse. (Picktal, Yusuf Ali and Shakir). Here you will find Quran Translations available in 24 different languages.";
fDesc[8] = "application in its list. You can set the maximize, minimize, restore, center and your own defined size for individual ever program. And you can also set the position of individual software window on the screen.";
fDesc[9] = "drives, network drives, and even RAM disk drives, and will build a direct access for them in the desktop. In the case of removable media (such as USB drives and CD/DVD drives), it will only add the drive to your desktop if it is present.";
fDesc[10] = "opened window in each defined region. When you run this program, you will be presented with controls that will let you split the screen horizontally or vertically. You will then define regions. You can modify the size and shape of those regions.";
fDesc[12] = "While this glass effect is one of the most wanted visual characteristic of Vista, it disappears if a window is maximized. AeroMaxxed solves this issue in an indirect way: it changes the behavior of the windows in such a way that they won’t actually maximize anymore, instead they will be resized.";
fDesc[15] = "organization. PAS can receive PDF documents from multiple sources concurrently, including email, ftp servers and local or network folders. Processes can then be defined independently for each document source to perform a number of different functions on the documents. Finally, PAS can route the original or modified document to multiple destinations, including folders, printers, email and ftp servers. PAS Features : Reliability. PDF Automation Server has been produced and tested with the utmost care so that uptime is maximized and your documents are always processed reliably. Intelligent error handling and recovery is done at multiple levels in the software so that the server can recover from transient error conditions. Multiple Sources. PDF Automation Server can receive documents from multiple sources concurrently, including folders, email and FTP servers. Multiple Destinations. PDF...";
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 = '...';
}
}