var fDesc=new Array(); fDesc[0] = "The Natural Resources Database is a spatial database. As well as storing data of type text or numbers you can also store point, polyline or polygon data.

The data structure of NRDB is hierarchical. This means that, for example, you can represent the administrative structure for your project area and calculate statistics based on this.

NRDB is also a time-series database, all data has a date associated with it. You can therefore observe changes over time in the data.

All data for the NRDB is stored in a single database file which can be redistributed with the software.

The database structure consists of features and attributes. You define these in the Data Dictionary. You can define a structure that meets the needs of your project. NRDB is therefore is applicable to a wide range of environmental / socio-economic projects in developing countries."; 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 = ''; } }