function organ(num) {
if (num == 1) {document.info.name.value = "uterine horn";document.info.func.value = "The uterine horn is a coiled tube that leads from the ostium to the uterus."}
if (num == 2) {document.info.name.value = "kidney";document.info.func.value = "The kidneys filter waste and excess sodium from the cat's body.  The kidneys also produce hormones that are important to the production of red blood cells as well as the regulation of blood pressure."}
if (num == 3) {document.info.name.value = "ovary";document.info.func.value = "The ovaries in a female cat store eggs which are then released into the fallopian tubes for delivery into the uterus."}
if (num == 4) {document.info.name.value = "urinary bladder";document.info.func.value = "The urinary bladder collects urine for removal from the body. It can expand to accommodate large amounts of urine."}
if (num == 5) {document.info.name.value = "urethra";document.info.func.value = "In both sexes, the urethra is a tube attached to the urinary bladder. The urethra is the organ that transports urine from the bladder to the external environment."}
if (num == 6) {document.info.name.value = "uterus";document.info.func.value = "The uterus is the organ in which fetuses form and develop. The uterus receives eggs from the ovaries and contains the egg until the sperm reaches it."}
if (num == 7) {document.info.name.value = "vagina";document.info.func.value = "The vagina serves as the passageway by which babies are delivered. The vagina is a muscular passageway that is also an important part of conception."}
}
function clear() {document.info.name.value = " "}
