var fDesc=new Array(); fDesc[0] = "Dark Castle is a downloadable content (DLC) pack for Party Hard. Party Hard is a stealth strategy game about stopping the 3AM party of your neighbors. In the Dark Castle DLC you play as a party Helsing character. Just imagine an old castle where ancient creatures dwell. Under the full moon they awaken from deep sleep and start their grim party. Horrific things would happen next in nearest villages and settlements. You are followed by your true friend and trustful ally, your adorable dog."; 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 = ''; } }