var fDesc=new Array();
fDesc[1] = "user of compact cameras, ACDSee taking a more professional version for the advanced user. For the price it has is an interesting option for the purchase by the amateur .";
fDesc[2] = "icons just beside the normal icons for minimizing, maximizing and closing. This is really a wonderful tool to compare some data as in the normal windows the open window is automatically minimized when another is clicked.";
fDesc[3] = "options. It also can record the screen output and capture texts. SnagIt editor is used to edit the captured images or text. The program has great features but it also has rather high price.";
fDesc[4] = "you pass the level, otherwise you lose. What is hard about this game is that you don’t have a direct shot to each orange pegs and it’s kind of hard to calculate all the bouncing the ball will do when you shot an indirect ball.";
fDesc[5] = "you can take a screen shot of the total screen or only of selected areas. Besides, the resulting images can be easily edited on the main window program.";
fDesc[6] = "compare it with the previous edition, so if you are already a Peggle player don’t expect many news of this new version. To pass each level you must hit all orange pegs in the screen before running out of balls to shoot.";
fDesc[7] = "Click on the following links for the driver package readme info:.../extract/Readm e.txt .../WinVista/Readme.tx t This package supports the following driver models:Canon LASER SHOT LBP-1120";
fDesc[8] = "Click on the following links for the driver package readme info:.../extract/Readm e.txt .../WinVista/Readme.tx t This package supports the following driver models:Canon LASER SHOT LBP-1210";
fDesc[9] = "the ball and how the ball travels to smash the objective.To strike or pear you must be careful on every shot you make. In this game you will be able to choose player and make tournaments. This arcade experience is a good alternative for fans of the Bowling game.";
fDesc[10] = "distribute. You can make better presentation for your software this tool can help the developers to make more professionals projects. You can choose between 17 shapes that the program have: program boxes, CD, E-books covers, magazines and brochures.";
fDesc[11] = "opponent. Easier said than done. You can choose from 18 different mobiles, each one with specific advantages and weaknesses. Calculate strength, wind and angle to be a master in Gunbound.";
fDesc[12] = "your product in a very simple and easy way. The application needs only two images and a couple of settings to render a beautiful output.";
fDesc[13] = "handy program you will be able to open more windows and run more programs without overcrowding your screen. The user interface is really intuitive and simple.";
fDesc[14] = "download and install Screen Shot Maker. It is a very easy and useful tool that everyone must have. This is not just a screen shot grabber, you will be able to edit your screen shots so they will take professional appearance.";
fDesc[15] = "quality adjuster for getting improved image quality and the user has flexibility to use the default print screen key, or any customized key for capturing.";
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 = '...';
}
}