// Tree format definition
var TREE1_FORMAT = [
	//  0. left position
	20,
	//  1. top position
	0,
	//  2. show buttons ("+" and "-" images)
	true,
	//  3. button images: collapsed state, expanded state, blank image
	["assets/images/c2.gif", "assets/images/e2.gif", "assets/images/blank.gif"],
	//  4. size of buttons: width, height, indent amount for childless nodes
	[16, 16, 0],
	//  5. show icons ("folder" and "document")
	false,
	//  6. icon images: closed folder, opened folder, document
	[],
	//  7. size of icons: width, height
	[16, 16],
	//  8. indent amount for each level of the tree
	[0, 25, 42, 60, 64, 80, 96, 112, 128],
	//  9. background color for the tree
	"",
	// 10. default CSS class for nodes
	"treeNode",
	// 11. individual CSS classes for levels of the tree
	["treeNode",
	 "treeNodeLevel1",
	 "treeNodeLevel2"
	],
	// 12. "single branch" mode
	false,
	// 13. padding and spacing values for all nodes
	[0, 0],
	// 14. "explorer-like" mode
	false,
	// 15. images for "explorer-like" mode
	["images/e_folder_closed.gif", "images/e_folder_opened.gif", "images/e_document.gif", "images/e_middle_button_expanded.gif", "images/e_bottom_button_expanded.gif", "images/e_middle_button_collapsed.gif", "images/e_bottom_button_collapsed.gif", "images/e_vertical_line.gif", "images/e_middle_join.gif", "images/e_bottom_join.gif"],
	// 16. size of images for "explorer-like" mode: width, height
	[19, 16],
	// 17. store tree state into cookies
	false,
	// 18. relative positioning mode
	true,
	// 19. initial space for the relatively positioned tree: width, height
	[180, 350],
	// 20. resize container of the relatively positioned tree
	true,
	// 21. change background-color and style for selected node
	false,
	// 22. background color for unselected node, background color for selected node, class for selected node
	["", "", ""],
	// 23. text wrapping margin
	0,
	// 24. vertical alignment for buttons and icons
	"middle"
];

// Tree structure definition
var TREE1_NODES = [
	['<br />college credit classes',null,null],
	['prospective students', null, null, {format:{expanded:false}},
		['q & a', 'http://www.austincc.edu/cad/students/prosqanda.php', null],
		['steps to register', 'http://www.austincc.edu/future/', 'blank'],
		['admissions and records', 'http://www.austincc.edu/support/admissions/', 'blank'],
		['financial aid', 'http://www.austincc.edu/support/financialaid/', 'blank'],
		['apply now', 'http://www3.austincc.edu/IT/student_app/www/pre_application_info.php', 'blank']
	],
	['current students', null, null, {format:{expanded:false}},
		['q & a', 'http://www.austincc.edu/cad/students/currqanda.php', null],
		['who\'s my advisor?', 'http://www.austincc.edu/cad/students/advisors.php', null],
		['advising guides', 'http://www.austincc.edu/cad/students/advguidedir.php', null],
		['tutoring/open lab', 'http://www.austincc.edu/cad/students/tutoring.php', null],
		['portfolio', 'http://www.austincc.edu/cad/students/portfolio1.php', null]
	],
	['former students', null, null, {format:{expanded:false}},
		['give to ACC', 'http://www.austincc.edu/foundatn/', 'blank'],
		['keep in touch', 'http://www.austincc.edu/cad/students/alumni_login.php', null]
	],
	['programs', null, null, {format:{expanded:false}},
		['architectural', 'http://www.austincc.edu/cad/programs/architectural.php', null],
		['civil', 'http://www.austincc.edu/cad/programs/civil.php', null],
		['electronic/ic layout', 'http://www.austincc.edu/cad/programs/electronics.php', null],
		['mechanical', 'http://www.austincc.edu/cad/programs/mechanical.php', null],
		['interdisciplinary', 'http://www.austincc.edu/cad/programs/interdisciplinary.php', null],
		['courses', 'http://www.austincc.edu/cad/programs/courses.php', null],
		['transfer', 'http://www.austincc.edu/cad/programs/transfer.php', null]
	],
	['faculty/staff', null, null, {format:{expanded:false}},
		['full-time faculty', 'http://www.austincc.edu/cad/fac/index.php', null],
		['adjunct faculty', 'http://www.austincc.edu/cad/fac/adjunct.php', null],
		['support staff', 'http://www.austincc.edu/cad/fac/support.php', null],
		['advisory committee', 'http://www.austincc.edu/cad/fac/adv_comm.php', null],
		['awards/memberships', 'http://www.austincc.edu/cad/fac/awards.php', null]
	],
	['employment center', null, null, {format:{expanded:false}},
		['post a job', 'http://www.austincc.edu/cad/empl/postajob.php', null],
		['find a job', 'http://www.austincc.edu/cad/empl/findajob.php', null]
	],
	['<br />technical support', 'http://www.austincc.edu/cad/techsupport/index.php', null],
	['<br />continuing ed classes', null, null],
	['answers', null, null, {format:{expanded:false}},
		['q & a', 'http://www.austincc.edu/cad/learn/faq1.php', null],
		['enrollment', 'http://www.austincc.edu/cad/learn/enroll1.php', null],
		['parking', 'http://www.austincc.edu/cad/learn/faq1.php#parking', null],
		['seat availability', 'http://www.austincc.edu/cad/learn/readschedule.php', 'blank'],
		['directions', 'http://www.austincc.edu/locations/nrg.php', 'blank'],
		['customized training', 'http://www.austincc.edu/cad/learn/customtrn1.php', null]
	],
	['about', null, null, {format:{expanded:false}},
	 	['history', 'http://www.austincc.edu/cad/learn/aboutus1.php', null],
		['facilities', 'http://www.austincc.edu/cad/learn/aboutus1.php#facilities', null],
		['faculty', 'http://www.austincc.edu/cad/learn/aboutus1.php#faculty', null],
		['contact us', 'http://www.austincc.edu/cad/learn/contact1.php', null],
    ],
	['courses', null, null, {format:{expanded:false}},
		['autodesk', 'http://www.austincc.edu/cad/learn/crsacad1.php', null],
		['autodesk certification', 'http://www.austincc.edu/cad/learn/crscadcert1.php', null],
		['certified cad drafter', 'http://www.austincc.edu/cad/learn/crscertcad1.php', null],
		['3ds max', 'http://www.austincc.edu/cad/learn/crs3dsmax1.php', null],
		['esri', 'http://www.austincc.edu/cad/learn/crsesri1.php', null],
		['other courses', 'http://www.austincc.edu/cad/learn/crsother1.php', null],
		['all courses', 'http://www.austincc.edu/cad/learn/courses1.php', null]
	],
	['schedules', null, null, {format:{expanded:false}},
	 	['spring 2010 (pdf)', 'http://www.austincc.edu/cad/learn/Spring 2010 Courses.pdf', 'blank'],
	 	['fall 2009 (pdf)', 'http://www.austincc.edu/cad/learn/Fall 2009 Schedule.pdf', 'blank'],
		['calendar', 'http://ical.austincc.edu/endg/learncad', 'blank'],
		['seat availability', 'http://www.austincc.edu/cad/learn/readschedule.php', 'blank']
	],
	['links', null, null, {format:{expanded:false}},
		['software', null, null,
			['autodesk', 'http://www.autodesk.com', 'blank'],
			['esri', 'http://www.esri.com', 'blank'],
			['pro\/e', 'http://www.ptc.com', 'blank'],
			['zero wait-state', 'http://www.zerowait-state.com/', 'blank']
		],
		['local services', null, null,
		 	['miller blueprint','http://www.millerblueprint.com/', 'blank'],
			['aia austin','http://www.aiaaustin.org/', 'blank'],
			['hotels','http://www.austincc.edu/cad/learn/hotels1.php', null]
		],
	],
];
