<!--
//-- Settings for navigation structure
// This string builds the navigation structure for this site
// Use the following naming convention strictly!
// <homepage linkname> -> <absolute path>,<level1 page linkname> -> <absolute path>,...;\
// last element should end on "; !
SiteStructure = "\
Home -> /homepagePage.cfm;\
 * ,about ACU -> /about_us/AO_overview.asp;\
 * , * ,Aims & Objectives -> /about_us/aims.asp;\
 * , * ,Committee Members -> /about_us/committee.asp;\
 * , * ,History -> /about_us/history.asp;\
 * ,events -> /events/index.asp;\
 * , * ,event calendar -> /events/upcomingEvents.asp;\
 * , * ,previous events -> /events/previousEvents.asp;\
 * ,product support -> /members/product_support.asp;\
 * ,faq	 -> /faq/faq.asp";
//-->
