var fDesc=new Array(); fDesc[0] = "AiPetz is the first step in developing virtual intellilgent pets for personal companionship and virtual relationships. AiPetz are not simply virtual pets, but a program designed to mimic awareness. One of its main features is knowledge acquisition. Everytime you talk with your AiPet it will learn, remember, and understand.

An AiPet works by learning. He or she learns through interacting with you and creating relationships between the topics you talk about. It is an intelligent Ai being that is created by the things one teaches it. You can teach it anything!"; 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 = ''; } }