var fDesc=new Array(); fDesc[0] = "Pedigree Assistant for Cats is a pedigree printing program for breeders of cats. If the only thing you need to do is to print pedigrees, this may suit your needs. Pedigree Assistant's printed pedigrees can include photos, watermarks (with inbuilt fading), calligraphic text and decorative artwork for borders and corner graphics. You can customize all the colors, boxes & fonts etc."; 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 = ''; } }