var fDesc=new Array();
fDesc[1] = "Microsoft WLP 3.08 Vista premium and mobile PCs, it is heavily used and popular amongst Vista and Mobile PC users.";
fDesc[2] = ", DVD-R/RW, DVD+R and other formats (high definition videos included). The new version of PowerDVD offers many new features; for instance, True-Theater HD (which boosts up low resolution videos to higher resolutions) and True-Theater Motion which allows to increase the frame rate.";
fDesc[3] = "from anywhere in our computer directory, decide which size is best, choose an e-mail program and go, then automatically the e-mail program opens in the form of a new message with the attached file in it.";
fDesc[4] = "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[5] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray.";
fDesc[6] = "option for you. This small and simple utility is actually a powerful tool that will let you to capture anything on your screen. You will be able to choose if you want to capture a specific region or full screen.";
fDesc[7] = "non PC devices later called MediaCenter Extenders using a wired o wireless Network. With this software you could share your music folder from your PC to another device attached to your network on the living room.";
fDesc[8] = "audio and video. You may capture your video footage directly, using a web-cam attached to your computer. You may then edit the audio and video tracks of this media file, separately and independently of each other.";
fDesc[9] = "if you use its payment service. You sign up, send the message from your user account on yousendit.com, the attached file and send it. The recipient will receive what is your message with a link to download the file that you sent.";
fDesc[10] = "detection and auto configuration, so it automatically detects if it´s being installed under Windows XP or Windows 2000 Server/.Net, and installs the right driver.";
fDesc[11] = "Picture Messages. SMS-it! supports Caller Group Graphic, Operator Logo, Ringtones and Flash SMS. It also supports downloading of WAP content, e.g. to download polyphonic ringtones.";
fDesc[12] = "clearly than ever. Using ZoomText 9.1 xFont you see a clear and high quality text that the user can easily recognize. Neo Speech is an additional feature that reads the cursor in all the documents and application on the screen.";
fDesc[13] = "comfortable with talking than with typing your messages, there is something to like about this application. In short, it allows you to do without the typing and use your microphone to record messages that can be attached and sent in your e-mails.";
fDesc[14] = "generation of a “Magic Packet” to remotely power on PCs attached to networks. When the remote network adapter hears a “Magic Packet” created for its unique MAC address the network adapter alerts the computer to power on.";
fDesc[15] = "2.0 files on Windows and Mac OS X. With Dolet software, you can finally read files created in Finale 2009 with Finale 2007. Read music from Sibelius into Finale by using Dolet for Finale together with our Dolet 3 for Sibelius plug-in. MusicXML files created with Dolet 4 for Finale usually import into Sibelius 4 and 5 better than Finale ETF files do. Even if you're using Finale 2009, Dolet 4 has three big advantages:It allows you to translate an entire folder of Finale or MusicXML files at one time - an enormous time savings when you have to move a lot of files from one program to another.It has more advanced features, including better export to Sibelius and an import option for MusicXML XSD validation.The Dolet for Finale plug-in is updated much more often than Finale. Finale releases typically have one or two maintenance updates. In our previous release, Dolet 3 for Finale had nine...";
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 = '...';
}
}