var fDesc=new Array(); fDesc[0] = "Rwy12 Object Placer is an easy to use program, that enable you to enhance the world of FS2004. Just slew your aircraft to any place you wish and with a mouse click place a library object there. This version includes 39 object libraries, with over 1,000 objects. Because of size the whole package is split into 4 zip files (the Program and 3 Library collections). You must download and install all four zip files. Once you create your scenery you can upload the files for others to share. Tens of designers contributed their work to this version."; 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 = ''; } }