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[2] = "related to Creative Hardware, Drivers and Application Software. The Program identifies the devices connected to the computer and generates information which helps the product developers.";
fDesc[3] = "5.01 ensures the security between host computer and gateway by checking that the MAC address from gateway to localhost and viceversa is correct.";
fDesc[4] = "and securely. Being compatible with multiple operating systems, it gives full support to heterogeneous host and remote devices.";
fDesc[5] = "as you please, to speed up DNS lookup, and at the same time to block unwanted websites. Network analyzing tools like 'Ping' and 'TraceRoute' helps in troubleshooting network related problems.";
fDesc[6] = "like: slow downloads and disconnections, traffic congestion, improving download speed and reliability";
fDesc[7] = "Catalog database has become corrupted. The installation of Gallery may be corrupted. To resolve this error message, remove and reinstall the program.";
fDesc[8] = "surely also know that this planet is the number twelve in the solar system. What you probably do not know is that according to ancient Sumerian people, our planet formed part of Niburu.";
fDesc[9] = "called LimeWire. This handy program sits silently on your system tray and allows you to control everything from there. The user interface is very simple and easy to use, but not really attractive.";
fDesc[10] = "can also edit vector and raster maps as this application is able to perform CAD functions as well. The application has an exhaustive list of types of tacheometers, from which it is able to import data.";
fDesc[11] = "changed. The best countries have joined together to create the World Union. There, they will survive only the best, the brightest, those with an iron health.";
fDesc[12] = "viewer that is included with the Microsoft .NET Framework 3.0, you receive the following error message: Cannot open this document because your permissions have expired. Note The XPS viewer is a component of the .NET Framework 3.0. The .NET Framework 3.0 is included with Windows Vista.";
fDesc[13] = "an issue of inserting of advanced typographic symbols within your blog becuase currently Windows Live Writer does not have such an option. To resolve this issue Brian Vallelunga created a nifty little plugin that allows you to add various typographic symbols within your blog posts.";
fDesc[14] = "versa.";
fDesc[15] = "hostnames to IP addresses and IP addresses to hostnames using the DNS. The tool is designed with a user-friendly interface and is easy to use.";
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 = '...';
}
}