var fDesc=new Array(); fDesc[0] = "Traffic Jam Extreme is a highly-addictive puzzle game where the goal is to untangle the vehicles in the lot and restore order to the streets of Stresstropolis. But before you can tackle the traffic in the big cheese, you'll have to go through the suburbs and outskirts of Stresstropolis where things are easier and there is less traffic. Your goal is to finish all the levels, make the citizens happy and convert Stresstropolis to a traffic-free city."; 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 = ''; } }