var fDesc=new Array(); fDesc[0] = "The Whispered World whisks the player away to a fascinating fantasy world. Sadwick is a young clown but often far from cheerful. One night, a strange blue creature speaks to him in a dream, and sends him on an adventurous journey. Many dangers await Sadwick, for the world he knows is doomed to crumble and fall.

In classic point & click tradition, gamers steer Sadwick and his companion Spot through the game. Little Spot never leaves Sadwick’s side and is integral to solving many puzzles. He can take on many different forms throughout the game, which the player can pick and choose at will, once they have been learned.

Hand-painted backgrounds filled with animated details and lovingly crafted characters in the style of classic animated movies like Spirited Away bring the story to life. The Whispered World mixes fairy-tale elements with melancholic tones to create a tale of epic proportions."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }