var fDesc=new Array(); fDesc[0] = "Peter is a Pig and he is leaving his wilderness, he is tired and ready to move to new lands. Collecting their belongings and the rest of the rubles, on the way they will throw spokes into the wheels, and uneven roads and endless barriers of their native lands will become a real test in overcoming new horizons. Patriots: Back to Civilization - Side Scroller is a tractor control game in a physical space where any tilt and overspeed can flip your tractor over and end the game. Dodging sticks flying past, jumping over barriers and other obstacles, you need to keep your balance and drive forward."; 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 = ''; } }