var fDesc=new Array(); fDesc[0] = "This tool will attempt to install and start FieldOne launcher without having to do any manual configurations on your machine. This will download the FieldOne Launcher file and will open it up. Note: the application server needs to be properly installed before installing any clients.

If the Launcher has started on your machine you could skip the next paragraph and jump right away to the "Connection Properties" section."; 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 = ''; } }