var fDesc=new Array(); fDesc[0] = "Princess of Tavern is a time management game for Windows users. While walking along a wooded path, Mary and her dragon Tobby stumble upon three gunmen trying to extort the Prince. Mary and Tobby step in and quickly drive the robbers away. Impressed by Mary's bravery, the Prince makes her the owner of a small diner on the edge of his kingdom. Hoping to see her again, the Prince invites Mary to the royal ball and gives her his part of the ticket. Mary begins a new job, dreaming of getting to the royal ball as soon as possible.​"; 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 = ''; } }