var fDesc=new Array(); fDesc[0] = "At the Pet Hotel, you're in charge as virtual pet fun meets business sim strategy in this free pet game! Build gift shops, restaurants, vet offices, play enclosures and more to accommodate pets and their owners. As you expand your hotel and earn more money in this free pet game, you can add rooms and amenities to attract more guests. Adjust the prices for room fees, food and souvenirs to maximize profits and occupancy. Feed your animal guests, take them to the vet and teach them tricks to earn extra money; download free pet game and make your hotel the best in the land!"; 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 = ''; } }