var fDesc=new Array(); fDesc[1] = "fascinating and mysterious sharks. It features wonderful animations, realistic 3D graphics and great underwater scenes and sounds to let you fully enjoy the experience."; fDesc[2] = "provides color management engine which features ICC profiles and other functions like white balancing, contrast, sharpness, saturation, lens correction, image perspective and trimming, outputting and printing."; fDesc[3] = "in a fantasy world, where you will control a character with his own characteristics for the fight. The goal is to defeat your enemies. Plot: The characters can be elves, humans, dwarves, mages, orcs and trolls."; fDesc[4] = "Arts. The main feature of Black & White 2 is that you can be a god. You start on an island where your hand is the mouse pointer and you must leave the island dragging yourself by clicking with the mouse."; fDesc[5] = "alternately. White goes first. When you have no valid move left, you loses. The pieces must be moved diagonally. You can save any game in .dam, .pnd or .doc format. You can also use this program to play with another computer in Internet."; fDesc[6] = "sounds. Those sounds are the mainly the sounds that one would consider white noise. They are often used for relaxation and meditation. The sounds range from several types of rains to wildlife in India."; fDesc[7] = "Studios and published by Electronic Arts. This expansion requires that you have the original Black & White 2. You will have more miracles to perform and new scenarios. There is a new god in the city and he is not friendly for sure."; fDesc[8] = "ball. Sometimes the color of the ball you must hit with the white ball is different than the color of the balls you will need to put into the holes."; fDesc[9] = "series includes a complete list of titles which represent different missions for Nancy Drew to solve. Nancy Drew, will be traveling to the Canadian Rockies to investigate the Icicle Creek Lodge."; fDesc[10] = "The software features the ability to import scanned or inked artwork directly for editing and further development. A pen tablet can be used to create natural original sketches using a mouse."; fDesc[11] = "numbers, business phone numbers, reverse search like \"whose phone number is this?\" or \"what businesses are at/on this address/street?\", search for toll-free phone numbers, maps, search for area codes, zip codes, weather conditions and forecast."; fDesc[12] = "tried to convert the other way around? Black and white pictures into colored once? Now you can do it with this excellent tool. Just take the beautiful black and white picture you always loved and see how it may look after a little bit of coloring."; fDesc[13] = "the 3D Aquarium Animated Screensavers on the EleFun Desktops Web Site, along with other versions of reef screensavers. As its name correctly indicates, this screensaver is about a white reef around which beautiful fishes swim decorating your desktop."; fDesc[14] = "celebrating something. Whether New Year, Christmas, Independence Day or any other important celebration, it is usually not complete without a dazzling display of fireworks in the sky."; fDesc[15] = "create new events that work like reminders on a calendar. When a certain event is going to happen, the application will play a sound for you. Now, the application is intended to be used as a White Noise player, but can be used with any noise and for other purposes."; 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 = '...'; } }