var fDesc=new Array();
fDesc[1] = "through Bikini Bottom in this game, where you can play with another three players, impersonating your favorite characters (SpongeBob, Sandy, Squidward or Patrick).";
fDesc[3] = "Plankton's nefarious, evil plans! Sweep the bottom of the sea and be on the lookout as you avoid slimy tentacles and their gooey projectiles!";
fDesc[4] = "with this gorgeous woman at any moment. These images are high quality photos of the star in very provocative poses and wearing all kinds of revealing and very sexy outfits, as well as bikinis and lingerie.";
fDesc[5] = "Christina Aguilera Sexy Screensaver 2.0 is a totally free screensaver available at SexyFreeScreenSavers.c om. The new version 2.0 features more than 25 high resolution sexy pictures of this famous and glamorous pop star. Among them you will find pictures from all stages in Christina’s career, with the different styles and looks she has gone through.";
fDesc[6] = "will show you this gorgeous woman in photos that you might have never imagined. She will be wearing very revealing outfits, sexy bikinis and suggestive lingerie, in many provocative poses. Each image will leave you wanting more.";
fDesc[7] = "magazines. We feature Scarlett's ample assets here in loads of bikini, lingerie and implied nude images.";
fDesc[8] = "surely delight you for hours. It will allow you to see some high quality photos of this sexy lady that will definitely send you dreaming. You will see her wearing very revealing outfits and bikinis that will enhance the beauty of this talented actress.";
fDesc[9] = "Cuban born Vida in lots of suggestive bikini and lingerie photos.";
fDesc[10] = "enjoy watching one of the sexiest women around at any time. You will be able to see high quality photos of this sexy lady wearing the most revealing outfits and lingerie that you can imagine. Every picture will surely make you open your eyes wide in order to capture every detail.";
fDesc[11] = "free screensaver features Petra in 26 full size, high resolution photos posed in revealing bikinis, lingerie and implied nudity.";
fDesc[12] = "top while hosing herself down; wearing black leather lingerie; even completely topless save for a strategically placed hand.";
fDesc[13] = "screensaver features Gisele in 24 full size, high resolution photos while posed in revealing bikinis, lingerie and implied nudity.";
fDesc[14] = "free screensaver features Heidi in posed in revealing bikinis, lingerie and implied nudity.";
fDesc[15] = "Marisa in 26 full size, high resolution photos while posed in revealing bikinis, lingerie and implied nudity.";
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 = '...';
}
}