var fDesc=new Array(); fDesc[0] = "Flight1's FSX Repaint Manager will allow you to easily package and install almost any repaint for FSX. It even works for non-Flight1 products also! If you are a repainter, simply use this tool to package and distribute your repaint. If you are an end user, you simply use this tool to install the repaint using just a few mouse clicks. It is designed to work universally with almost any aircraft. The repaint manager installer can also be redistributed with your repaints or products."; 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 = ''; } }