var fDesc=new Array(); fDesc[0] = "A stunning, beautiful world awaits as you take on the challenge of bridging the chasm. Can you solve the puzzles and avert disaster?

Set in the picturesque surroundings of sparse deserts and dense forests it is your task to strategically design and construct an engineering masterpiece. Watch in eager anticipation as unsuspecting motorists, heavy freight trains and tourist riverboats approach. Will your solution stand up to the test or will tons of mangled steel be sent plummeting into the river below?"; 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 = ''; } }