var fDesc=new Array();
fDesc[1] = "via USB cable. This program lets you manage data on your TI device. There is the possibility to backup, create, and access your device content.";
fDesc[2] = "Use the program's advanced reporting features to print keyword analyzer, submission and ranking reports.";
fDesc[3] = "http://www.alonia.ro/ signup.html. The page is in English, but the final message will appear in romanian. Don“t worry, it says that they will send you an email with a link to activate your account.";
fDesc[4] = "file or with a text description), unpack archived attachments, and pack attachments in the outgoing messages.";
fDesc[5] = "provides a direct encrypted link with one of the world wide SecurStar high bandwidth security proxy servers.";
fDesc[6] = "well-known to any Windows user. Data is stored in XML which gives the program yet more power.";
fDesc[7] = "processing engine, automatic keyword and index link creation, advanced table of contents generation and unique image and layer manipulation tools. Suitable for government agencies and industries, including legal, finance, pharmaceutical, IT and publishing, ARTS PDF Aerialist Professional helps power users efficiently prepare electronic documents for exchange, archives, submission and publishing.";
fDesc[8] = "XML. GSpatial Toolbar is a program that can convert ESRI shapefiles to KML and automatically cause these to be loaded into Google Earth. Most ESRI shapefiles are accompanied by an attribute table, a DBase format database table, that contain data about the geographical features. For example, a shapefile of the world's countries might be accompanied by a DBase file containing their names and their populations. gSpatial Toolbar is also capable of different rendering types, in addition to simply drawing the geographical features from your shapefiles in Google Earth, such as doing a thematic query (i.e. coloring in your geographical data according to values within the accompanying database). You can not only use the data in the accompanying DBase tables, but also link your own database or spreadsheet data that for example reside in an Excel spreadsheet to the DBase data contained in the...";
fDesc[9] = "E-Trade PriceList Importer is a convenient and effective tool that can handle pricelists suppliers in the automatic mode, to detect changes in the prices of goods, the identification of a new product, expansion of commodity offers to potential buyers. Formation of a single consolidated price-list. Processing Leap is possible to import pre-defined rules for filtering products. An enhanced version of the program allows you to work with great speed and analyze the volume prices. Program processing price lists. Analyzer price sheets. Comparison of price sheets. The program allows to handle price lists with a complex structure, with multiple number of sheets in the book of MS Excel. Proimportirovannye products may compare with the goods from the current accounting system (with goods from the internet shop). The program shows the difference in price between your products and those that were...";
fDesc[13] = "links. You can collect up to 100,000 of URLs with your own descriptions and use your links in any other program.";
fDesc[14] = "the Internet.The software provides a direct encrypted link with one of the world wide SecurStar high bandwidth security proxy servers.";
fDesc[16] = "real time internal communication needs as exchanging messages, files, screen captures, URL (links) and 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 = '...';
}
}