var TREE1_NODES = [
	['ES Home', 'http://environ.okstate.edu/ES/index.htm', null],
	['30th Anniversary<br>Celebration', 'http://environ.okstate.edu/ES/celebration/', null],
	['ES Orientation', null, null,
		['<div class=smallmenu>ES Program Tour</div>', 'http://environ.okstate.edu/ES/newstudents.htm', null],		
		['<div class=smallmenu>ES Program Info</div>', 'http://environ.okstate.edu/ES/Program/index.htm', null],		
		['<div class=smallmenu>Specializations</div>', 'http://environ.okstate.edu/ES/Specializations.htm', null],		
		['<div class=smallmenu>Admission</div>', 'http://environ.okstate.edu/ES/admission/index.htm', null],		
		['<div class=smallmenu>Financial Aid</div>', 'http://environ.okstate.edu/ES/financial_aid.htm', null],		
		['<div class=smallmenu>ES Rules</div>', 'http://environ.okstate.edu/ES/ES_Rules.htm', null],		
		['<div class=smallmenu>Degree Checklists</div>', 'http://environ.okstate.edu/ES/degree_checklists.htm', null],		
	],
	['Administration', 'http://environ.okstate.edu/ES/administration/', null],
	['EPAB', 'http://environ.okstate.edu/ES/epab/', null],
	['Undergraduate<br>Program', 'http://environ.okstate.edu/ES/ES_undergrad.htm', null],
	['Student Center', null, null,
		['<div class=smallmenu>Resource Center</div>', 'http://environ.okstate.edu/ES/students/', null],		
		['<div class=smallmenu>ES News</div>', 'http://environ.okstate.edu/ES/es_news.htm', null],		
	],
	['Career Center', null, null,
		['<div class=smallmenu>Resource Center</div>', 'http://environ.okstate.edu/es/career/login.asp', null],		
		['<div class=smallmenu>Internship Info</div>', 'http://environ.okstate.edu/ES/Internships.htm', null],		
	],
	['Env. Faculty', 'http://environ.okstate.edu/ES/faculty/default.asp', null],
	['Awards', 'http://environ.okstate.edu/Awards/index.htm', null],
	['Alumni Assoc.', 'http://environ.okstate.edu/es/alumni/login.asp', null],
	['Searchable<br>Databases', null, null,
		['<div class=smallmenu>Faculty</div>', 'http://environ.okstate.edu/ES/faculty/default.asp', null],		
		['<div class=smallmenu>Students</div>', 'http://environ.okstate.edu/ES/students/studentsearch_results.asp', null],		
		['<div class=smallmenu>Student Research</div>', 'http://environ.okstate.edu/ES/students/studentresearch_results.asp', null],		
		['<div class=smallmenu>Alumni</div>', 'http://environ.okstate.edu/es/alumni/login.asp', null],		
		['<div class=smallmenu>Careers</div>', 'http://environ.okstate.edu/es/career/login.asp', null],		
	],
	['Directions', 'http://environ.okstate.edu/es/directions.htm', null],
	['Contact Us', 'mailto:environ@okstate.edu', null],
	['EI Home', 'http://environ.okstate.edu/EI/index.htm', null],
	['OWRRI Home', 'http://environ.okstate.edu/OWRRI', null],
	['OSU Home', 'http://www.okstate.edu', null],
	['Portal', '../index.htm', null]	
];
var TREE1_FORMAT =
[
//0. left position
	0,
//1. top position
	10,
//2. show +/- buttons
	true,
//3. couple of button images (collapsed/expanded/blank)
	["http://environ.okstate.edu/ES/images/c.gif", "http://environ.okstate.edu/ES/images/e.gif", "http://environ.okstate.edu/ES/images/b.gif"],
//4. size of images (width, height,ident for nodes w/o children)
	[16,16,16],
//5. show folder image
	false,
//6. folder images (closed/opened/document)
	["http://environ.okstate.edu/ES/images/fc.gif", "http://environ.okstate.edu/ES/images/fe.gif", "http://environ.okstate.edu/ES/images/d.gif"],
//7. size of images (width, height)
	[16,16],
//8. identation for each level [0/*first level*/, 16/*second*/, 32/*third*/,...]
	[0,16,32,48,64,80,96,112,124],
//9. tree background color ("" - transparent)
	"",
//10. default style for all nodes
	"clsNode",
//11. styles for each level of menu (default style will be used for undefined levels)
	[],//["clsNodeL0","clsNodeL1","clsNodeL2","clsNodeL3","clsNodeL4"],
//12. true if only one branch can be opened at same time
	false,
//13. item pagging and spacing
	[0,3],
/************** PRO EXTENSIONS ********************/
//14. draw explorer like tree ( identation will be ignored )
	true,
//15. Set of explorer images (folder, openfolder, page, minus, minusbottom, plus, plusbottom, line, join, joinbottom)
	["http://environ.okstate.edu/ES/images/folder.gif","http://environ.okstate.edu/ES/images/folderopen.gif","http://environ.okstate.edu/ES/images/page.gif","http://environ.okstate.edu/ES/images/minus.gif","http://environ.okstate.edu/ES/images/minusbottom.gif","http://environ.okstate.edu/ES/images/plus.gif","http://environ.okstate.edu/ES/images/plusbottom.gif","http://environ.okstate.edu/ES/images/line.gif","http://environ.okstate.edu/ES/images/join.gif","http://environ.okstate.edu/ES/images/joinbottom.gif"],
//16. Explorer images width/height
	[19,16],
//17. if true state will be saved in cookies
	false,
//18. if true - relative position will be used. (tree will be opened in place where init() was called)
	true,
//19. width and height of initial rectangle for relative positioning
	[180,150],
//20. resize background //works only under IE4+, NS6+ for relatiive positioning
	false,
//21. support bgcolor changing for selected node
	false,
//22. background color for non-selected and selected node
	["white","#FF0000", "clsNodeSelected"]
];