var fDesc=new Array(); fDesc[0] = "Afraid that trespassers will enter your private little airfield? Or that your virtual cows will seek greener virtual pastures? Or maybe you just want to make the entrance to your airpark look a little friendlier? So you need walls, fences, barbed wire even, or just a low row of flowers!

Now FSAddon’s FenceBuilder Pro is almost ready to be released and soon you can make all this and much, much more, in both FS2004 and FSX.

Heck, you can even build a copy of the Chinese wall if you want to or any other ‘row-like’ type of object for that matter. And it really ‘builds’ them. It is not an object placer as so many others. Although, to be brutally honest, it does THAT too! AND it helps you place effect files. Oh yes, and it places SOUNDS as well!

FenceBuilder Pro is one heck of a program for the beginning amateur scenery builder, as well as for the pro’s. It will help you be a lot more productive AND you can add your own objects to build all sorts of row-like structure. Think of hedges, rows of lamp posts, railway tracks even. And why not, ski lifts !"; 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 = ''; } }