var fDesc=new Array();
fDesc[1] = "them. There is always access to this information any time anywhere, even if your going on a business trip, you can take these web pages with you on your laptop and view them with no Internet connection required.";
fDesc[2] = "Company. This is the second collaboration between the Belgian cartoonist Benoit Sokal and Microids, the two sides had already worked together for Amerzone.";
fDesc[3] = "critical information such as business data, project details, etc., due to accidental deletion and in all such cases, MediaRECOVER comes to the rescue of the user, which is essentially a complete digital image and file recovery utility package.";
fDesc[4] = "and help you to explore new areas with ease. So, you can maximally use your trip all over the Europe. As compared with the most online cartography sites Autoroute has more personal function for trip planning.";
fDesc[5] = "want. Of course, the design process is 100% visual with excellent drag&drop features. If you are an Eclipse user, you can get the corresponding plugin to get the most powerful combination of IDEs.";
fDesc[6] = "This game has good graphics and moves. It is very easy to play and it is an excellent entertainment. This game will challenge your speed and organization to check and serve what your costumers ask for.";
fDesc[7] = "for Samsung can be used for video presentation, to see your favourite TV series on the way and especially for people who are always on the go. It enables you to take your favourite video to your journey or business trip.";
fDesc[8] = "young fashion designer who wants to start her own business. Before doing so she embarks on a long trip to the main cities of Asia to study and learn about the traditional costumes of her ancestors.";
fDesc[10] = "meeting, daily work with Intuitive Chart, Networking Access, Task related Planning, Password Protection, Drag-And-Drop & Export to word/excel...";
fDesc[11] = "corporate firewalls. You can set it up to selectively forward messages based on message size, sender and email/subject text.";
fDesc[12] = ", Calendar & Alarm, Diary Book and Notes. Virtuoso Organizer has all to satisfy all your needs as Personal Information Manager.";
fDesc[13] = "you categories, make reports on chosen expenses types, export your financial management to MS Excel.";
fDesc[14] = "Code Co-op is the affordable system supporting teams anywhere using LAN and E-mail for collaboration";
fDesc[15] = "History of weather data for the past 1 - 60 hours. - USA or European style. - Frendly user interface.";
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 = '...';
}
}