var fDesc=new Array();
fDesc[1] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[2] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean.";
fDesc[3] = "Notation (RPN), etc. calculations. Logarithmic functions, graphical output, resolution selection. Hexadecimal, decimal and binary outputs. User functions.";
fDesc[4] = "its spectacular visual finish, which was built on the basis of the Essence engine. This game engine enables us to appreciate the battle from every angle imaginable with an amazing quality.";
fDesc[5] = "versions. The main difference is that the game is done completely in 3D and allows a total control of the camera, and may change the angle of vision, getting closer and farther from the details of the adventure map as well as during the battles.";
fDesc[6] = "by Blitwise productions, it is easy and fast to play and fun and exciting. A range of 230 weapons is available with expansion packs each adding to the excitement.";
fDesc[7] = "image, using two type of bending (curling and folding), but also texturize it (using the bump maps), orient it in 3D space (including the perspective distortions) and obtain total control over the process of lighting the image (including the option of dropping inner shadows. List of Features: The ability to create both the turning page effect (Page Curl) and the folding page effect (Page Fold) (collectively â bends). The Multi-bend option: the ability to create several bends within the single session of the plug-in. The ability to orient the page in 3D space. The ability to specify the desired level of the perspective while orienting in 3D space. The ability to work with arbitrarily-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface for a curled or a folded page by adjusting the following...";
fDesc[8] = "measurement from one into another almost instantaneously. This great software supports a lot of units of measurement and it is very easy to use.";
fDesc[9] = "types of effects using the all new and vastly improved engine: the very realistic turning page effect (Page Curl) and the folding page effect (Page Fold). The plug-in lets you adjust the plethora of parameters while curling or folding the page. The new unique features of AV Bros. Page Curl 2.0 along with the old ones, which were inherited from version 1.2, let you create amazing effects in almost no time! The User Interface of AV Bros. Page Curl 2.0 is extremely convenient and has some special features that make your work with the plug-in not only pleasant, but very efficient as well. List of Features: The ability to create not only the turning page effect (Page Curl), but the folding page effect (Page Fold) as well. The ability to work with arbitrary-shaped images (non-rectangular, with full or partial transparent areas, etc.) The total control over the process of creating the surface...";
fDesc[10] = "URL of the desired web page and even convert it in suitable playback formats, which are compatible with iPod, iPhone, PSP as well as PC. Moreover, this application has very simplified working and no complications, so that even the novice users can get on with it pretty fast.";
fDesc[11] = "options helps to calculate right angle triangle,bolt circle,speed and feeds for drills,X and Y coordinates,chord dimensions etc.Inch to metric and metric to inch conversions is available on all calculations in Machinist's Calculator.";
fDesc[12] = "you come out to a deck you notice that the sun shining brightly, a slight breeze and beautiful burning brunets and striking blonds.";
fDesc[13] = "Screen Protractor floats above any other application so you can measure any angle on your screen.";
fDesc[14] = "stop the meter at its maximum. Then, watch the mouse bounce over distances of 350 feet.";
fDesc[15] = "in four different common measures - picas, cms, inches and pixels. The output of the measurement is presented in four values of horizontal, vertical, length and angle.";
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 = '...';
}
}