var fDesc=new Array();
fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns.";
fDesc[2] = "Relay Chat) abounds with information and resources, and mIRC is the best way to get what you want. This IRC client is simple yet powerful and can be ready to go in a snap.";
fDesc[3] = "includes a new interface, new tools, more document viewing options, online meeting capabilities, support for more secure workflows, and a host of other new features to help you save time and money.";
fDesc[4] = "easily. Office Visio is a powerful program to create professional-looking and very handy diagrams that enable you to communicate information to a broad audience at a glance.";
fDesc[5] = "colleagues. It provides instant messaging, PC-to-PC voice and video chat, files transfers and email notifications. There is also ICQ client integrated in this version (5.3) of the program.";
fDesc[6] = "Sony VAIO VGN-CR260A notebook model. In case we need to reinstall the program again or want to upgrade to Microsoft Windows Vista Home Premium, we can download the original drivers for free from the official Sony website.";
fDesc[7] = "(ShortMessageService) to mobile phones of all polish networks. Only Windows is supported by this program. The language of the program is polish.";
fDesc[8] = "for downloading the photos to the computer or uploading photos to the memory card. We can select the language of the program before downloading or installing from the CD given to us when we purchase a Canon Camera.";
fDesc[9] = "after purchasing a Canon Digital Camera. This software have been designed for communicating the camera with the computer in order to save and display the downloaded images at once. After saving the images we can print them. It runs under Windows XP and Vista OPs.";
fDesc[10] = "user-to-user conversation. It uses a chat similar to IRC (Internet Relay Chat) . You can configure the channel you are using with many options, send TTS (Text-to-speech) messages or adjust sound effects including surround and playback or record voice streams.";
fDesc[11] = "Thanks to its integration with Skype, its capable of doing phone calls to another Skype (or MySpaceIM) users, regular phones or cell phones. Users can get their own number and voicemail, or forward phone calls to their cells when they are offline.";
fDesc[12] = "remote shooting, managing the destination folder, etc. This program is valid for the following Canon EOS Camera: KissX2/DIGITAL REBEL XSi/DIGITAL 450D,EOS-1Ds Mark III, 40D and EOS-1D.";
fDesc[13] = "Canon Digital Camera. With this utility, we can connect the camera to the computer and take pictures either from the computer or from the camera. The pictures are automatically downloaded to the PC and can be seen using the ZoomBrowser program interface.";
fDesc[14] = "accounts from the most popular IM services and use them all from within a single application. Graphically, I would say it resembles ICQ. It even has a couple of ICQ icons here and there.";
fDesc[15] = "instant and free downloading. Its setting up is very easy and quick. In the setting up process we can choose to install additional features such as AIM Tunes and QQ Games.";
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 = '...';
}
}