var fDesc=new Array();
fDesc[1] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard.";
fDesc[2] = "multiple options and a lot of fun. Some of the options that we can mention are: the multiple connections to chat rooms at the same time, public and private conversations and the file transfers, configurations options for the appearance of the software, add of scripts, add of multiple plug-ins, etc.";
fDesc[3] = "quickly locate the program you wish to remove. Next, highlight the program title and select \"Uninstall\". It runs the uninstall utility and ensures that the program is removed from the list. In this manner all users can easily and completely get rid of all unnecessary programs.";
fDesc[4] = "large companies. It'll enable admins to take full control of all network assets with hardware and software tracking, device audit, etc.";
fDesc[5] = "file. It is amazing, how fast its works, I think this software (until now) is the fastest program, it doesn’t matter how big is it (well, it will take a little bit longer), but the response is almost immediately. This kind of tools is the ones you need to have available.";
fDesc[6] = "been designed for the novice and pro alike. The user interface is standard Windows top to bottom, there is no teleprompter learning curve. The keyboard is used to change the speed while playing and the [Esc] key will return from the teleprompter player to the windows style script editor. This product is also simple to install with its self installing/uninstall wizard. This is the full version that runs in the demo mode until a software license is purchased. Download these high quality teleprompter products to see how easy and powerful our prompter software is for you.";
fDesc[7] = "the compact update from the old version to the new one! No complicated scripts! Completely visual, drag-n-drop aware!";
fDesc[8] = "numbers, software information, vendor information, license information, billing information and much more...";
fDesc[9] = "been designed for the novice and pro alike. The user interface is standard Windows top to bottom, there is no teleprompter learning curve. The keyboard is used to change the speed while playing and the [Esc] key will return from the teleprompter player to the windows style script editor. This product is also simple to install with its self installing/uninstall wizard. This is the full version that runs in the demo mode until a software license is purchased. Download these high quality teleprompter products to see how easy and powerful our prompter software is for you.";
fDesc[10] = "management, comprehensive hardware and software inventory, software license compliance, and more.";
fDesc[11] = "number of PCs, keep only authorized and useful software, perform software audits to check for license compliance, etc.";
fDesc[12] = "Software information includes installed window OS, software, MS Packs/Update/Hotfix, drivers and running services. Hardware information includes CPU details, no of ram, harddisk space, network card, and etc. It can also generate customized hardware and software inventory report for management. It can connect to its network's PC through either TCP or WMI. With TCP connection, you need to install Computer Inventory Client into your PCs. With WMI connection, it is not necessary to install the client. However, it will gather lesser information such as installed software and patches. We are suggested to use TCP connection with clients. Features - Unlimited PCs with single software license - Simple and clear GUI interface to check on PC configuration - Easy searching for any PC by simple filtering options - Provide software inventory feature in order to state the number of available and used...";
fDesc[13] = "http://www.jcitssystem s.d2g.com scanner and output multipage Adobe Acrobat portable document files, (pdf)s. As you knw, each scanner is different and you will have to adjust your brightness and contrast as well as your scanned page size to 8 1/2 X 11 or 8 1/2 X 14. If you scan an image that is 5 X 7, as an example, the pdf file will report a document that is normal paper size. ScanAsPDF is designed for Windows 98, ME, 2000 and XP. NT and Windows 95 should work just fine as well Minimum Recommended Requirements Windows 98, Me, 2000 or XP (Should operate fine under 95 and NT) PII type processor 333 MHz or faster 128 Mb RAM 1 megabyte of hard disk space (for program only) TWAIN Compatible Scanner Optional Automatic Document Feeder For upgrade information, technical help or to purchase a license, please visit: http://www.jcitssystem s.d2g.com Copyright 2003, 2004 by John F. Jarrett Jarrett Consulting, Information...";
fDesc[14] = "program for license compliance and software management and hardware inventory. Uplook is used by modern companies for daily management of software and hardware assets and for protection against piracy. Uplook enables you to put all software matters in order, decrease software purchase costs, take hardware inventory, all in a simple and friendly way! Uplook combines the richness of functions, precision and reliability of generated reports with a user-friendly interface and usage simplicity. Uplook is a popular software title, which is used by professional audit companies. More information:http://www .aplusc-systems.com.";
fDesc[15] = "maintain application integrity and software license compliance! HOW ?? AntiGame Plus searches for and optionally cleans games and other items. The shareware version detects 100 games. The registered version detects 7,502 and lets you add any application to the search list.";
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 = '...';
}
}