var fDesc=new Array();
fDesc[1] = "physics algorithms which require amounts of simultaneous mathematical and logical calculations to make a simple game display. This is where NVIDIA PhysX Technology comes in.";
fDesc[2] = ", Latin and the other way around. Comprehensive collection of dictionaries, advanced search capabilities";
fDesc[3] = "drawings such as flowcharts, network diagrams, presentations, building plans, fashion designs, workflows, program structures, UML, web design, electrical engineering, database diagrams, and more.";
fDesc[4] = "powerful application is a handy and very useful tool for professionals, students, English learners, etc., and includes more than 210.000 definitions, examples and pronunciations. This program will become an essential tool for those who need look up English words.";
fDesc[5] = "find the necessary definition using the main search or the alphabetical search. The program requires the Internet connection and also offers web search with the help of a built-in Google search. No illustrations or examples, but the ads by Google and the banners related to medicine and health.";
fDesc[6] = "over 7,400,00 entries in 128 dictionaries for translating words and phrases from English, German, French, Spanish, Italian, Ukrainian, Chinese, Latin, Turkish to Russian and back.";
fDesc[7] = "program language between Brazilian Portuguese (New Feature), English, Russian and German. Language selection can be done on the go, from the user's interface. It is possible to download the trial version available from the developer's website.";
fDesc[8] = "was designed for engineers to make detailed network documentation - from basic diagrams to CISCO networking topology, and even physical diagrams.";
fDesc[9] = "you install Video Pilot, just run an example from the Examples menu.";
fDesc[10] = "you to check out several different examples of some of Azure Bay titles. It will let you see selected images from different screen savers and collections so you can examine them and then install your favorite or favorites.";
fDesc[11] = "This download includes the following: - Base Class Library Group 1 samples show how to use the classes in the namespaces System.Net, System.Text.RegularExp ressions, System.Transaction, System.Console, and more.";
fDesc[12] = "programming skills. User selects the required page layout out of the propossed by the application, by clicking on one of the standard layouts shown or a template masters set. Web page designers can bring in their own projected layouts in XHTML.";
fDesc[13] = "to graph functions, but you can open examples, demos, and help. You can only perform zoom, change slider values, show axes, copy to clipboard, and play the examples. Examples and demos are for basic functions; two to four dimensions, complex variables, etc.";
fDesc[14] = "application. No third party components. Pure Delphi.Examples include: Database application example, Reports, mysql,sound, and many many more.";
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 = '...';
}
}