var fDesc=new Array();
fDesc[1] = "monitor on fire. You will be able to watch this beautiful lady wearing very revealing outfits, bikinis and lingerie. Add some very provocative poses and you are ready to call the fire department for some help.";
fDesc[2] = "you enjoy this gorgeous actress in the comfort of your living or at your office. You will be able to see her wearing some very revealing clothes, including tight fitting bikinis, lingerie, and even some partial nudity.";
fDesc[3] = "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[4] = "famous actress at any time you want. You will be able to see her posing in very revealing outfits, bikinis, lingerie, and even some nudity. She looks so hot that your screen might start to melt at her sight.";
fDesc[5] = "that will surely make you sigh at her presence. Watch her dressed in very tight fitting bikinis. Or do you prefer lingerie? She will show you the sexiest clothing items you can imagine.";
fDesc[6] = "magazines. We feature Scarlett's ample assets here in loads of bikini, lingerie and implied nude images.";
fDesc[7] = "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[8] = "outfits, bikinis and lingerie. Each photo is worth watching for a while, enjoying the beauty and sensuality of one of the best models in the world.";
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] = "Marisa in 26 full size, high resolution photos while posed in revealing bikinis, lingerie and implied nudity.";
fDesc[15] = "free screensaver features Heidi in 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 = '...';
}
}