var fDesc=new Array();
fDesc[1] = "secure and customize your mail. The program features many new enhancements to help you better manage your inbox, and keep your vital information organized.";
fDesc[2] = "occurs due to the opening of any harmful presentation. The OS supported by this update are: Windows Server 2003 Service Pack 1, Windows Vista and Windows XP Service Pack 2 and the prerequisite apply this update is that you must have the 2007 Microsoft Office suite Service Pack 1 (SP1) pre-installed.";
fDesc[4] = "files. It can be easily downloaded from Microsoft Update site or using the automatic updates in Windows. For the installation Windows Installer 3.1 is needed.";
fDesc[5] = "document library located on a SharePoint Web site causing excess network traffic. Also fixes data loss when working on a notebook located on a server. OneNote can Crash when working for about 5 minutes working on a \"Read-Only\" notebook. After installing this update the computer must be restarted";
fDesc[7] = "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[8] = "file manifest information and deployment options. To view the complete security bulletin, visit one of the following Microsoft Web sites:";
fDesc[9] = "adware, malware, attacks from the Internet, from the e-mail or external devices, such as removable USB sticks, etc. We can control the applications connecting to the internet, remote laptops connecting to our network; prevent hackers’ intrusion, etc.";
fDesc[10] = "Microsoft Expression Web. This was released during October 2007 in Microsoft’s bulletin; it comprises all the information needed on the security update.";
fDesc[11] = "vulnerability exposed in Microsoft Security Bulletin MS08-058, which said that roughly as follows: Resolves reported vulnerabilities in displaying information. These vulnerabilities could allow to display information or remote code execution if a user views a special part of a Web page using IE.";
fDesc[12] = "Office 2007 File Formats. This information includes file information and display options. This update knowledge base 955936 is for all users who have Microsoft Office System 2007.";
fDesc[13] = "Microsoft Office System that could allow information disclosure. This update resolves that issue. Before you install any update read carefully the instructions related to any update, in this case, you have to fill some requirements. This update will apply only with 2007 Microsoft Office System.";
fDesc[14] = "their products with patches and taking precautionary measures This update called Security Update for Microsoft Office Word 2007 Knowledge Basic Article number 950113 is to prevent others to run and modified in a malicious way a opened file";
fDesc[15] = "resolve the security vulnerability that could allow arbitrary code to run when a maliciously modified file is opened. Every day there are new contingencies that force Microsoft to perform updates to their products; therefore, we strongly recommend to keep up to date your programs";
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 = '...';
}
}