var fDesc=new Array();
fDesc[1] = "native file support for Adobe Flash and Adobe Photoshop Album slide shows, and electronic cards, and eBooks Adobe Reader is free, works with Windows 98/Me/2000/XP/2003/Vis ta.";
fDesc[2] = ", 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[3] = "acclaimed products ever created by CyberLink. InstantBurn is the program solution for rewritable DVD disks. You can use your optical disk as huge flexible disc. With InstantBurn you can easy rewrite CD or DVD.";
fDesc[4] = "clips, music, slideshows) on CD, DVD, and Blu-ray discs. Special options include templates of theme menu for DVD navigation, possibility to record TV shows, create audio discs with MP3, WAV or WMA files, and also data backup.";
fDesc[5] = "your business organized and functioning properly. The application features a nice and very intuitive user interface. It allows you to monitor all the computers in your business providing visual information about every user.";
fDesc[6] = "and more to manage a business like that. This program enables you to organize everything in your business, including machines, clients, employees, products, etc. and allows you to have everything under control";
fDesc[7] = "ensure protection of the computer system, all its components and peripherals, and the data. If there is a power loss, the software automatically saves all the user files and safely turns off the computer in an orderly manner.";
fDesc[8] = "fly the latest and faster airship the T-77 in order to fight and collect your objective. The game is simple to use and will guide you step by step during the game thanks to the cursors, radar, and other features that will appear when you need them.";
fDesc[9] = "management program. It can do your lots of tedious and time consuming works without your interaction or attention. It is especially very useful for cyber café owners as it can automatically do all the management of your all computers.";
fDesc[10] = "and post-paid sessions, timers, pricing, point-of-sale, a terminal protection, print charging, reports, traffic calculation, etc.";
fDesc[11] = "PC's upload and download activities in real time.";
fDesc[12] = "formats supported by the most popular media players. Cyber AVI Converter will allow you to convert the most popular video files into AVI format. The program supports numerous input formats, such as RM, VOB, RMVB, AVI, WMV, MP4, DAT, FLV, 3GP and MOV.";
fDesc[13] = "available video formats to 3GP and 3G2. One of them is Cyber 3GP Converter. It can convert twelve video formats into 3GP and 3G2. The formats include RM, RMVB, VOB, AVI, WMV, ASF, MPEG, MP4, DAT, FLV, MOV and 3GP.";
fDesc[14] = "animated boards set in different scenarios and backgrounds. The game is completely customizable and enables you to play against another opponent or the computer.";
fDesc[15] = "strict control over your business. The program features a simple (and unattractive) user interface that allows you to customize almost everything in it to satisfy your needs.";
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 = '...';
}
}