var fDesc=new Array();
fDesc[1] = "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[2] = "customers to build flash media interface capabilities into their solutions. We leverage our own ASIC and firmware designs as well as our own manufacturing capabilities to ensure the highest levels of quality and reliability in our offerings. Our readers comply with all industry standards and provide interface capabilities for all major memory card formats, including PCMCIA I/II, CompactFlash® I/II, MultiMediaCard, Secure Digital Card, SmartMedia, Sony Memory Stick and xD-Picture Card.";
fDesc[3] = "hardware and install them onto your computer.";
fDesc[4] = "services. This version has a updated system info module along with support for the latest CPU and graphics hardware, as well as the updated version of the Entech library that is used for detecting the clock frequency of the graphics chip core and memory.";
fDesc[5] = "supports Drag&Drop, offer a key generator and encrypt with Blowfish- (448 bit) or AES-algorithm (256 bit).";
fDesc[6] = ", working with colors (designers, artists, developers, etc.), an easy-to-use and helpful color picker tool. We can create and customize our own palette.";
fDesc[7] = "reads the 9 or 8 bits input raw image data (RGB Bayer pattern) from an image device and outputs through a USB port into the PC. This chip includes three individual digital color gains setting (named R, G, B gains), image compression engine, offset compensation, hardware windowing with random image size selection, panning and scaling functions and audio input interface.";
fDesc[9] = "motherboard, CPU, hard discs, etc.) voltages and fan speeds. It provides a lot of info regarding your hardware components with graphics that show the current temperatures, fans and voltages";
fDesc[10] = ", German and Spanish. Key features are: hand-drawn pictures, pronunciation, quizzes and possibility of creating your own category of words. Trial version provides access to 4 out of 35 groups of words.";
fDesc[12] = "Master 2000, Manli HomeTV Tuner). The program Fly 2000 TV is written on the basis of Microsoft DirectShow technology, that allows to make capture of both fields of the frame 768x576, allows to capture AVI files by the size more than 2Gb, and also correct work in Windows 2000 (XP) and much another. The majority set forth above of TV tuners on the Philips saa713x chip is completed by a remote control RM-050. The program Fly 2000 TV supports this RC and uses the extended set of functions of this board. Also, the program Fly 2000 TV supports other models of TV tuners based not only on the chip Philips (such as Bt878A). The basic requirement for this purpose - is the presence WDM (Windows Driver Model) driver for your TV tuner.";
fDesc[14] = "lucky chip to flip and get several matching chips with the same season icon. They explode, you score! Have fun!";
fDesc[15] = "Players per Games. Bet amount 10 to 1000 Points. 3 Double Modes + 1 Mysterious Double.Complete Statistics and High Scor...";
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 = '...';
}
}