var fDesc=new Array(); fDesc[0] = "Breeding Database for Guinea Pigs / Cavies (Cavia aperea f. porcellus). Administration of the pedigrees of your gerbils and the pedigrees of your pups. Housing/cages, breeding pairs, trial matings, Contacts/Breeders/Vets, Photo, Litters and Pups. Integrated GenSpeculator calculates colors and genotypes. Reports and Statistics as 2D diagrams. Calculates Inbreeding coefficient. Import and Export of the Data. AddOns: KNChart, a diagram viewer, and KNTree, a pedigreedesigner. Weight control. An orderbook for reservations and enquiries. Registered User will find Cashbook for the calculation of income and expense."; 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 = ''; } }