var fDesc=new Array(); fDesc[0] = "Vagrant Hearts Zero is an 2D RPG game. You play in a world divided by those blessed with magic, and those denied this gift. Merciless pirates sweep the land, capturing any magic-users they find and enslaving them. After a foiled kidnapping attempt, two siblings with unsual powers take it upon themselves to learn the truth behind their attackers motives, and in the doing, lay the seeds for the future of their kind."; 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 = ''; } }