/*                                                          */
/*                     C a n | V I Z  ?                     */
/*                                                          */
/*               The  multi-media 3D viewer                 */
/*                     www.caniviz.com                      */
/*                                                          */
/*         Copyright 2002 to 2009 by ANDEOR SARL            */
/*                   All Rights Reserved                    */
/*                                                          */
/* This file is owned  by ANDEOR, SARL and cannot be used   */
/* for any purpose without an explicit license agreement,   */
/* contract, or any written document.                       */
/*                                                          */
/* -------------------------------------------------------  */
/* $Author: gdw $ */
/* $Date: 2009-01-06 18:40:57 +0100 (Tue, 06 Jan 2009) $ */
/* $Id: copyright.txt 8597 2009-01-06 17:40:57Z gdw $ */
/*  */
/* -*-header-*- */
/*
	Feel free to use your custom icons for the tree. Make sure they are all of the same size.
	User icons collections are welcome, we'll publish them giving all regards.
*/

var tree_tpl = {
	'target'  : 'main',	// name of the frame links will be opened in
				// other possible values are: _blank, _parent, _search, _self and _top

	'icon_e'  : 'lib/empty.gif', // empty image
	'icon_l'  : 'lib/line.gif',  // vertical line

        'icon_32' : 'lib/base.gif',   // root leaf icon normal
        'icon_36' : 'lib/base.gif',   // root leaf icon selected

	'icon_48' : 'lib/base.gif',   // root icon normal
	'icon_52' : 'lib/base.gif',   // root icon selected
	'icon_56' : 'lib/base.gif',   // root icon opened
	'icon_60' : 'lib/base.gif',   // root icon selected
	
	'icon_16' : 'lib/folder.gif', // node icon normal
	'icon_20' : 'lib/folderopen.gif', // node icon selected
	'icon_24' : 'lib/folderopen.gif', // node icon opened
	'icon_28' : 'lib/folderopen.gif', // node icon selected opened

	'icon_0'  : 'lib/page.gif', // leaf icon normal
	'icon_4'  : 'lib/page.gif', // leaf icon selected
	
	'icon_2'  : 'lib/joinbottom.gif', // junction for leaf
	'icon_3'  : 'lib/join.gif',       // junction for last leaf
	'icon_18' : 'lib/plusbottom.gif', // junction for closed node
	'icon_19' : 'lib/plus.gif',       // junctioin for last closed node
	'icon_26' : 'lib/minusbottom.gif',// junction for opened node
	'icon_27' : 'lib/minus.gif'       // junctioin for last opended node
};

