var fDesc=new Array(); fDesc[1] = "you pass the level, otherwise you lose. What is hard about this game is that you don’t have a direct shot to each orange pegs and it’s kind of hard to calculate all the bouncing the ball will do when you shot an indirect ball."; fDesc[2] = "bonuses will help you win and various difficulty levels will help you improve, participate in tournaments and win the grand prix."; fDesc[3] = "interface is all in German. Program is equipped with malware detection module, but it does'n seem to function as it should. The main program doesn't seem to service its own purpose, leaving many obsolete files on the drives. And there are no updates available."; fDesc[4] = "not know the correct solution if there is an accidental or deliberate loss of vital data, but you can always secure your vital information, data, disks and drives by making virtual backup images of them with this tool."; fDesc[5] = ", mad speed and narrow curves. Feel frantic auto racing drive. You have to prove you're the best here over and over. Are you ready?"; fDesc[6] = "Po, the panda who is trying to master his Kung Fu skills. Although this is not a revolutionary game, it could prove a fun addition to your collection. The user controls are not too elaborate, the graphics are not top-of-the-line, but those pandas can be darn cute and adorable."; fDesc[7] = "actual image. It’s possible to change compression parameters, choose target file size, and the changes are quite noticeable. In simpler terms, it’s a good tool providing fair trade off between quality and file size, and even images can be optimized as per web publishing requirements."; fDesc[8] = "for users to understand different aspects and language of great Bible. Bible Seeker will prove out to be boon for all such Bible-lovers as it comes with an extremely beneficial package of very efficient dictionary and concise commentaries."; fDesc[9] = "best miner by collecting falling gemstones, making jewels and selling them to rich customers. Finish levels by filling the safe with coins, but watch out for nasty rocks falling down."; fDesc[10] = "scrolls, the distance in miles or kilometers, etc. It can be very helpful for those of us interested in or suffering from musculoskeletal disorders caused by repetitive movements. it can prevent repetitive strain injuries providing important information on keyboard and mouse usage by our kids."; fDesc[11] = "knowledge and get a prize if you pass. General Knowledge Quiz is a fun gradual challenge where you should answer ten questions before moving to the next level, you also have to have seven out of the ten questions right to move on."; fDesc[12] = "touching new heights. ViVi MP4 Converter will prove beneficial for all such kind of users’. ViVi MP4 Converter is a wonderful software tool that provides user with an integrated set of tool to convert Avi, Divx, Wmv, Asf, Mpeg-1, Mpeg-2, video format to Mp4 video format."; fDesc[13] = "intelligence. The game develops in many particular scenarios so you need to get the ball to the hole avoiding all kind of obstacles on the way. For example, in one occasion you will be playing minigolf in a cemetery, in other case you’ll be playing in the far west or in the Grand Canyon."; fDesc[14] = "purpose have to work in different number formats like ASCII, HEX, binary and many more. It is very difficult for user to convert number formats like HEX to ASCII or ASCII to HEX by calculating manually."; fDesc[15] = "when battling against evil kings and knights was the only way to prove your courage. We have all heard legends about swords stuck in stones and such. This sword lies in a green grassy plain, probably near a castle or some village."; 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 = '...'; } }