var fDesc=new Array(); fDesc[0] = "Color By Number lets you to convert photo to a paint-by-number pattern. Just scan the photo or load graphics file from disk, choose the brand of paints/crayons to be used and the program will convert your photo to a paint-by-number pattern optimized for the palette you have chosen. You can print the pattern together with color key."; 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 = ''; } }