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] = "video files, including high-definition AVCHD. Author your videos, adding high definition disc menus and Dolby Digital 5.1 sound, edit and enhance your movies, and burn them to almost any type of disc. It also includes a suite of tools to copy, rip, and erase your discs.";
fDesc[4] = "converts the PC into a great stereo system by adjusting several settings to arrange the environment and simulate an audio studio. It enhances the sound quality of MP3, Windows Media, Internet, radio and many other music files.";
fDesc[5] = "and audio files right on your computer with no additional software. This incredible program supports for many video formats apart from regular DVD (PAL, NTSC, VCD, SVCD) formats, such as MPEG4 (including DivX, XviD, etc.), MPEG1, MPEG2, AVI, etc.";
fDesc[6] = "lots of cool audio options such as playing regular video files with enhanced audio-quality, and imitated multi-channel surround sound and supports 3.1, 5.1, as well as 7.1 speaker configurations.";
fDesc[7] = "creation process. Real-time playback of your edits, nondestructive editing, and unlimited undo/redo make tweaking your videos a snap, while dockable windows and customizable keyboard commands let you personalize the interface for your work style.";
fDesc[8] = "desktop speakers. Works with all music, video, and games on the PC and has special custom presets.";
fDesc[9] = "left and right click to simulate turntable. Use special features like pitch control, bass, treble, surround balance, cross fading and playlist for media management. AtomixMP3 offers more than 12 sound effects to add to your track for fun.";
fDesc[10] = "features that make it more powerful than a traditional player, among which is good to mention: the possibility of improving the quality of the original image at the time of reproduction, and the ability to read many file formats. It runs with Windows XP and Windows Vista.";
fDesc[12] = "with an advanced sampling engine. The result is an inspiringly fast and intuitively flexible sampler with exceptional sound quality.";
fDesc[13] = "integrated DVD authoring, surround sound, audio processing, and 1000’s of other powerful real time effects. Avid Liquid provides the necessary tools which allow the user to create high quality productions";
fDesc[14] = "MP3 files, Home Movies, Digital Recordings!";
fDesc[15] = "eight input channels, each of which can be individually positioned. Key Product Features: Selection of angle, spread and spin for each source LFE (low-frequency effect) tools 16 different output formats Host tempo sync for source rotation The panning is presented in an easy-to-use heads-up display with access to positioning, channel gain, mute/solo selection, and spreading. Other special processing includes variable-rate source rotation that can synchronize to the host tempo, low-frequency effect (LFE) tools for monitoring or bouncing to disk, and a large variety of output speaker formats (up to eight channels, DTS, Dolby, ITU, Film and others). ReSpatializer also offers simulated surround sound through headphones. After mixing your tracks for various surround formats, you can create a binaural headphone mix. This simulation is achieved by utilizing precise measurements of the pinnae...";
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 = '...';
}
}