var fDesc=new Array(); fDesc[0] = "AccountMaker:

-- Suport to NEW Character and Evolutions.

-- Suport to the 3º Character Evolution.

-- Creation, Edition and Deletion of Accounts.

-- Creation, Edition and Deletion of Characters.

-- Start Stats Edition.

-- Characters Stats, Quest, Class and PK Edition.

-- Support for MD5 Encryption

ItemMaker:

-- Suport for ALL ITEMS.

-- Vaults, ExtraVaults, Inventary and PersonalShop Edition.

-- Excelent Options Edition.

-- Ancient Options Edition.

-- Refinery/lvl380 Options Edition.

-- Jewel Of Harmony Options Edition.

-- Vaults, ExtraVaults, Inventary and PersonalShop Reset and Creation.

ItemFinder:

-- Search Items with Serial = 0.

-- Search Items with the same Serials.

-- Search Excelent and Ancient Items.

-- Search Full Items with Excelent Options.

-- Search Full Items with Refinery/lvl380 Options.

-- Search Full Items with Jewel Of Harmony Options.

SkillMaker:

-- Suport for ALL SKILLS.

-- See, Edit, Delete and Reset Skills.

GuildMaker:

-- Suport for Edit Guild MARK.

-- Create abd Edit Guilds.

MoveMaker:

-- Support for ALL MAPS.

-- Edit Characters Coordinates.

-- Ban/UnBan Characters.

-- Disconnected "Already Connect" Accounts"; 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 = ''; } }