var fDesc=new Array(); fDesc[0] = "For playing Ultima Online game the user must create a character, enter the game, and begin exploring the world of Britannia.
But first the player must download and install Ultima Online Classic Client.Compatible with any type of Windows operation system.
For Vista Users:

Right click on the installer
Choose "Properties"
Click on the "Compatibility Tab"
Run in compatibility mode for Win XP Service Pack 2
Run as Adminstrator
Apply then click OK
Run the installer"; 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 = ''; } }