var fDesc=new Array(); fDesc[0] = "Flowers Coloring Book is ideal for curious young minds that want to learn more about nature. There are so many beautiful, unique flowers in nature of every color you could imagine. And each of them is so wonderful that your kids couldn't fail to be interested. With Flowers Coloring Book kids not only find out lots of new things about the flowers themselves and their colors, but also learn their names. Give your kids hours of fun and help them appreciate beautiful things!"; 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 = ''; } }