var fDesc=new Array(); fDesc[0] = "Cattle and Crops is a farming management simulation game. It gives you a details simulation of machinery and harvesting techniques. You have many employees under you for taking care of your farm, animals, and estate. You must be aware of the ground conditions, weather, etc. for deciding the proper time and pants. In multiplayer mode, you can bring-in your friends for managing the farm. Modding support enables you to add your own vehicles and maps to the game."; 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 = ''; } }