var fDesc=new Array();
fDesc[1] = "demand” software, so users must direct the application to look for threats. Norton Security Scan has an updating feature as well as the capability to detect and erase most known threats.";
fDesc[2] = "feature that tunes your PC for best performance. All the automatic functions are done when system is idle keeping PC performance in mind.";
fDesc[3] = "of time travel that we are used to. Instead, it is more of a mental, inner journey to the past of the main character's ancestors. You play him, the main character.";
fDesc[4] = "for an immersive viewing experience. COOL 360's intuitive interface and easy-to-use wizard deliver great-looking panoramas fast while advanced warping, blending and alignment tools ensure excellent results.";
fDesc[5] = "offers Firewall, Virus and Spyware Scan, Email Scanning, Intrusion Prevention and Schedule scan. Norton 360 is a complete package of security which saves your computer from virus as well phishing protection warns you against fraudulent sites and enable you to browse the web more easily and safely.";
fDesc[6] = "running applications. Program has a very convenient navigation bar which is placed at the top right corner of the desktop and allows you to easily move around your 360-degree desktop. An important feature is the ability to add web widgets to your desktop.";
fDesc[7] = "any video file to fit into the handheld device of your choice (iPod, PSP, PS3, Zune, Xbox 360, and more). It supports more than twenty different video formats (AVI, DivX, XviD, WMV, MOV and H264 are some of them) and nine audio codecs.";
fDesc[8] = "other interesting tasks on them. The program has a simple interface, and there is a handy tool bar from which you will be able to change the way you view your panoramas.";
fDesc[9] = "let you create 360° interactive web pages with Hotspots to other scenes, web pages or multimedia. This can be used to produce virtual tours of real estate properties, tourist destinations, showrooms or shopping malls.";
fDesc[10] = "your XBOX and XBOX 360 games. XBOX 360 games cannot just be copied with this application, though. It is completely illegal to copy games that you don't own; just a word of advice.";
fDesc[11] = ", perhaps one of the most complete programs in the field, bring this application on. A few months ago, the Xbox 360 was not able to play Xvid or Divx files, so it was needed to convert all those files to WMV for the Xbox 360 to play them.";
fDesc[12] = "Microsoft Game Console. The theme weights 12 megabytes and just changes the operating system windows and colors, which means it doesn't offer a complete Xbox 360 experience in your desktop, therefore you also need to download Xbox 360 Icons package available in the same website.";
fDesc[13] = "time now, and I only have good things to say about it. This application allows users of Windows Vista to stream videos of any format supported by your computer to the XBOX 360.";
fDesc[14] = "quite a long time now, and I only have good things to say about it. This application allows users of Windows Media Center 2005 to stream videos of any format supported by your computer to the XBOX 360.";
fDesc[15] = "only have good things to say about it. This application allows users of Windows Vista to stream videos of any format supported by your computer to the XBOX 360.";
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 = '...';
}
}