Tree Data
The tree is populated from the file navdata.js using the following functions:
add1stlevelitem
add2ndlevelitem
add3rdlevelitem
add4thlevelitem
These functions which all take the following parameters:
addNlevelitem("[item name]","[item url]",[image code])
Item name - The name of the item.
Item url - The location you wish it to link to.
Image Code - The code for the image you want assosiated with the item. These are defined in arImages, which is also defined in navdata.js (see Settings).