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] = "trades by finding web sites and automating 95% of the work in Link Marketing. The original and only robotic, link trading tool.";
fDesc[6] = "provides a direct encrypted link with one of the world wide SecurStar high bandwidth security proxy servers.";
fDesc[7] = "well-known to any Windows user. Data is stored in XML which gives the program yet more power.";
fDesc[8] = "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[9] = "direct add link page, that you can add your link directly. Such as www.a.com/addurl.html, www.b.com/add-link.htm l";
fDesc[10] = "your web site. You'll benefit from highly targeted free traffic to your web site, new business contacts, a managed link exchange.";
fDesc[12] = "links and backlinks by keywords and website.";
fDesc[13] = "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[14] = "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[19] = "Google Page Rank just waiting to link to you, and emails them with a customized message.";
fDesc[20] = "protecting your back links, and archieving higher link popularity and search engine rankings.";
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 = '...';
}
}