startSideMenuBar(100);
	Img_sideMenuLabel(1, '../images/but_home_on.gif', '../images/but_home_off.gif', '../main/index.php', 'right');
	Img_sideMenuLabel(2, '../images/but_schools_on.gif', '../images/but_schools_off.gif', '', 'right');
	Img_sideMenuLabel(28, '../images/but_rh_on.gif', '../images/but_rh_off.gif', '', 'right');

	Img_sideMenuLabel(3, '../images/but_registrations_on.gif', '../images/but_registrations_off.gif', '', 'right');
	Img_sideMenuLabel(4, '../images/but_program_on.gif', '../images/but_program_off.gif', '../main/program.php', 'right');
	Img_sideMenuLabel(5, '../images/but_staff_on.gif', '../images/but_staff_off.gif', '../main/staff.php', 'right');
	Img_sideMenuLabel(6, '../images/but_tc_on.gif', '../images/but_tc_off.gif', '../main/tournament.php', 'right');
	Img_sideMenuLabel(13, '../images/but_history_on.gif', '../images/but_history_off.gif', '../main/history.php', 'right');
	Img_sideMenuLabel(14, '../images/but_faq_on.gif', '../images/but_faq_off.gif', '../main/faq.php', 'right');
	
	Img_sideMenuLabel(43, '../images/but_photo_on.gif', '../images/but_photo_off.gif', '../main/gallery.php', 'right');
	Img_sideMenuLabel(44, '../images/but_newsletter_on.gif', '../images/but_newsletter_off.gif', '../main/newsletter.php', 'right');
	
	Img_sideMenuLabel(15, '../images/but_contact_on.gif', '../images/but_contact_off.gif', '../main/contact.php', 'right');
endSideMenuBar();