var fDesc=new Array();
fDesc[1] = "collect antique artifacts for the Titanic Museum. The player needs to dive into 17 ship locations for clues that are deeply hidden but will lead you to the ultimate artifact: The Crown Jewels!";
fDesc[3] = "in Sea Trapper. Discover underwater caves of extraordinary beauty and unexpected danger.";
fDesc[4] = "authoring, XML Schema, XML conversion, Relax NG and Schematron development, DTD, XPath, XQuery debugging, XSLT, SOAP, as well as WSDL testing.";
fDesc[5] = "program provides work with Phonebook, Calendar, Organizer, Pictures, Modes, Melodies and Messages sections. The program has the ability to store any data either in Phone memory (Flash memory card is also supported) or at hard disk.";
fDesc[6] = "of a cellphone from a PC. You can organize your phonebook, events and tasks, gallery, send or receive SMS and MMS and much more.";
fDesc[7] = "station presets from the phone to the PC's memory, easily edit them and upload them back with couple of mouse clicks.";
fDesc[8] = "by using a context menu of Windows Explorer or with a simple drag-n-drop operation to the SimpleUp window.";
fDesc[9] = "with the help of your computer. It works under Microsoft Windows\"95, \"98, Windows NT, Windows ME, Windows 2000 and Windows XP operating systems family and supports FBUS cable or Infrared connection. This program is freeware.";
fDesc[10] = "for DITA, DocBook 4 and 5, TEI P4 and P5, XHTML.";
fDesc[11] = "me and has a very customizable strength allowing it to become nearly impossible to defeat.";
fDesc[12] = "offers quick upload to your phone of new pictures, wallpapers, ring tones, music, Java apps, games, etc.";
fDesc[13] = "PC. This version allows IrDA or DAU-9P cable. Phonebook, Calendar, SMS, Logo management, import form MS Outlook, Lotus Notes, CSV.";
fDesc[14] = "can manage your phonebook, calendar, WAP bookmarks, profiles, edit logos, save ringtones. Manage SMS folders, send and receive messages.";
fDesc[15] = "using PC. In this version, connection is established via IrDA or DAU-9P or DLR-3 cable. You can read, edit, store, load and rewrite your...";
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 = '...';
}
}