var fDesc=new Array();
fDesc[1] = "With the program you are able to do many things with your pictures. You can edit the images with the tools provided and enhance pictures. You can also add frames, edges and clip art to the pictures.";
fDesc[2] = ", attacks, captures, exploration, health, food, cavalry, rituals, time, etc. There are several sources of wealth and power that are used to equip units and hire heroes.";
fDesc[3] = "structure, that can be saved to the hard disc or burned directly to a DVD. fluxDVD Options allows to change settings such as Language Override or Vido Aspect Ratio correction.";
fDesc[4] = "change pitch without affecting temp and/or change tempo without affecting pitch. Users are presented with an easy to use interface that they can operate by controlling sliders, buttons and check boxes and all functions are also accessible via the keyboard.";
fDesc[5] = "sound support. Unlike other block games it provides us better graphics quality and more features. This game is basically designed for children but it can be a good entertainment for all family members.";
fDesc[8] = "CD-Grabber, supports MP3 from 8Kbps to 320Kbps and WMA9 (Windows Media Audio V9)";
fDesc[9] = "your DVD to VCD/SVCD in 30 minutes.";
fDesc[10] = "helps you rip DVD movie to Zune MP4, convert DVD to Zune MPEG-4 and WMV video, with excellent image and sound quality.";
fDesc[12] = "VideoCD content. RadLight is one of few players capable of multilanguage audio support. Release 3 is no longer based on Windows Media Player, resulting in highly improved performance and visual quality. RadLight is one of many applications based on RadLight OpenAPI technology. Due to this advanced technology new features, such as WinLirc remote control, could be easily implemented into RadLight. RadLight enables you to fully customize its interface. You can easily turn off window border and watch movies borderless. Easy2Use shortcut keys are available to control the player in fullscreen mode, as well. Main Features : Based on RadLight OpenAPI Technology Official DivX3, DivX4, MPEG-I, VideoCD Support Multilanguage Audio Support Support for 18 Subtitle Formats Subtitle Shadow and Margin Effects Custom Subtitle Position Advanced On Screen Display Menu Brand New RadLight Skin File Format";
fDesc[13] = "more. Contact Baxel Data about video projection control add-on.";
fDesc[14] = "and video with excellent output quality. You can enjoy your favorite DVD on your iPod as a portable DVD player";
fDesc[15] = ", Zune, PSP, 3GP or 3G2 formats. This software can convert to AVI, WMV, MPEG, MOV, MP3, AAC and other video and audio formats";
fDesc[17] = "various formats (MPEG, AVI, DV-AVI, WMV, ASF).";
fDesc[18] = "video formats such as AVI,MPG,RM,RMVB,MP4,VO B,TS,WMV,ASF to PSP Video MP4. It is very easy to use.It support two pass encoding.";
fDesc[19] = "each other while playing Bingo, Slots and Video Poker for massive jackpots and real cash prizes.";
fDesc[20] = "hardware or programming. N2 Creator is simple to learn and use. Just fill in the blanks with your content files.";
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 = '...';
}
}