var fDesc=new Array(); fDesc[0] = "Tree Party is a Dark Basic Pro / Dark GDK library application that allows the developer to include highly detailed, realistically animated 3D mesh trees into their applications with little effort. This system was designed to closely match the native functions of Dark Basic Pro / Dark GDK - so adapting the library to your projects is a snap! This version is a complete re-write from the ground up to allow for the more advanced features of Dark Basic Pro / Dark GDK, including shaders and mesh deformation. A lot of additional time has been spent with this release to ensure the end-developer the most realistic yet practical tree system possible. We are confident you will appreciate the extra effort put into this product."; 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 = ''; } }