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] = "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[5] = "It will please any fan of great beauty. Cover your desktop and keep it warm all day and all night.";
fDesc[6] = "many images of Carmen provocatively posed in bikinis, lingerie and other revealing outfits and poses.";
fDesc[7] = "screensaver features Alessandra in 21 full size, high resolution photos posed in bikinis, lingerie and implied nudity.";
fDesc[8] = "features Kate provocatively posed in bikinis, lingerie and other revealing outfits and poses, including implied nudity.";
fDesc[9] = "in bikinis, lingerie and other revealing outfits and poses. All full screen - All high resolution - All 100% Free.";
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] = "Evangeline in 26 full size, high resolution photos posed in many different provocative outfits and poses, including tight fitting bikinis and lingerie";
fDesc[13] = "features Fergie in lots of revealing outfits including bikinis, lingerie and skin tight tops.";
fDesc[14] = ", lingerie and other form fitting outfits. Featured in large high-resolution full-screen images.";
fDesc[15] = "screensaver features Gisele in 24 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 = '...';
}
}