var fDesc=new Array(); fDesc[0] = "RTE Capture is a tool for the popular game ARMA II.

On the first run of RTE Capture, you'll get welcomed by a wizard. During the the wizard, you'll ask for the location of Armed Assault and ArmA II. Please check if the paths are valid.
As next step RTE Capture will download and install the RTE.

At the end of the wizard, you have the option to continue to edit the profiles. This is recommended!"; 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 = ''; } }