var fDesc=new Array(); fDesc[1] = "your computer in full screen. Let the sexiest girls on the web come on your demand and strip for you right on your desktop."; fDesc[2] = "appointments and dance and strip for you whenever you want them to. The desktop version is free and unlimited."; fDesc[3] = "obstacles and collect bonuses that gradually open the image of a beautiful girl. Simple controls and bright graphics!"; fDesc[4] = "happiness and pleasure. You will be delighted watching high quality photographs of some of the most beautiful girls around. You will be able to see them wearing very revealing outfits and in very provocative poses."; fDesc[5] = "many images of Carmen provocatively posed in bikinis, lingerie and other revealing outfits and poses."; fDesc[7] = "high quality, interactive video clips."; 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 = '...'; } }