var fDesc=new Array();
fDesc[0] = "“Battlefield 2 Stats Viewer” brings up your Bf2 statistics on your desktop.
Main Features:
- View your badges, ribbons, medals, unlockings along with various other data
- Supports “Battlefield 2″, “Special Forces”, “Euro Forces” & “Armored Fury”
- Independent of other stats websites
- Soldier images
- Multilanguage support
- Languagefile update system
- Player online indicator
- See where your buddies are playing (& join directly)
- Server details
- HTML Export
- CSV support
- FTP Support
- Historyfunction
- (Auto) Updater
- Implementation of requirements and awardnames
- Rankinfo
- Skinsystem
- “Copy and Paste”-support for your data
- Configureable leaderboard
-With Quick add/delete Buttons";
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 = '';
}
}