var fDesc=new Array(); fDesc[1] = "/ create / edit /extract CD/DVD image files, and it can convert bin to iso and back. as well as make ISO file from DVD/CD-ROM or hard disk, and handle bootable information at meanwhile."; fDesc[2] = "through frames, effects, and themes. This incredible program launches automatically when you start a video chat with any of your favorite chat clients, so you can apply fun effects simply and easily."; fDesc[3] = "magical wizard of its own and an easy-to-use educational tool to instruct you in accomplishing your more advanced networking goals."; fDesc[4] = "your video files in AVI, MPEG-1, MPEG-2, DivX, XviD, WMV, ASF, VCD, SVCD and DVD formats to any format you need. This is an All-In-One solution for those people that have a lot of movie files in different formats and want to convert them all to VCD, for example."; fDesc[5] = "used as background to create funny and interesting images. What is more, the program includes hundreds of masks to choose from, various clip arts, funny and sweet cartoon figures, frames, outlines and the possibility to include text to make your photos even more attractive and interesting."; fDesc[6] = "Internet. It is password protected, so that is the first good feature of the software. Your kids will only be able to access the PC when you want. You can set the programs that your kids may use, as well as the time when they can use them."; fDesc[7] = "versions. The main difference is that the game is done completely in 3D and allows a total control of the camera, and may change the angle of vision, getting closer and farther from the details of the adventure map as well as during the battles."; fDesc[8] = "way through the game into the end. Magic Balls 3.5 combines great graphics and lighting effects to create a 3D visual effect in the balls, so your experience becomes richer."; fDesc[9] = "DVD 9 disc into 2 DVD 5 discs) or convert to different formats like: AVI, WMV, MP4 in profiles that include: Frame rate, Volume, Resolution, Video and Audio Codecs, Video and Audio Bitrate."; fDesc[10] = "You will play in different scenarios, from the jungles to the plains and everywhere in between. There are some special pieces that can be connected to any other, even different ones, to form a tile."; fDesc[11] = "shape. The pieces will enter the screen from the right, and you will have to pick them using your mouse“s left button, rotate them if needed with the right button, and drop them in place with the left button, again."; fDesc[12] = "educational environment. Filtering of websites is based on a while list that can be downloaded or defined by the child carer. Filtering of email messages is based on a list of trusted email senders, also defined by the child carer."; fDesc[13] = "world with daemons, kings, queens and pixies. You become into a magic master who have to learn tricks, cast spells, and collect magic powders and stuff like that, in order to progress in your journey. You can try this game for 60 minutes or you can try it online."; fDesc[14] = "increase your magic level, you will be able to use spells . It features three game modes: strategy, action, and time trial."; fDesc[15] = "first stand-alone expansion pack launched for the fifth installment of the game. This expansion should not be missed by any fan of this amazing strategy saga."; 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 = '...'; } }