var fDesc=new Array(); fDesc[0] = "After the dust settles from the Great War, there are still many in the planets of the galaxy where automated factories continue to produce battle droids with a single order, to destroy any target approaching the protected objects. You are given the task to destroy the droids while disrupting the plants’ production and storage of spare parts and fuel. You can change the tower body and chassis of droids with different weapons in the three slots for more efficient operation."; 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 = ''; } }