var fDesc=new Array(); fDesc[0] = "Jane's Hotel - Family Hero Deluxe

Description
Jane's back just in time to save her family's hotel legacy! Help Jane pamper guests in France, England, Japan, and more in an effort to restore her family name. Jane has lots of tricks up her sleeve to attract her customers, but it's going to take careful strategy and the right upgrades to keep the visitors happy in Janes Hotel: Family Hero Deluxe.


Deluxe Features
* lots of upgrades in the game
* over 40 levels
* new guests and hotel staff
* beautiful graphics"; 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 = ''; } }