var fDesc=new Array(); fDesc[0] = "101 Puppy Pets is a virtual game that allows you taking care of a pet; there are over 101 varieties of puppies. You have to feed, sleep, health, clean, and make it happy; also you have to teach your puppy to sit, scare, pounce, etc. In order to play you have to adopt a puppy or more. To adopt a puppy you have to select from many pet varieties: Labrador retriever black or white, Dalmatian, eye mottled Dalmatian, Siberian husky, Rottweiler, Doberman, Golden retriever, Beagle, Staffordshire terrier, jack Russell terrier; tint fur: yellow, red, pink, lavender, white, blue sky, navy blue, dark, etc.; gender (male or female), and you have to give a name to your puppy. You can reward your puppy with a treat after each trick, buy clothes and dress up your puppies. You can adjust: resolution, use full screen mode, music, and sound volume. When playing you can adjust your viewing angle, tilt, pan, zoom, and gesture your puppy to perform tricks. System Requirements for Windows: Microsoft Windows Vista, XP, 700 MHz processor (minimum), 256 MB RAM (minimum), 100 MB free hard disk space (minimum), 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 = ''; } }