var fDesc=new Array();
fDesc[1] = "with both TCP/IP and IPX/SPX network protocols. You get an interface comparable to mIRC's and ICQ-like functionality.";
fDesc[2] = "instant messaging. Does not require a dedicated server and may be used instead of WinPopup.";
fDesc[3] = "processes) for brainstorming, capturing ideas, problem solving, rational analysis, and decision making. It comes with example templates for the user to quickly create a mind map diagram.";
fDesc[4] = "series. As well as the TV show, the game is set in an Asian-like world in which the main protagonist has his adventures";
fDesc[6] = "work team. With this useful program members can share documents, perform phone conferences, establish tasks for any member of the team, and many other interesting features that I'm sure you will find very useful.";
fDesc[7] = "A devotional is a book containing a reading of the Bible for every day, as well as reflections and discussions of the texts. The program allows you to read the devotional for the day and week, as well as to print and preview the text.";
fDesc[8] = "for developing software solutions with the emphasis on users who prefer audio/aural programs rather than visual. Users of this program create accounts in the set up menus of the Klango Player 2.0 and this provides them with access to the Klango Open Media catalogue";
fDesc[9] = "features include: model with all 9 SysML 1.0 diagrams, conduct MDA (Model Driven Architecture) Style Transformations, visualize and trace requirements to model elements throughout the entire development lifecycle, built-in Discussion Forum: Create posts, access discussions and manage threads for team communication, custom Search Facility: Perform complex searches, view SysML Allocations and generate reports from the results and support for XMI 2.0, XMI 2.1 and UML 2.x. --- Enterprise Architect is a multi-user, project oriented tool for designing robust, object-oriented software systems using UML constructs. It is feature rich, fast and easy to use. Most of all, its affordable! Enterprise Architect features: * UML based modeling * Use Case diagrams and models * Activity diagrams * Sequence diagrams * State charts * Class and object diagrams * Component diagrams * Deployment diagrams *...";
fDesc[10] = "modem, radio stations etc. and stores the data on PC. You can use Atropos-SB as phone logger, automatic voice notebook.";
fDesc[12] = "mozilla firefox). It allows users to interact in a new way. Users can browse with their friends, see what your friends like, and hear what they say.";
fDesc[13] = "an Internet connection or a dedicated server, because it utilizes your network, enabling your staff to communicate effectively";
fDesc[14] = "internet predators. A comprehensive set of features keep your kids safe and lets you control and supervise their use of the internet.";
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 = '...';
}
}