var fDesc=new Array(); fDesc[0] = "Flight Simulator Platform Solutions (FSPS) implemented the Ultimate Checklist for Flight Simulator as add-on software designed to be run across a computer network (Requires registered WideFS) or as well on a single PC. (No requirement of Registered FSUIPC and WideFS).

Ultimate Checklist, comes as standard with 23 Aircraft manufactures and 71 different Aircraft type checklists. As an extra ability, you can also add unlimited Aircraft Manufactures, unlimited Aircraft types and unlimited checklists for your needs beyond the standard ones."; 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 = ''; } }