var fDesc=new Array(); fDesc[0] = "As pilots in the Vendetta universe, the progression of the player's character is up to each individual. The starting Nation affiliation gives the player certain benefits and liabilities that fit the particular culture of that Nation, but this merely serves as a starting point for the character. If the user wishes to be a peaceful trader, military pilot, guard for hire, dastardly pirate, or whatever the player imagines, this is all up to the behaviour and play style of the user. There are both lawful and lawless places in the universe, and many different factions (including a pirate faction) with differing motives and shifting alignments. The universe is never a completely "safe" place (PvP is always possible), but lawful authorities do not take kindly to combat within their populated areas, making those places safer than most. More lawless regions may prove more dangerous, but potentially yield lucrative possibilities for those who align themselves with the darker underbelly of society. The life of a criminal is difficult, however, and pirates are not well-loved in most of the populated galaxy, even hunted by groups of players."; 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 = ''; } }