var fDesc=new Array(); fDesc[1] = "hidden object game does not mean that you have played them all, however, this is one of those cases where from the very beginning you can realize that not all the necessary attention has been paid through the development process in order to achieve a truly original and unseen product."; fDesc[2] = "almost feel the gushes of wind! You sway up and down in the waves listening to the thunders and watching the lightings as the sun goes down in the horizon. The FX sound is awesome providing all the fantastic realism of atmospheric effects!"; fDesc[3] = "you aboard a wooden ship in the middle of a fierce storm at sea. You will feel how the ship rocks and moves with the waves and the wind. In the distance, a threatening funnel cloud moves towards you, surrounded by awesome but dangerous lightnings."; fDesc[4] = "wallpaper shows a rainy night with a huge thunderstorm and flashes of lightning lighting up the jungle. Beneath the furious sky, there’s a lush and rocky jungle with beautiful and shiny waterfalls."; fDesc[5] = "take you out to the Scottish lands to witness the arrival of an electric storm. You will be standing on a green field next to the shore. There is an ancient castle tower standing still against the elements of nature. You immediately get the feeling of power."; fDesc[6] = "be quite a mesmerizing sight, too! now you have a unique chance to see the storm close up, watch highly realistic hurricane, mighty waves hitting the perishing ship, ominously beautiful seascapes, and 3D animated birds."; fDesc[7] = "are going to find a lot of new characters to play.And some old characters will be back. In this opportunity, your character Shaikan, as you remember is the one who has dragon blood in his veins."; fDesc[8] = "in the lower part of your screen, and on every obstacle they find in their fall, like icons or text. Through the Settings you can specify the color of the snow, how heavy the storm is, the type of flakes, their transparency and more."; fDesc[9] = "backgrounds as they are lit up by the dance of lighting in the skies. The mood is completed with comforting, yet haunting background music"; fDesc[10] = "Your information is encrypted and hidden inside the JPEG file without affecting the picture's appearance, quality or dimensions."; fDesc[11] = "game scenario is historical the missions that you must perform are fictional. At the beginning of the game you will be able to choose a side in the war."; fDesc[12] = "and East/Central Pacific only. This program uses Internet to automatically download active storm information (US Hurricanes)."; fDesc[13] = "swirls on the surface, accompanied by a sunset sky and lightning in the horizon. The graphics are very realistic. You can almost feel the wind on your face. All the atmospheric effects are so well designed that you will really feel in the middle of the storm."; fDesc[14] = "connect to the Internet and download the latest information regarding hurricanes, tropical storms and tropical depressions. This way you will be able to follow its trajectory so you can just forget about it or start getting prepared for its arrival to your city."; fDesc[15] = "quietly in your taskbar displaying the current temperature of your location. If WITN sends you an alert, you will hear an audible sound from your computer, after which a text crawl, just like a newsreel crawl, will display your weather warning across your computer."; 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 = '...'; } }