var fDesc=new Array(); fDesc[0] = "The Park Manager is a tool that allows users to download pre-terraformed parks into RCT3. The parks are designed with beauty and practically in mind and can be downloaded directly to your “Documents/RCT3/Parks” folder for direct opening in RCT3.

Searching for parks is even easier in the latest release V1.2 where you can specifiy your desired park size, terrain and feature (such as hills, mountains, waterfalls etc). There’s loads of search options to ensure that you get the park that’s right for you.

The ability to rate parks and leave comments on them also makes choosing the right park for you easy. A screenshot is provided along with details regarding the file size.

Another feature of the park manager is that you can upload your own parks. Using tutorials available on the applications website (matt9537.co.uk) blog you can create your own landscapes and upload them quickly and easily for other people to use."; 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 = ''; } }