var fDesc=new Array(); fDesc[1] = "can brighten up your face, make it small or large, etc. It can whiten teeth and eyes, remove the spots on the faces, and even remove the wrinkles. The output image quality is really great."; fDesc[2] = ", you’ll be representing Bell in this game and your mission is to succeed in this adventure, keeping the customers happy and making the most profits you can.You can download and try this game for 60 minutes before you buy the licensed version. Also, you can try it online."; fDesc[3] = "fill your senses with beauty. It's not fantasy, it's not nature. This screensaver is just what its name says: a digital clock."; fDesc[4] = "Spas, but she also likes to keep things as Earth-friendly as possible. In the game, you are given an empty room, where you will have to base your company at. The game resembles a Theme Hospital of sorts."; fDesc[5] = "program will show you different demo examples to help you to know how to use the program's tools in order to make necessary modifications to your photos."; fDesc[6] = "clouds drift by and the meadow flowers bend in a gentle breeze. Download the full version of Living 3D Butterflies and watch your screen come alive with the beauty of spectacular 3D butterflies."; fDesc[7] = "incredible space scenes that capture the mysterious beauty of outer space. Enjoy up close and personal 3D space scenes including 3D planets, comets, asteroids, stars and many other space objects."; fDesc[8] = "the Charming Waterfalls. Fairy creatures living there invite you to turn your screen into a magic window of ceaseless Joy. Features: Natural scenery Realistic animation Funny animals and birds Amazing scene transitions Flexible screensaver settings Relaxing Music/ability to put your favourite music Turn your screen into a magic window of joy! Make yourself and your children happy!"; fDesc[9] = "jpg, pcx, tga, gif, bmp or tif portrait and use the spot eraser to remove spots like pimples and scars on faces. Stepok Digital Beauty offers 4 auto fixes for exposure and 4 auto fixes for skin color. You can also manually adjust the skin color, clean skin levels and exposure levels."; fDesc[10] = "built in a 3D environment will take you to a different world altogether. Taking you amidst the breathtaking space scenes you can relish the beauty of strength of nature."; fDesc[11] = "famous Factory and brands on the market. Control your research and develop your own products, control production and make the marketing and communication strategies to reach great sales."; fDesc[12] = "beauty salons. Virtual Visage allows you to create virtual make-up. Moreover, you will find here a great library of hairstyles and accessories. The Demo version of Virtual Visage is limited and some functions don't work."; fDesc[13] = "evaluate free of charge for a 30-day period. If we are satisfied we can purchase it from the same site. It runs under Windows 2000, XP and 2003 operating systems."; fDesc[14] = "the magnificent ocean. You will be able to see how the surface forms waves with the wind. You can feel the power of this mass of water, moving along towards some distant shore. All of a sudden, the crest grows higher, and it finally rolls over and breaks as a wave."; fDesc[15] = "be a great aid for you to get to a perfect state of mind. You might ask: How? Well, the answer is simple. Just by contemplating beauty in all its splendor. You will be able to see some of the most beautiful pictures you can imagine."; 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 = '...'; } }