var fDesc=new Array(); fDesc[0] = "Getting stuck in a traffic jam for fun isn’t all that common. But that’s what this amusing game which tests your logic is all about.
On a construction site, in the arctic circle, on safari, in the air or at sea, you won’t escape getting stuck in a traffic jam and it’s up you to get out of it. Think logically, your moves and seconds are numbered."; 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 = ''; } }