var fDesc=new Array();
fDesc[1] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in.";
fDesc[2] = "any significant changes, except, perhaps, a couple of bug fixes from the previous entry in the franchise and some improvements in the voice calling system.";
fDesc[3] = "execution of java-based software, and also the visualization and interaction with java applets embedded in web pages.";
fDesc[4] = "WSE is a feature set, which developers can use for secured interaction between Web services based on different WS- specifications, such as WS-Security, WS-Addressing and WS-Policy.";
fDesc[5] = "purchase without accessing the eBay website. This application came in an \".air: package; previously you need to be register with adobe for the installations of this type of files but now you just need to install Adobe Air.";
fDesc[6] = "interaction between software running in a microcontroller and any analog or digital electronic device connected to it.";
fDesc[7] = "WidgetMe. WidgetMe can import different available templates which suites your need. WidgetMe allows users to amend the templates as per the needs as well. WidgetMe would allow users to add different buttons, layers and pages to make it as creative as possible.";
fDesc[8] = "AVI, DivX, Xvid, MPEG1 and MPEG2, VCD, DVD and SVCD. It supports WMV files with no sound in them. The software supports batch conversion without user interaction, video files larger than 2GB, .wmv and .asf files.";
fDesc[9] = "movie. The converting process allowing human interaction on Flash content during conversion.";
fDesc[10] = "matches, you will loose time in your bar. The game has good animations and a great presentation. This is a good puzzle game for those looking for something new.";
fDesc[11] = "windows can be dropped. This program comes bundled with several predifined grid templates that can be customized.";
fDesc[12] = "day and the season of the year. The designs of the bus and the lorry can be customised as required. With integral MP3 player.";
fDesc[13] = "pig that must collect apples to feed her family. You roam in beautiful levels rolling apples to your home, but there are obstacles in the way you must clear. A great game for children.";
fDesc[14] = "1.0 comes with astonishing capabilities in form of a geometry software package that allows the user to interact with any figure numerically as well as symbolically, rather than just dealing with its dimensions alone.";
fDesc[15] = "interesting functions to the DVR (Digital Video Recorder) provided by the TiVo service, like weather, playlists and photo navigation.";
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 = '...';
}
}