var fDesc=new Array(); fDesc[0] = "Color by Numbers - Animals is a coloring game in which boys and girls will encounter adorable lambs in meadow, a smiling octopus, an amusing dog and a brooding lion. Selecting a difficult coloring mode will make coloring by number even more exciting. It also offers you bouncy background music and visual effects."; 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 = ''; } }