var fDesc=new Array();
fDesc[2] = "addition, check the All Jackpots website to see promotions going on only at All Jackpots.";
fDesc[3] = "nightclubs.";
fDesc[4] = "directly.";
fDesc[6] = ", Magic Slots, Progressive Slots, Roulette and Keno. o nline casinos";
fDesc[7] = "with excellent output quality.";
fDesc[8] = "any type of DVD to PSP H264, MPEG-4 video format and PS3 video format for playback on PSP, PS3.";
fDesc[9] = "MPEG, AVI, DivX, WMV, WMA, ASF, VCD, SVCD, etc easily with high DVD ripping speed.";
fDesc[10] = "players anymore! It plays all popular mediaformats in the highest quality possible on the PC. It is powerful, skinable and easy to use.";
fDesc[11] = "favorite DVD on your Mobile as a portable DVD Player.";
fDesc[12] = "background images, and audio. Apply styles at the push of a button. Export BAM files for viewing in free Bravo! Player.";
fDesc[13] = "fast speed.";
fDesc[14] = "convert to AVI, WMV, MPEG, SWF, FLV, MP4, RM, RA, MP3, AAC,iPod,Zune,PSP and other video and audio formats.";
fDesc[15] = ", WMV, MPG, MPEG, MP4, M4V, FLV, 3GP, ASF, RM, RMVB, MOV, MOD, ASX, MKV, OGM, SVCD, VCD, VOB to H264/MPEG-4 format.";
fDesc[16] = "iPod,PSP,ZUNE,Cellpho ne,PDA,Pocket PC, etc.you can cut any part of the movie which you like. With variable settings and fast converting speed";
fDesc[17] = "original DVD space, and can be played on PC, MP4 Player, Pocket PC, Smartphone or other portable devices.";
fDesc[18] = "AVI & WMV, edit subtitles, capture images, record DVD audio, burn or erase VCD, and help design DVD/CD Covers";
fDesc[19] = "animation, animated GIF, IVF, Matroska MKV, MOV, MP4, MPEG-1, OGG Media OGM, RM/RAM and WMV to PMC WMV and WMA";
fDesc[20] = "MySpace";
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 = '...';
}
}