var fDesc=new Array();
fDesc[1] = "devices. In order to do that we need to have a computer either with a USB plugin Bluetooth wireless adapter or a Broadcom enabled embedded.";
fDesc[2] = ", virus, trojan, dialer, etc. we have installed in our computer without our permission. It can search for malware in the entire computer or just in the specified file, folder, drive, removable or external devices.";
fDesc[3] = "Technology in the supported notebook models and operating systems. The HP Integrated Module with Bluetooth Wireless Technology provides wireless connectivity to other devices from the integrated module of the supported notebooks.";
fDesc[4] = "to apply skins and includes the XP enhancement tool to optimize downloads.Flashget is more than a download tool. It also acts as a bit torrent client with batch file download facility.";
fDesc[5] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables.";
fDesc[6] = "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[7] = "commercial sound and produce higher quality audio. Available for formats Pro Tools 6.4+ (RTAS Audio Suite/HTM), VST, MAS, Audio Unit, and DirectX, instead of a varied amount of plug-ins, users have the advantage of Ozone’s 7 plug-ins in one.";
fDesc[8] = "dictionary from the wide range they offer. Each dictionary module is a complete language reference, including tens of thousands of indexed entries. Conjugation information is provided for each language.";
fDesc[9] = "brings a complete solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. The minimum amount of students’ licenses available to be purchased is ten.";
fDesc[10] = "Windows XP. This incredible program works with all resource files (.RES) and PE modules (.EXE, .DLL, etc.) but it has special knowledge of modules written in Delphi.";
fDesc[11] = "for all four of the IELTS sub-tests, which are: Listening, Reading, Writing, and Speaking. IELTS is an acronym for International English Language Testing System, and is an English test.";
fDesc[12] = "can be downloaded immediately for play. Kingmaker puts you in the shoes of a character that needs to head out the Keep of Cyan to challenge his enemy. This is a good module with loads of replay value.";
fDesc[13] = "overload CPU. It will never stick notes, and never break the sound or click during live performances. Available mp3 files demos.";
fDesc[14] = "immediately after purchasing. This module is short and lacks the quality of the others, but the purchase also includes Witch's Wake, which makes it all worth it.";
fDesc[15] = ", and will keep you focused for a while. However, this is the first chapter of the story, so your questions will be left unanswered. Nevertheless, it is still worth your time and money.";
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 = '...';
}
}