var fDesc=new Array(); fDesc[0] = "Puzzle Rail Rush is a railway simulation game; the railroad is in a complete mess, and you have to fix it. You need to think and focus only on moves which lead to the most effective solution (most levels have more the one solution). To construct the railway, you are given a set of railroad blocks which you have to lay down and order (according to certain rules, depending on the game mode) to complete the railway, and deliver goods and passengers from one station to another."; 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 = ''; } }