var fDesc=new Array(); fDesc[0] = "As soon as you spot one difference, you simply click on it, and go on searching for the others until you find the other nine differences. The idea is to find all the differences in the least time possible, to get a high position in the online ranks. If you are stuck, there is a hint button to help you out."; 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 = ''; } }