//General Settings

//width of nav in pixels is set here.
var intwidth="280"

//target for links. Leave empty to open links in the same window
var strTarget="right"
//images for tree

//path for images
var imagepath = "images/"

//Images are contained in the arImages array
arImages = new Array();
arImages[0] = "house.gif";
arImages[1] = "closedfolder.gif";
arImages[2] = "link.gif";
arImages[3] = "photo.gif";
arImages[4] = "script.gif";
arImages[5] = "comic.gif";
arImages[6] = "disk.gif";
arImages[7] = "cube.gif";
arImages[8] = "addfolder.gif";
arImages[9] = "newlink.gif";

//Images for opening and closing folders are set up here 
var imgclosefoldersrc = new Image();
imgclosefoldersrc.src = "closedfolder.gif";
var imgopenfoldersrc = new Image();
imgopenfoldersrc.src = "openfolder.gif";

//Tree data
