var fDesc=new Array(); fDesc[0] = "Farm Girl is well known for her "green thumb". Everything she planted on her farm grows and thrives. But now there is a new challenge: Building a farm along the Nile! Establish a farm at the edge of the pyramids! Completely new conditions require completely new management on the farm under the Egyptian's sun. You need to adept your manufacture and your offerings to the current marketing situation. Sandstorms, water shortages or annoying crocodiles from the Nile shouldn't prevent you from building up a premier farm. Don't just watch about your current facilities, invest in new technologies, too. If you get an error that you need D3DX9_42.dll then you have to update your directX at Microsoft."; 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 = ''; } }