var fDesc=new Array(); fDesc[0] = "Kellie Stanford: Turn of Fate, a new casual quest, is a perfect result of genre combination. Once you begin playing, the thrilling story of Kellie and her father will captivate you, especially if you are fond of quests, hidden object games or puzzles. Do not let the colorful cartoon graphics deceive you: the tasks are quite challenging, and the twists of the plot are absolutely unpredictable."; 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 = ''; } }