var fDesc=new Array(); fDesc[0] = "Vampires: Todd & Jessica's Story is a game that will place you in a world of magic, riddles, and unmanageable contradictions. You can explore numerous breath-taking locations, collect vital objects, and solve mind-bending brain-teasers as you become witness to an extraordinary love story."; 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 = ''; } }