var fDesc=new Array(); fDesc[0] = "ParVaNeh: Legacy of the Light's Guardians is an action-adventure game set in the fantasy World of Naria. Fadia, a young and courageous boy sets about protecting Naria, his home village, from the Khazdaks who are trying to pollute their river. As the adventure unfolds, Fadia begins to discover where the Khazdaks have come from and why they have arrived."; 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 = ''; } }