var fDesc=new Array(); fDesc[0] = "Ultima 4: Quest of the Avatar is an RPG adventure game. This game challenges not only your physical and mental skills, but the true fabric of your character.

The evil triad of Mondain, Minax, and the hellspawn Exodus have been vanquished and peace reigns throughout the land of Britannia. Evil yet abounds, but in isolated pockets and in the hearts of men. A new age awaits the coming of one who can conquer evil on all frontiers through mastery of both magic and the use of force."; 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 = ''; } }