var fDesc=new Array(); fDesc[0] = "The Guild 2 Venice begins in the last day of a dark age. Now however, as the 14th Century draws to an end, the first rays of a shining new age appear on the horizon: Common artisans and traders are gaining wealth and influence. More and more common people learn how to read and write, and the gentry loses many of its privileges."; 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 = ''; } }