var fDesc=new Array(); fDesc[0] = "Can a mysterious tattoo cure a phobia or will it turn Victor into a victim and make him crave for death? After waking up with no recollection of his past, Victor must figure out where the tattoo came from. Help a rugged detective solve this puzzle and save the day in Our Worst Fears: Stained Skin. Use your Hidden Object Puzzle Adventure skills to work your way through this incredibly spooky game."; 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 = ''; } }