var fDesc=new Array(); fDesc[0] = "Royal Envoy: Campaign for the Crown is a time management game. Someone wearing a black cloak broke into the royal palace. The stranger was fearful and grim, and challenged the King's right to the throne. He accused the King of being unable to manage the kingdom, and demanded to be elected King himself. Help the King win the elections and defend the truth and justice in the kingdom."; 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 = ''; } }