var fDesc=new Array();
fDesc[0] = "A great travian management tool for looking after your constructions, population, villages and more.
Features:
- Automatic Login.
- MarketPlace Management
- You can Add Travian servers that do not exist
- Hide Travian Helper Option; hides totally the application and recover it from system tray by double clicking in space between other icons. ALT F1 to hide or the minimize button on top right.
- Ally Management
- Construction/Task Queue
- You can schedule resources transfer.
- You can schedule Army transfer.
- Army Tab with detailed army information
- Even Faster.
- Manage Multiple Accounts.
- Manage your Villages.
- Run in it's own window.
- Extended village information.
- Easy shortcuts for the most of the building.
- Manage your messages.
- Troop Information.
- Automatic Error submission with email.
- Time/Distance Calculator
- Extended Village Information
- Extended Resources information
- Extended Building information( Menu appears where you point with the mouse)
- New Login procedure
- Army Information
- Bookmark player for easy access";
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 = '';
}
}