var fDesc=new Array();
fDesc[1] = "non-commercial use only.";
fDesc[2] = "everything that you need to keep your PC running like new, without any problems or crashes. A real time virus scanner keeps an eye on the processes running in your system and online. Most of the problems and viruses are stopped before they infect your PC.";
fDesc[3] = "Security... that won?t slow you down!";
fDesc[4] = "harmful threats on the internet.Bit Defender 2009 is a powerful pack including a proactive anti-virus and firewall, which now includes two-way protection and has a new intrusion detection system.";
fDesc[5] = "Antivirus offers every function needed for a perfect antivirus software like mail protection,real time scanning (auto scan when a new file or object is downloaded or copied from any external media source like cd or pen drives).";
fDesc[6] = ", tailored to meet the needs of computer users worldwide.";
fDesc[7] = "Iolo Antivirus blocks malware, removes malicious code, shields your files from theft and damage, and guards your privacy.";
fDesc[8] = "and print at your convenience, send the completed forms via e-mail, and apply 128-bit encryption or password protection to your PDF documents.";
fDesc[9] = "ZoneAlarm Anti-spyware offers a firewall that provides inbound protection by blocking unwanted access to your computer and outbound protection by controlling program access to the web. ZoneAlarms Anti-spyware provides E-mail protection that saves your PC from adware or spam.";
fDesc[10] = "tables and quickly look up any information you need. Whether you'll will use it to manage your address books or to organize your more complex data sets for your hobby activities or in a network environment at work, GS-Base can be a good choice for you. Up to 2,097,152 records and 2047 fields in one table; any number of tables in one file. Managing any type of data: numbers, plain text fields, long formatted text documents, images and any files. Around 300 standard built-in formulas that can be used to automatically calculate field values, create filtering expressions or to create links between tables. Extensive searching capabilities - searching for duplicate records or field values, full-text searches etc.; multiple sort keys. Standard editing and formatting tools and options; Excel-compatible formula syntax, predefined numeric styles and user-defined styles. Printing tables, forms...";
fDesc[11] = "reliable and multiuser SQL server database. User password protection. Automatic backup system. Unlimited phonenumber entry. You can add photos ,logos, business cards to records. You can add unlimited file or picture to records. (doc,xls,txt and etc.)";
fDesc[12] = "This powerful internet secuity tool integrates four functions:Firewall,Pro cess Commnication Control,E-mail Protection and Webpage Content Filtration.It can effectively protect against hackers' intruding into your PC and filching personal data.";
fDesc[13] = "front lines of the fight against phishing, to reel in Online scammers ,So you can protect your personal or financial account.";
fDesc[14] = "slowing down your PC. Confidently download, share and open files from friends, family, co-workers – and even total strangers. BitDefender scans all web, e-mail and instant messaging traffic for viruses and spyware in real-time.";
fDesc[15] = "computer without being overly intrusive, and enables you to go back at any time to investigate past alerts.";
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 = '...';
}
}