var fDesc=new Array(); fDesc[0] = "Here you should put your observation skills to the test as you try to find the differences in Just Spot It!

They may look the same but you should look closer. You'll be addicted in no time as you try to find the differences between each side-by-side scene. Enjoy immensely the detailed art as you wander through the rooms of a house, searching for subtle differences as the clock ticks down."; 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 = ''; } }