var fDesc=new Array(); fDesc[1] = "PC and on the Internet. This incredible program enables the user to present your photos and videos, import enormous amounts of data, optimize it quickly in real-time and place it systematically into albums."; fDesc[2] = "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[3] = "one picture you are looking for. Use the picture of a famous movie celebrity, a comic, or the singer of your favourite band, to make the perfect joke, amuse your friends, or just to have a good time while creating some bizarre pictures."; fDesc[4] = "between two photographs. The software works with the help of a well directed wizard which helps the users in a very effective way by means of 4 simple steps."; fDesc[5] = "parameters in order to create models that fit your needs. If you have a photo, you can import it to the program, and a few minutes later you will get your rendered 3D version."; fDesc[6] = "faces) to the coming Snoods. If they form a group, they will fall, clearing the board. As you launch Snoods the Danger Bar increases and when it fills up, the screen moves down. If a Snood touches the bottom, the game ends."; fDesc[7] = "FaceMorpher is the first fully automated image morphing software on the market. No skills required! Simply load two images and play!"; fDesc[8] = "there. All the process takes three simple steps, in three different tabs: My Templates, My Faces and My Fantasy. In the My Templates tab you can use any of the provided photos to insert the faces you wish, or load your own pictures."; fDesc[9] = "need is to have two photos of the parents, upload them to BabyMaker program, and voila, a new realistic picture of your baby will appear in a snap!!!"; fDesc[10] = "photo mixes. This gives an idea of what the tool is capable of. One can upload these pictures into sites like You Tube, Morpheus or Photobucket directly. This way one can share the pictures across easily."; fDesc[11] = "many themes included and much more available for download. The easy to use interface also lets you insert personalized fun captions, quotes and titles, doing it all with just a few clicks."; fDesc[12] = "pointer! The result will be incredibly entertaining, and a nice surprise for them :-) Once you have create a new face you can share it with the world and download the best faces you find from EyeRoller faces gallery. The program has a built-in face editor, so you can easily create new faces without beeing a graphical artist. This editor let's you import a photo, define the eye mask, chose the iris from the included library... If you feel adventurous you can create your face using a professional graphical editor to achieve the best results."; fDesc[13] = "feature recognition allows automating post-processing such as red-eye removal and skin tone adjustment, creating 3D head models and morphing tools."; fDesc[14] = "game modes to provide beginners and advanced users a fun and challenging gameplay. Each level has a goal, which is presented at the beginning of the level, and as you completed it the bar at the bottom of the screen is filled until to get to the next level."; fDesc[15] = "puzzle theme. The players have to just pop the balls and twist the funny faces to score points. Balls can be popped out by clicking on them once they are in a regular cluster together."; 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 = '...'; } }