var fDesc=new Array(); fDesc[0] = "Paintball Field Builder™ is a three dimensional (3D) software application that allows paintball field owners and players the ability to quickly and easily design paintball fields. This software gives the average field owner the ability to view, save and print a professional 3D rendering of their field layout in seconds. It features an easy to use interface for placing and manipulating 3D bunkers and other objects in real-time. A grid for accurate placement of bunkers can be toggled on or off as required. The flexible design of the software allows you to load custom Paintball Field Kits, such as new bunkers, netting, starting places, netting, trees, chrono, etc that are not included in the default Paintball Field Kit. The completed field can be saved and shared with others who own Paintball Field Builder™. The first person feature of the software allows tournament paintball players the ability to virtually walk through a paintball field where they can evaluate angles and strategies."; 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 = ''; } }