var fDesc=new Array(); fDesc[0] = "Voodoo Chronicles HD is a game in which you can help out James Voodoo as he investigates the mysterious attacks through the forsaken hamlet of Ravenhill, the wealthy city of Richtown. The game contains over 50 scenes to investigate and it comes with a captivating story told through cut scenes and voice acting."; 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 = ''; } }