var fDesc=new Array(); fDesc[0] = "Blackout is a tough and challenging arcade that requires instant decisions and leaves no room for errors. The power outage was exploded. Your goal is to bring power back to the city. It?ll be hard to do and you?ll have to be quick. The time allowed for this operation is very limited. Luckily, you don't have to close all circuits - just enough to pass to another level."; 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 = ''; } }