var fDesc=new Array(); fDesc[0] = "They say if you just sit at home you’ll never find your very own prince charming. But in reality, if you’re sitting at home and receive a letter, not from the prince of course, but rather an invitation to an old castle... well just take it. Because once you’re at the castle you’ll be intrigued by its curse and learn about the prince as you solve puzzles, find hidden objects, and wander around the castle in this nonlinear adventure."; 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 = ''; } }