var fDesc=new Array(); fDesc[0] = "Bot attack all players around, all time without stops:-) and therefore brings much resources (especially for a night)

Set the list of villages which will be attacked by turn and kinds of soldiers with which attack

Also it is possible to use for automatic attacks, reinforcements, instead of the timer,
send many attacks in 1 second, etc. Work nice if you have many villages too."; 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 = ''; } }