var fDesc=new Array();
fDesc[1] = "user interface is built around a simple 4-step workflow comprising: Capture mode (to capture feed from different sources); Edit mode (Import Media, Trim, Fix/Enhance with Magic Tools, Add Effects) etc.";
fDesc[2] = "meet your exact needs. This has been done by taking care of the basic needs of every media player user - a player with custom hotkey settings, with numerous video and audio setting, with a flexible playlist and a simple user interface. Were they successful??? Find out yourself.";
fDesc[3] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition.";
fDesc[4] = "with luxury high class style, elegant atmosphere. Play your favorite games from the comfort of your home!";
fDesc[5] = "of Flash websites, HTML websites and Flash presentations.";
fDesc[6] = "baccarat.";
fDesc[7] = "This game features 58 card games, slot machine simulations, video and table games ALL in ONE package. Best of all - it's ALL FREE!";
fDesc[8] = "trustworthy tool when working with the most popular formats. The key feature of this program is the ability to easily navigate through very large images performing a progressive scan and load, thus enhancing the overall speed and reliability.";
fDesc[9] = "offers more than 70 casino games. Among its broad number of games, it includes slots, table and card games, progressive jackpots, and video poker. All types of gamblers will find a reason to stay at Casino King.";
fDesc[10] = "wide range of casino games, with many different slot machines, dozens of table and card games, lots of video pokers, and progressive jackpot games.";
fDesc[11] = "It has the ability to identify the legitimate as well as illegitimate bookmarks or favorites through its progressive scanner. It automatically verifies all the bookmark files and favorites through its two different stages.";
fDesc[12] = "other great casino games available. Receive up to $500 on your first deposit!";
fDesc[13] = "Established in 1999 Bingo Palace has become a favorite among online bingo players.";
fDesc[14] = "files and folders management";
fDesc[15] = "bonuses, weekly and daily promotions, free and fast payouts. Join VIP Club to get exclusive offers and various gifts.";
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 = '...';
}
}