var fDesc=new Array(); fDesc[0] = "The indians are under attack from wild animals!! Its your job to build the perfect defence line to keep all wild creatures away from your village. Build new units along the road, upgrade existing units and research for new warrior types to become stronger. You will need to place shooters strategically so that they can cause the most damage! Use the mouse cursor to select units, and build new units on the map. The objective of this tower defence game is to stop all animals from reaching the village."; 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 = ''; } }