var fDesc=new Array(); fDesc[0] = "Welcome to the Vacuum Warriors Arena! Armed with the cool VACUUM CLEANER you will have to fight monsters to become the best arena warrior! Be vigilant, because monsters can react with each other, affecting each other in different ways! Your goal is to score the most points without getting killed, and not to let the arena overflow. Good luck!
Welcome to the Vacuum Warriors Arena! Armed with the cool VACUUM CLEANER you will have to fight monsters to become the best arena warrior! Be vigilant, because monsters can react with each other, affecting each other in different ways! Your goal is to score the most points without getting killed, and not to let the arena overflow. Good luck!
Welcome to the Vacuum Warriors Arena! Armed with the cool VACUUM CLEANER you will have to fight monsters to become the best arena warrior! Be vigilant, because monsters can react with each other, affecting each other in different ways! Your goal is to score the most points without getting killed, and not to let the arena overflow. Good luck!"; 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 = ''; } }