var fDesc=new Array(); fDesc[0] = "Black Gold Online is a Fantasy versus Steampunk themed MMO set in the divided world of Montel. On one side you have the Erlandir kingdom, mystical, shamanistic, and reliant upon the power of their magic to defend their homeland. On the other you have the imperialistic Isenhorst war machine, hell bent on extracting the world’s resources to fuel their mechanical creations and technological lifestyle. The two factions clash for control of the world’s remaining black gold in the ultimate battle of magic versus technology."; 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 = ''; } }