var fDesc=new Array(); fDesc[0] = "It's is a virtual pet game. You can choose from over 101 kitties. You have to teach your kitty to sit, scare, pounce, etc. You have to feed, clean, sleep, health, make happy, etc. You can reward your kitten with a treat after each trick, buy clothes and dress up your kitties, zoom in, zoom out, tilt and rotate in real 3D. In the main window you have four options: start, options, adopt, and exit. To start playing you first have to adopt a pet. To adopt a pet you have to select your kitty selecting from: Bengal, Siamese, ragamuffin Bombay, British, Siberian, Turkish angora, etc.; tint fur: blue sky, navy blue, dark yellow, red, pink, lavender, white, etc.; gender, and its name. In the options window you can change: resolution, use full screen mode, music, and sound volume. When playing you can adjust your viewing angle, tilt, pan, zoom, and gesture your kitty to perform tricks.
System Requirements for Windows: Microsoft Windows Vista, XP, 700 MHz or faster processor, 256 MB RAM, 100 MB free hard disk space, 800x600 monitor, 16-bit color, DirectX 9.0c, 32 MB DirectX 9.0c-compatible video card, and Windows-compatible sound card and speakers."; 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 = ''; } }