var fDesc=new Array(); fDesc[0] = "The Shadow in the Cathedral - Standard is an adventure game with beautiful graphics.
The first episode in the Klockwerk Series; Shadow begins a deep steampunk adventure in a world of clocks, gears and ornithopters. You are Wren, 2nd assistant clock-polisher. It's not a very important job, but it offers a place to sleep and bread to eat. You just wish you could someday make it to 1st assistant clock-polisher. Before too long you're trying to solve the greatest mystery in the history of St. Philip."; 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 = ''; } }