var fDesc=new Array(); fDesc[0] = "WinTravian is a tool that overlays a windows interface over your favorite Travian browser game to runs in it's own window so you don't have to search for it's browser window or tab when you want to play.

Main features:

- minimizes to tray - you can keep it running and don't be bothered by another window in the taskbar while you work
- you get notified by a popup balloon on travian events like:

-new messages & new reports (you get to read them as soon as they arrive)
-work in progress that is near completion (don't ever waste time because you forgot to check travian's progress)
-attacks and reinforcements

-resource time estimates using your own time zone

-find out when you will have enough resources for an item in a few clicks (buildings, upgrades, units, ...)
-missing resources are highlighted and the required quantities are shown ( excess resources so you know what you can sell)"; 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 = ''; } }