var fDesc=new Array(); fDesc[0] = "FillToy is a live album made for coloring any image. Select one of the few standard image shipped with the program, download additional image packages from the web site or simply add any image suitable for colouring to the image gallery. Your child will enjoy a captivating activity for a few minutes, hours or days (depending on the number of image you make available). Save the colored image on disk to show your friends and family that your child is a famous up and coming artist. Finally, FillToy allows you to print the best eng/image. All this is available in a simple and convenient form. FillToy: for adults and children everywhere."; 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 = ''; } }