var fDesc=new Array();
fDesc[1] = "photos with friends and family is as easy as pressing a button!";
fDesc[2] = "with this program besides being convenient, save resources and is complete in all the aspects, covering every point. With its multiple ads makes it the best choice to take it into your software collection.";
fDesc[3] = "will be able to open FLV files and watch them with an excellent image quality. The FLV files are the files used to deliver video over the Internet. The video files you download from YouTube and other video-sharing websites are FLV files.";
fDesc[4] = "program is uninstalled, this is not deleted completely from your hard disk. There is where Uninstall Tool can help you to literally uninstall and delete all traces of the program you want to get rid of.";
fDesc[5] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more.";
fDesc[6] = "a few words in it. On top of that, users can download a number of other free dictionaries from the website and use them in conjunction with the application.";
fDesc[7] = "the most of your Internet connection’s speed by adjusting your Internet parameters to the most convenient settings. You can either let the program make an automatic adjustment or, if you are an experienced user, you can make manual settings to optimize your Internet connection.";
fDesc[8] = "for home DVD Players and perform other burning tasks. With this incredible program you can burn DVD-Video files available on HDD directly on a DVD disc and watch a movie in a home DVD Player.";
fDesc[9] = ", by choosing the files to save, by burning images to disc or creating bootable CDs or DVDs. You will be able also to create audio CDs with audio tracks, or any kind of disc with MP3 or WMA files.";
fDesc[10] = "downloading. This software is used for faster and organized downloads. Platforms like Windows Vista and XP make use of it. ReGet Deluxe is basically another version of ReGet with advanced features and more convenient as a download manager";
fDesc[11] = "real-time scanning. Besides many features, this program will even detect new threats before virus protection updates are created, and it is possible to set your computer to be scanned at a convenient time by a scheduled scan. And on top of all, this program has a user-friendly interface.";
fDesc[12] = "are engaged in music, seriously studies it or simply loves music and self-expression. Advantages of MagicScore: The convenient interface for a set of partitas, some variants of data input by means of the virtual keyboard, external MIDI devices and big set of musical symbols. Automatic and manual formatting of partitas. Reproduction and a seal of the partita. Preservation in format MIDI. Reading from format MIDI. Support of editing operations, copying and removal of a set of the allocated elements of the partita. A wide choice of elements of registration. An opportunity of adjustment of force of impact of each note at sound reproduction. The expanded opportunities of navigation.";
fDesc[13] = "the credit of being punctual. Make your lifestyle convenient with this useful tool that will make you punctual. This amazing application will synchronize you desktop with all the important notes you have fed online so that you are reminded of important events wherever you are.";
fDesc[14] = "you can surprise them! SeeYa! 2 will add voice and/or text comments to your slides and will create a compact self-executable or zip file that you can easily email to those you want to share your experiences with.";
fDesc[15] = "decorate all around the office desk with the paper version of sticky notes this might be bad news, but for those who still need the notes and don´t want anymore sticky surfaces all around, well... the paradise is here.";
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 = '...';
}
}