var fDesc=new Array(); fDesc[0] = "Puppy Luv “A New Breed” is your new travel and home companion. This puppy will provide unconditional love for you and the entire family and you will have hours of fun playing with your new best friend. From caring to tricks your new puppy will keep you entertained for hours and hours, but don’t forget him, he still gets hungry and is always looking to be loved.
Features: Real time attributes, name your pet, teach your dog tricks (sit, roll over, and many more), 6 different locations, upgrade your yard, all kinds of toys for your puppy. Take care of your dog: wash him, feed him, brush him, and play with him."; 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 = ''; } }