var fDesc=new Array(); fDesc[0] = "As the Mayor of Greenville, players have the opportunity to create a green city in Plan It Green. As mayor of your hometown, you have vowed to bring about a new green future by changing the ways of the past. You are working with close supporters to restore Greenville to its former glory and beauty. Watch as Greenville transforms before your eyes as you build eco-homes, apply green upgrades, and bring new clean jobs and industry to your hometown! Plan It Green is the first game that leverages the resources of National Geographic, an organization that was green when green wasn't cool."; 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 = ''; } }