var fDesc=new Array(); fDesc[0] = "Old Village Simulator 1962 will take you back in time to mid sixties, so you can sit behind the wheel of vintage tractors and harvesters. You'll also participate in many unique events to see, who's the fastest in ploughing and seeding the field, baling straw, harvesting wheat or mowing grass. There are even tractor races."; 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 = ''; } }