with(new menuname("Main Menu")) {
	style=menuStyle;
	alwaysvisible=1;
	position="relative";
	aI("text=Home;url=index.html;");
	aI("text=Announcements;url=announcements.html;");
	aI("text=Dance Camp;url=danceCamp.html;");
	aI("showmenu=Staff;text=Staff;");
	// aI("text=Dance Camp;url=danceCamp.html;");
	// aI("text=Staff;url=staff.html;");
	aI("text=Contact Us;url=contact.html;");
	aI("text=Schedule;url=schedule.html;");
	// aI("text=Calendar;url=calendar.html;");
	aI("text=Testimonials;url=testimonials.html;");
	aI("showmenu=PhotoGallery;text=Photo Gallery;");
	aI("text=Directions;url=directions.html;");
	/* "filler" lines to get my background image to show the bottom of the image */
	aI("text=<br/>;url=index.html;");
	aI("text=<br/>;url=index.html;");
	aI("text=<br/>;url=index.html;");
	aI("text=<br/>;url=index.html;");
	aI("text=<br/>;url=index.html;");
/*	aI("showmenu=Miscellaneous;text=Miscellaneous;"); */
	}
drawMenus();
