var fDesc=new Array(); fDesc[0] = "The Wizard's Tower is an official add-on for Oblivion providing your character with a new house, a magical tower known as Frostcrag Spire. The add-on also introduces Aurelinwae, a novice merchant with 2000 gold. She can be found inside the Mystic Emporium in the Market District of the Imperial City."; 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 = ''; } }