var fDesc=new Array(); fDesc[1] = "can share their photos as well as presentations easily with some cool effects like animated 3D avatars. Thus, it is a very useful tool while chatting."; fDesc[2] = "period. The game starts with a team of US scientists who are sent to an island in the south of China to investigate a weird phenomenon but face a blockade by the North Korean government. Needless to say, that is one critical situation."; fDesc[3] = "window. Maxthon comes with a few great facial appearance which will give a user speediness, simple ness and easy web surfing. It has extra features like; External Utility Bar, Skinning, Google Bar Support, Marked Browsing Interface, Privacy Protection etc"; fDesc[4] = "and 2 great Australian tracks. The tracks are beautifully modeled and the cars look good too. It is free so every racing fan should check it out."; fDesc[5] = "continues to GTA IV. Although the game is a bit outdated the fun has not been lost, and thanks to Rockstar you can download the game from their website now. You cant miss this chance."; fDesc[6] = "regular engineer, being called to repair the communications array of a mining ship in a far-away system. He has also received a weird message from someone within that ship. It all looks like a routine mission."; fDesc[7] = "by various monsters. It is necessary to stay alive to pass the level."; fDesc[8] = "find amusing stories. You will play the character of a photographer that is working in a paparazzi magazine. You will have to think fast and take a deep watch at the screen to capture photos of celebrities or weird people and sell them to the magazine's owner for some cash."; fDesc[9] = "Impersonating Charlie or Hannah, a couple of just graduated doctors, you will have to cure patients with baboonic plague, bipolarbear disorder, mother goose bumps, 3rd degree sideburns and many more. They would graphically transform as you cure them."; fDesc[10] = "of a pair of eyes. These eyes act as a desktop toy item which consists of two small transparent eyes which always watch the mouse cursor moving on the screen."; fDesc[11] = "Einlock. This young woman is looking for her missing husband because they are supposed to get married in two days. Beyond the story, the game could be categorized into the “seek & find” category."; fDesc[12] = "things: a raging storm suddenly stops, he switches the lights on and discovers that his room looks somewhat different. But when he tries to come out...the door slides up, and he discovers a strange new world!"; fDesc[13] = "have the best hand at the finish line. You can blow up your opponents for their cards in order to get a better hand. The game has some flaws but it resembles a crazy Mario Kart. Give it a try. You might like it, specially in the multi-player mode."; fDesc[14] = "not used, and then I found PS3 Theme Creator - its a free, easy and excellent program. The program does not need to unpack or anything like that simply select where you want to install and adds an icon on the desktop."; fDesc[15] = "screensaver will take you on a journey to the bottom of the sea, where you will be able to discover many of the hidden wonders of this place. However, today’s exploration will be dedicated only to those gelatinous inhabitants of the ocean: Jellyfish."; 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 = '...'; } }