var addEvent = function(obj, type, fn) {
	if (obj.addEventListener)
		obj.addEventListener(type, fn, false);
	else if (obj.attachEvent)
		obj.attachEvent('on' + type, function() {
			return fn.apply(obj, new Array(window.event));
		});
}

function initMenu(flOx, flOy, slOx, slOy, menuLayout)
{
	if(typeof menuLayout == 'undefined')
	{
		menuLayout = 'vertical'
	}

	Menu = new AsylumNav('navMenu');
	Menu.menuLayout = menuLayout;
	Menu.firstLevelOffsetX = flOx;
	Menu.firstLevelOffsetY = flOy;
	Menu.subLevelOffsetX = slOx;
	Menu.subLevelOffsetY = slOy;

	Menu.AddLink('0', '433434', 'http://www.acciontexas.org/home.html', 'HOME', '_top');
	Menu.AddLink('0', '433435', '', 'ABOUT US', '');
	Menu.AddLink('433435', '524254', 'http://www.acciontexas.org/our-mission.html', 'OUR MISSION', '_top');
	Menu.AddLink('433435', '524255', 'http://www.acciontexas.org/our-history.html', 'OUR HISTORY', '_top');
	Menu.AddLink('433435', '524256', 'http://www.acciontexas.org/our-team.html', 'OUR TEAM', '_top');
	Menu.AddLink('433435', '524257', 'http://www.acciontexas.org/our-impact.html', 'OUR IMPACT', '_top');
	Menu.AddLink('433435', '524258', 'http://www.acciontexas.org/our-partners.html', 'OUR PARTNERS', '_top');
	Menu.AddLink('433435', '524241', 'http://www.acciontexas.org/faqs.html', 'FAQs', '_top');
	Menu.AddLink('433435', '524239', 'http://www.acciontexas.org/employment.html', 'EMPLOYMENT', '_top');
	Menu.AddLink('0', '433436', '', 'LOAN PROGRAMS', '');
	Menu.AddLink('433436', '564285', 'http://www.acciontexas.org/process-eligibility.html', 'PROCESS & ELIGIBILITY', '_top');
	Menu.AddLink('433436', '592339', '', 'LOAN PRODUCTS', '');
	Menu.AddLink('592339', '592342', 'http://www.acciontexas.org/500-250-000.html', '$500-$250,000 LOANS', '_top');
	Menu.AddLink('592339', '524279', 'http://www.acciontexas.org/sba-504-loans.html', 'SBA 504 LOANS', '_top');
	Menu.AddLink('524279', '566671', 'http://www.acciontexas.org/fact-sheet-sba.html', 'FACT SHEET - SBA 504 LOANS', '_top');
	Menu.AddLink('433436', '592365', 'http://www.acciontexas.org/loan-application.html', 'LOAN APPLICATION', '_top');
	Menu.AddLink('0', '590541', '', 'SUPPORT OUR MISSION', '');
	Menu.AddLink('590541', '566074', 'http://www.acciontexas.org/why-support-us.html', 'WHY SUPPORT US?', '_top');
	Menu.AddLink('590541', '433438', 'http://www.acciontexas.org/give.html', 'GIVE', '_top');
	Menu.AddLink('433438', '566100', 'http://www.acciontexas.org/ways-give.html', 'WAYS TO GIVE', '_top');
	Menu.AddLink('433438', '566172', 'http://www.acciontexas.org/grants.html', 'GRANTS', '_top');
	Menu.AddLink('433438', '566194', 'http://www.acciontexas.org/partners-progress-campaign.html', 'PARTNERS IN PROGRESS CAMPAIGN', '_top');
	Menu.AddLink('590541', '433439', 'http://www.acciontexas.org/invest.html', 'INVEST', '_top');
	Menu.AddLink('0', '467597', '', 'MICROLOAN MANAGEMENT SERVICES', '');
	Menu.AddLink('467597', '566509', 'http://www.acciontexas.org/mms-history.html', 'MMS HISTORY', '_top');
	Menu.AddLink('467597', '566531', 'http://www.acciontexas.org/what-mms-does.html', 'WHAT MMS DOES', '_top');
	Menu.AddLink('467597', '566556', 'http://www.acciontexas.org/mms-how-works.html', 'HOW MMS WORKS', '_top');
	Menu.AddLink('467597', '566580', 'http://www.acciontexas.org/mms-success-stories.html', 'MMS - SUCCESS STORIES', '_top');
	Menu.AddLink('0', '524240', '', 'NEWS', '');
	Menu.AddLink('524240', '566620', 'http://www.acciontexas.org/media-coverage.html', 'MEDIA COVERAGE', '_top');
	Menu.AddLink('524240', '566930', 'http://www.acciontexas.org/public-policy-issues.html', 'PUBLIC POLICY ISSUES', '_top');
	Menu.AddLink('524240', '609410', 'http://www.acciontexas.org/reports-fact-sheets.html', 'REPORTS AND FACT SHEETS', '_top');
	Menu.AddLink('524240', '596997', 'http://www.acciontexas.org/blog-latest-news.html', 'BLOG - LATEST NEWS', '_top');
	Menu.AddLink('0', '524237', 'http://www.acciontexas.org/contact.html', 'CONTACT', '_top');
	Menu.Construct();
}
