var fDesc=new Array();
fDesc[1] = "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[3] = "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[4] = "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[11] = "Microsoft Expression Web. This was released during October 2007 in Microsoft’s bulletin; it comprises all the information needed on the security update.";
fDesc[12] = ", video/audio logging and broadcasting. Used together with free RemoteView, you can do real time remote surveillance.";
fDesc[13] = "or presently being developed anywhere. Once installed our anti-spy software will protect your privacy immediately.";
fDesc[14] = "signalling device; This software for you!";
fDesc[15] = "software for you!";
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 = '...';
}
}