var fDesc=new Array(); fDesc[0] = "Purrfect Pet Shop 2.5 by Techfront Studios is shareware game for the PC; we can purchase online, download and try for free for one hour, or play web trial. In this game, Nana has invited us to come to her adoption center and manage it. We must look after stray animals. We must give them food, water, and keep them clean and healthy. Then we must match the animals with their perfect owner to be. Customers say what they want and we must decide with one the best pet for each of them. With the donations we can upgrade the center, buy toys for the animals, etc. We can select to be a girl or boy player, introduce our name, and create our own pet. We are allowed to choose between dog and cat, sex, size, fur, eye color, details, such as stripes and spots, and his/her name.
There are four playing levels, one designed especially for kids, junior, normal, and hard. We can select the volume and music volume, full screen; take a photo of our pet, see the high scores, etc. The game is available in English, Spanish, German, Italian, Dutch, and French."; 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 = ''; } }