var fDesc=new Array();
fDesc[0] = "NTF is an all factions playable (included emergent), for all campaigns of Napoleon Total War, easy to install and run. Campaigns are offered in SP and MP mode.NTF comes with a launcher making playing the md just a matter of 2 clicks. From v. 3.5 launcher is made fully in Visual Basic, using no batch or script files, in an attempt to help users experiencing problems with their anti-virus.";
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 = '';
}
}