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', '5124', 'http://www.chapmanschewebenefits.com/chapmanschewe-is-a.html', 'Home', '_top');
	Menu.AddLink('0', '5125', 'http://www.chapmanschewebenefits.com/leaders-in-the.html', 'About Us', '_top');
	Menu.AddLink('0', '5126', 'http://www.chapmanschewebenefits.com/experienced-detail-oriented.html', 'Our Team', '_top');
	Menu.AddLink('5126', '5561', 'http://www.chapmanschewebenefits.com/richard-w-smith.html', 'Richard W. Smith, Jr., CLU, ChFC', '_top');
	Menu.AddLink('5126', '36554', 'http://www.chapmanschewebenefits.com/gwen-holzworth.html', 'Gwen Holzworth', '_top');
	Menu.AddLink('5126', '188417', 'http://www.chapmanschewebenefits.com/lucy-cruz-biography.html', 'Lucy Cruz', '_top');
	Menu.AddLink('5126', '188447', 'http://www.chapmanschewebenefits.com/mary gonzales.html', 'Mary Gonzales', '_top');
	Menu.AddLink('5126', '5593', 'http://www.chapmanschewebenefits.com/harry-chapman.html', 'Harry Chapman', '_top');
	Menu.AddLink('5126', '5595', 'http://www.chapmanschewebenefits.com/daniel-j-schewe.html', 'Daniel J. Schewe, CLU', '_top');
	Menu.AddLink('5126', '6021', 'http://www.chapmanschewebenefits.com/donald-s-huge.html', 'Donald S. Huge, M.D.', '_top');
	Menu.AddLink('0', '5127', 'http://www.chapmanschewebenefits.com/individual-group-insurance.html', 'Products', '_top');
	Menu.AddLink('5127', '5496', 'http://www.chapmanschewebenefits.com/health-insurance-dental.html', 'Individual and Group Insurance', '_top');
	Menu.AddLink('5127', '5502', 'http://www.chapmanschewebenefits.com/401-k-s.html', 'Estate, Retirement and Business Planning', '_top');
	Menu.AddLink('0', '5488', 'http://www.chapmanschewebenefits.com/giving-back-to.html', 'Community', '_top');
	Menu.AddLink('0', '5490', 'http://www.chapmanschewebenefits.com/the-chapmanschewe-benefits.html', 'CSBC Advantage', '_top');
	Menu.AddLink('0', '5492', 'http://www.chapmanschewebenefits.com/what-our-clients.html', 'What Clients Say', '_top');
	Menu.AddLink('0', '188378', 'http://www.instantbenefits.com/mini-web/cgi-bin/mini_web_login.cgi?Parent_Id=1354&Template=custom_mini_web_login_chapman_san_antonio.html', 'Client Login', '_blank');
	Menu.AddLink('0', '5494', 'http://www.chapmanschewebenefits.com/how-to-contact.html', 'Contact Us', '_top');
	Menu.Construct();
}
