var fDesc=new Array(); fDesc[0] = "Albion Online is the first true cross-platform Sandbox MMO. Build your home, then furnish and decorate it to your own style! Comfy beds, tables laden with hearty food, gruesome hunting trophies… Furniture not only makes your house a home; each item also provides distinct bonuses and abilities to your character."; 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 = ''; } }