var fDesc=new Array(); fDesc[0] = "FS Panel Studio is the best tool available for creating and editing Microsoft Flight Simulator Panels. The fully graphical interface lets you drag, drop and stretch your gauges and immediately see the results. You don't have to be a programmer or understand Microsoft Flight Simulator panel.cfg file syntax to create great looking custom Panels.
Design or modify a Panel in minutes in one session. See exactly what you'll get when you run Flight Simulator. Use your mouse to add, delete, move and resize Gauges. Stretch gauge widths or heights independently for a perfect fit. Add windows and set their positions with 1 pixel accuracy.
For the first time you can create new Gauges, and edit (using your favorite bitmap editor) any Gauge bitmap for a truly unique Panel. FS Panel Studio® is written in C to make it small and blazingly fast. No long waits for screen redraws. Simply the best panel editor available."; 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 = ''; } }