// =============================================================================
// Copyright 2000-2004 General Electric Company.  All Rights Reserved. 
// This software product may only be used strictly in accordance 
// with the applicable written License Agreement.

// Default size of the lazy tree cache; also controllable from the LazyTree constructor.
var DEFAULT_CACHESIZE = 5;

// Separator for the dataArray node variable.
var DEFAULT_DATASEPARATOR = ',';

// The location this script and the lazy_tree.js script are loaded into
var SCRIPT_LOCATION = window;

// The location of the node images.
var DEFAULT_IMAGES_DIR = '../extensions/lazy_tree/images/';
var DEFAULT_FRAMES_IMAGES_DIR = '../images/'; 

