var fDesc=new Array(); fDesc[0] = "FireFighters: Whatever It Takes is a realtime strategy game which focuses on wildfires prevention. Player is supposed to extinguish fire as fast as he can and thus save the largest area of forest possible and all civilians threatened by the fire.
axe It's up to the player to find the optimal strategy how to fight the fire by utilizing several different types of firefighters and vehicles. Each unit's firefighting abilities can be boosted with purchased upgrades. The player decides which upgrades are the most suitable for every mission."; 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 = ''; } }