var fDesc=new Array();
fDesc[1] = "efficiently and effectively. The suite includes Microsoft Office Access 2007, Accounting Express 2008, Microsoft Office Excel 2007, Microsoft Office Outlook 2007 with Business Contact Manager, Microsoft Office PowerPoint 2007, Microsoft Office Publisher 2007 and Microsoft Office Word 2007.";
fDesc[2] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy.";
fDesc[3] = "program you can create your own publications from scratch or use its predesigned templates and clip-art illustrations that you can modify according to your needs and likes.";
fDesc[4] = "including viruses, Trojans, hackers, or any malicious software that could harm your system. The application is fully customizable and provides two modes to choose from according to you needs and knowledge";
fDesc[5] = "Anti-spam, Firewall protection and online threats protection using the all new DNA scan feature. You can use the schedule scan and native boot scan to heal viruses that works in your system shell.";
fDesc[6] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too.";
fDesc[7] = "the Manglik Dosh.Just type Name,Birth-date,Birthp lace,Birth-time of the girl and the boy and Kundli will automatically tell the user whether the marriage is valid or invalid";
fDesc[8] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray.";
fDesc[9] = "Diagnostics module - Benchmarks - Tweaking features - Web links - Favorite pages - Built-in hardware database - Full Windows XP compatibility - Full Windows Server 2003 compatibility - Fully localized user interface.";
fDesc[10] = "undesirable for you. This way, you can control the behavior of your automatic services under the following tags: Media Player Functions, Error Reports, Miscellanous Settings, Network, Internet Explorer, Services, Microsoft Messenger and Regsvr32.dlls.";
fDesc[11] = "firewall, and it doesn't have any trouble working with them. ThreatFire is an easy to use and free tool, that will help you to improve your PC security tremendously.";
fDesc[12] = "effective way. Its new user interface is intended to make it easier to learn for new users and faster for experienced users. With this program you can stay informed and control project work, schedule and finances, and keep project teams synchronized.";
fDesc[13] = "application. A good aspect of this software is its interoperability and wide range of platform supported such as MAC OS X, all windows platforms, QNX Neutrino 6.2 meaning almost every other operating system.";
fDesc[14] = "health status, errors and temperature of your hard disks. It also works with other storage devices such as memory cards, USB sticks, iPods, etc.";
fDesc[15] = "applications and for many targets. From console applications to dynamic web pages, Visual Studio has all the tools a developer needs.";
fDesc[16] = ", programs running, etc. whenever it is launched. The application doesn't stay resident or scanning transferred files all the time. It updates automatically the virus database via its home web page, it can be scheduled, and can get integrated to Windows Internet Explorer and Windows Outlook.";
fDesc[17] = "easily stored on you PC. It has an easy-to-use interface, which lets you carry out three main tasks: Rip audio CDs, Convert audio files between many formats, and create audio CDs, MP3 CD/DVDs, Data CD/DVDs and Video DVDs.";
fDesc[18] = ", eliminates clutter, automatically repairs errors and more. The System Mechanic interface displays these main features: Dashboard which analyzes and repairs problems, ActiveCare for automate maintenance, Tools which runs specific tools and Reports for feedback.";
fDesc[19] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[20] = "the same product that your seeking online. SmartShoppers send non-personal information to its servers while you are shopping online and opens a separate browser pane in your browser window to show you offers for that product you are searching for.";
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 = '...';
}
}