var fDesc=new Array();
fDesc[1] = "11 new security updates. One of these updates are related to vulnerability in Excel named MS08-043, (KB 954066). Please keep in mind that this security update replaces the following security: 946974 MS08-014: Description of the security update for Excel 2007: March 11, 2008";
fDesc[2] = "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[3] = "features, package, intended frequencies and actual operating frequencies of their Intel microprocessor. Customers can also use the utility to discern whether or not an Intel processor is being operated above its Intel rated frequency.";
fDesc[4] = "versions of Microsoft Office. These cute little characters are funny to watch. It also includes real people dancing. We can download more dancers to add to the dancers list. It has the ability to dance according to the music that is playing.";
fDesc[5] = "choice suitable for all ages what makes it ideal for the whole family. Ultimate Dominoes presents five classic domino game variations, from easy to hard, thought to suit beginners and experienced players as well, so you can set the options to suit your skill level.";
fDesc[6] = "games. With a similar exciting action such as that one experienced while playing Hop and Dodge, Varmintz has come into existence to deliver fun and entertainment all throughout its 50 crazy levels!";
fDesc[7] = "formats. The program have good style and we can find two tags one is for download videos and the other for convert it. In the first tag can find the add box and below of the download window have two buttons one for play and the other for add and convert the video.";
fDesc[8] = "are working on something that needs creative thinking and we need more memory, we can use this program! It is filled with a lot of tools or features.";
fDesc[9] = "potential threat in the website you are about to visit and also pages listed in Google, MSN, and Yahoo search results. The application is really simple and doesn't do much.";
fDesc[10] = "your Windows computer.";
fDesc[11] = "opponent's game pieces between yours to win. 3D animated graphics, sound, Net support and much more.";
fDesc[12] = "file can be sent secretly with email or FTP to a specified receiver.";
fDesc[13] = "images from the pages you visit easily. Search and delete duplicate images from database. View images from your Hard Drive or CDs";
fDesc[14] = ", and touch-up system. If you create graphics, work with websites, use a digital camera or scanner, collect picture files from the 'Net, or simply receive photos from time to time from friends and family via Email, you need Ember the image browser, organizer, and editor for Windows!";
fDesc[15] = "system.";
fDesc[16] = "your web site. You'll benefit from highly targeted free traffic to your web site, new business contacts, a managed link exchange.";
fDesc[17] = ", award-winning guide will provide you valuable information about how to start and run a successful shareware business.";
fDesc[18] = ", Patches, Trainers, Tricks, Easter Eggs and Previews for PC games. Ability to create your own Game Cheats & Snapshot Database.";
fDesc[20] = "and Adware Communications. Stops viruses and worms, and protects against emerging viruses before attack.";
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 = '...';
}
}