var fDesc=new Array(); fDesc[0] = "DOUBLETZ memory games. Doubletz is a collection of matching pair memory games for age 3+. Click on the tiles to find the matching pairs. Doubletz helps your child to develop number, shape, colour and alphabet recognition; providing hours of fun while improving young minds."; 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 = ''; } }