var fDesc=new Array(); fDesc[0] = "Tales of Terror: Crimson Dawn Strategy Guide is a product in which you can follow the crystal clear instructions and helpful tricks to get you through the rough spots in the hidden object game Tales of Terror: Crimson Dawn. It enables you to solve those tricky puzzles and it comes with large, detailed screenshots and descriptions."; 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 = ''; } }