/* menu_data_main_g.js
 *
 * Contains the sub-menu for the "Generosity" section of the
 * IMS website.
 *
 * Corresponds to: g.lbi
 */

with(milonic=new menuname("Main Menu"))
{
	alwaysvisible=1;
	itemheight=15;
	itemwidth="relative";

	position="relative";
	orientation="vertical";
	style=sub_main;

	aI("text=Inspiration for Giving ;url=g_a_inspirationforgiving.html;");
	aI("text=Donating Online;url=donations.php;showmenu=donating_online;");
	aI("text=Monthly Giving;url=g_d_monthlygiving.html;");
	aI("text=Planned Giving;url=g_d_plannedgiving.html;");
	aI("text=Stock Transfers;url=g_g_stocktransfers.html;");
	aI("text=Volunteering;url=wo_d_volunteer.html;showmenu=wo_volunteer");
	aI("text=Stories of Giving & Receiving;url=g_c_stories.html;");
	aI("text=Annual Report;url=g_f_annual_statement.html;");
}

drawMenus();


