var fDesc=new Array(); fDesc[1] = "as well. This free screensaver features Rihanna scantily clad in lots of different outfits and poses."; fDesc[2] = "screensaver, it includes a very easy to use wallpaper changer. Obviously, it allows you to use any of the pictures as wallpaper and change it whenever you want."; fDesc[3] = "her in skimpy bikinis and lingerie. 40 configurable transition effects, and totally customizable timing, shuffling, and image resizing settings."; fDesc[4] = "It will please any fan of great beauty. Cover your desktop and keep it warm all day and all night."; fDesc[5] = "in bikinis, lingerie and other revealing outfits and poses. All full screen - All high resolution - All 100% Free."; fDesc[6] = "features Kate provocatively posed in bikinis, lingerie and other revealing outfits and poses, including implied nudity."; fDesc[7] = "free screensaver features Petra in 26 full size, high resolution photos posed in revealing bikinis, lingerie and implied nudity."; fDesc[8] = "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[9] = "Evangeline in 26 full size, high resolution photos posed in many different provocative outfits and poses, including tight fitting bikinis and lingerie"; fDesc[10] = ", lingerie and other form fitting outfits. Featured in large high-resolution full-screen images."; fDesc[11] = "screensaver features Gisele in 24 full size, high resolution photos while posed in revealing bikinis, lingerie and implied nudity."; fDesc[12] = "beach, by the pool and at home. All with that lovely shy asian smile."; fDesc[13] = "Marisa in 26 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] = "lingerie and other revealing outfits and poses. All full screen - All high resolution - All Free!"; fDesc[17] = "brought them to you here. Posed in bikinis, lingerie and thongs, these ladies are the next best thing to a trip to the orient."; 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 = '...'; } }