var fDesc=new Array(); fDesc[0] = "In Old Clockmaker's Riddle, you embark on an adventure in a world of magic through an ancient and beautiful town. The town has fallen to a curse and is running backwards in time. You must break the town’s curse by solving exciting puzzles and using bonuses to free the town’s clock tower, returning the town to its former beauty and splendor."; 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 = ''; } }