var TREE_ITEMS = [
        ['Student Main', 'frame-main.html',
                ['Online Store and Pro Shop', ' http://www.cafepress.com/shaolinkempo/'],
                ['School Information',null,
                        ['Courses', 'courses.html'],
                        ['Curriculum', 'curriculum.html'],
                        ['History', 'history.html'],
                        ['Lineage', 'lineage.html'],
                        ['Style', 'style.html'],
                ],
                ['Student Section',null,
                        ['Class Schedule', 'class.html'],
                        ['FAQs', 'faq.html'],
                        ['Newsletter', 'newsletter.html'],
                        ['Student Handbooks', 'handbooks.html'],
                        ['School Rules', 'rules.html'],
                        ['Sifu Gallery', 'brygallery.html'],
                        ['Tuition', 'tuition.html'],
                        ['Uniform', 'uniform.html'],
                        ['Contact Us', 'contact.html'],
                ],
                ['Events',null,
                        ['Seasonal Activities', 'seasonal.html'],
                        ['Seminars', 'seminars.html'],
                        ['Tests', 'testing.html'],
                        ['Tournaments', 'tournament.html'],
                ],
                ['Press',null,
                        ['Advertising', 'advertising.html'],
                        ['News and PR', 'news.html'],
                        ['Staff', 'staff.html'],
                        ['Style Guide', 'styleguide.html'],
                ],
                ['Online Resources',null,
                        ['Ask Sifu', 'qna.html'],
                        ['Webring', 'webring.html'],
                        ['Links', 'links.html'],
                ],
                ['Affiliates',null,
                        ['KGS BBS', 'kgsbbs.html'],
                        ['GLKO', 'glko.html'],
                        ['others', 'others.html'],
                ],
        ],
];
