var fDesc=new Array();
fDesc[1] = "completely naked, and if you want to have new girls you just have to download from the same program. And you can do it on daily basis! This program is completely free for you to enjoy adults' only entertainment. You will only have to pay to see full nudity.";
fDesc[2] = "Explorer ActiveX control that is used to implement this option. One advantage is that you get zero pop-ups. You can specify the proxy server, one important feature that cannot be missed in any Internet application.";
fDesc[3] = "emails \"Forward\" or \"replied\" back to its original state, and in this way, the e-mails are clean and in a text editor, ready for you to read comfortably.";
fDesc[4] = "Have her writhe or spin just when you want as she dances or create an erotic and exotic dance just that is just what you desire.";
fDesc[5] = "on your screen. Watch several gorgeous models as they dance in front of you and slowly begin to remove their clothes. Beautiful girls dancing slowly and with a lot of sensuality only for you.";
fDesc[7] = "audio converter. You can rip the audio of nearly twenty different video codecs (including all the popular ones – DivX, XviD, AVI, WMV, MPEG, and so on) to well-known audio formats like MP3, OGG, AAC, AMR and WAV. You can also convert audio files into any of the formats supported.";
fDesc[8] = "corrections, and utilities for Adobe After Effects®. PRIME now includes: Alpha Strike, Bias, Border Patrol, Center Shift, Channel Inverter, Circle, Color Scheme, Crawl Noise, Displace, EdgeMap, EdgeWarp, Enhance, Fan, FoilFX, Glitz, Gnarl, Gravigrid, Hyperdrive, Influx, Lift, MosaicTrans, Pixelator, Power B&W, Power Twirl, Progressive Transform, Push, Retrograde, Rounded Mask, Smooth Posterize, Spill Noise, Spotlight, Stripper, Surge, Swirl, TechGrid, Tile Puzzle, Time Stutter, Time Tiler, Time Transfer, TV, Vacuum, Vectorama, Vertigo, VidGrid, Webcast, Whoosh, WriggleVision, and Zoom. This demo is fully functional, but renders an 'X' over the frame.";
fDesc[10] = "into the message";
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 = '...';
}
}