var fDesc=new Array(); fDesc[0] = "In Hotel Giant 2 you will create the hotel of your dreams and manage prestigious locations around the world. Your goal is to attract as many guests as possible and make sure they are satisfied throughout their stay.

In order to meet your objective, you must develop a high standard of service, hire an excellent staff, decorate every room to your liking and never forget that the customer is always right.

Exceed your guests’ expectations by improving their stay, earning more money and becoming the most successful hotel chain in the world!"; 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 = ''; } }