var fDesc=new Array(); fDesc[0] = "Devils Share is a first person action horror game for Windows OS. Take on the role of Victor Locke, a mercenary hired by the church to clean out the filth that has begun plaguing the lands. Your current mission is to investigate a small town and find the cause of recent missing person reports. Use a variety of weapons to carve through the undead minions and put a stop to the devil worshipers before they complete their ritual."; 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 = ''; } }