var fDesc=new Array(); fDesc[1] = "lingerie. 40 configurable transition effects, and totally customizable timing, shuffling, and image resizing settings."; fDesc[2] = "of her in skimpy bikinis and lingerie. 40 configurable transition effects, and totally customizable timing, shuffling, and image resizing settings."; fDesc[3] = "Day\" or \"Babe of the Day\" sites and displays then as your desktop wallpaper, also includes support for displaying them as your screen saver."; fDesc[4] = "lingerie. 40 configurable transition effects, and totally customizable timing, shuffling, and image resizing settings."; fDesc[5] = "configurable transition effects, and totally customizable timing, shuffling, and image resizing settings."; fDesc[6] = "lingerie. 40 configurable transition effects, and totally customizable timing, shuffling, and image resizing settings."; fDesc[7] = "watching high quality images of all your favorite games and movies heroines. Even if you are not an adept of these kinds of games and movies, Cyberbabe Screensaver will surely be enjoyed by you and your friends."; fDesc[8] = "and lingerie. 40 configurable transition effects, and totally customizable timing, shuffling, and image resizing settings."; fDesc[9] = "bikinis and lingerie. 40 configurable transition effects, and totally customizable timing, shuffling, and image resizing settings."; fDesc[10] = "you're a novice multimedia designer or experienced programmer, you can now build powerful, customizable Screenmates application that integrate easily with the web and other application."; fDesc[11] = "products and business at a very low cost. All screenmates created using Screen Babe are royalty FREE"; 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 = '...'; } }