var fDesc=new Array();
fDesc[1] = ", 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[2] = "technology. Main features: Benchmarking Software - Show how many Frames Per Second (FPS). Realtime Video Capture Software - Fraps can capture audio and video. Screen Capture Software. Support for Vista and DirectX 10 games.";
fDesc[3] = "allows you to easily assign quick launching of any program by the touch of a button or by selecting from the list.";
fDesc[4] = "loader within Windows Vista through a simple user interface. This means that you can install Windows 2000, Xp or any other non microsoft operating system and configure a dual boot configuration in a single hard drive or a computer with multiple hard drives.";
fDesc[5] = "all basic tasks like move, copy, eliminate files, execute programs, view images, etc., but there are other many great features that, I'm sure, they will make from Directory Opus an essential tool for your Windows.";
fDesc[6] = "Scritures and powerpoint presentations with the help of a video projector. It is a valuable tool that allows the user to save time while preparing a more appealing worship session.";
fDesc[7] = ", realtime pitch/tempo change for video and audio!";
fDesc[8] = "a spectrum analyzer scope display in real time for any sound source connected to your sound card. Version 4.2.0 replaces 4.1.2 and adds useful new features including spectrum averaging for noise reduction and more flexible scanning and recording capabilities.Spectrogr am is ideal for any purpose related to sound spectrum analysis including analysis and identification of biological sounds, analysis and identification of human speech, analysis of musical performances, tuning of musical instruments, evaluation and calibration of home audio systems, and HAM radio audio reception and tuning.";
fDesc[9] = "sit back and relax watching a magnificent display of fireworks, configurable the way you desire. Or maybe it will keep you on your feet waiting for the next explosion and shower of sparks.";
fDesc[10] = "full-screen mode, but...using a second monitor. It will act as a little toolbar on the primary display, and you can change the media with just one click.";
fDesc[11] = "Creating slides for song lyrics has never been easier!";
fDesc[14] = "letting the crowd chat, flirt, and joke on the big screen using text messages.";
fDesc[15] = "lost/mishandled stock - Euro Ready with dual display - Customizable on Request The ideal POS system for small to medium retailers. Features: All the usual Point of Sale functions Stock management including real-time stock overview Ultra Fast Sales screen for the busy hours Invoicing and Credit Control Wholesale Integration with Bar code readers Dual pricing in preparation of the Euro Euro ready Multiple VAT Rates (VAT Rate per department) Article sub-categories Discounts Deposits Suppliers management Salesman Commissions Client information management Multiple invoices and multiple credits per client Loyalty points Profit reports Daily Sales & General Sales Reports Low level stock reporting Data exports to popular accounting packages such as Excel Wide area network support with flexible setups such as one Global Client Database but various stock databases per shop & much more!";
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 = '...';
}
}