var fDesc=new Array(); fDesc[0] = "Gartriage is a simple, cool brainteaser with sixty built-in levels. Each level of Gartriage is called a station and the goal is to use the locomotive to move each wagon to its load of the corresponding color. The game provide a station editor, to easily design your own stations, 3 different skin sizes, the Dutch translation, and documentation on how to add a new translation."; 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 = ''; } }