BLANK_IMAGE = 'http://www.beneflexfinancial.com/images/b.gif';

var agentSTYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#008080",	// color of the item border, if any
		shadow:"#800000",	// color of the item shadow, if any
		bgON:"d9ffff",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:2,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#008080",	// color of the item border, if any
		shadow:"#800000",	// color of the item shadow, if any
		bgON:"ffffff",		// background color for the items
		bgOVER:"#B6BDD2"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[16,130], itemoff:[25,0], leveloff:[0,122], style:STYLE, size:[21,120]},
	{code:"Home", url:"http://www.beneflexfinancial.com/index.htm"},
	{code:"About Us", url:"http://www.beneflexfinancial.com/about_us.htm"},

	

	{code:"Annuities", url:"http://www.beneflexfinancial.com/annuities.htm"},
	{code:"Insurance Products",
		sub:[
			{},
			{code:"Dental/Vision", url:"http://www.beneflexfinancial.com/dental_insurance.htm"},
			{code:"Disability", url:"http://www.beneflexfinancial.com/disability_insurance.htm"},
			{code:"Group Medical", url:"http://www.beneflexfinancial.com/group_medical.htm"},
			{code:"Health Savings Acc", url:"http://www.beneflexfinancial.com/health_savings_account.htm"},
			{code:"Individual Medical", url:"http://www.beneflexfinancial.com/medical_insurance.htm"},
			{code:"Life", url:"http://www.beneflexfinancial.com/life_insurance.htm"},
			{code:"Long Term Care", url:"http://www.beneflexfinancial.com/long_term_care.htm"},
			{code:"Medicare", url:"http://www.beneflexfinancial.com/medicare.htm"},
			{code:"Mortgage Protection", url:"http://www.beneflexfinancial.com/mortgage_protection.htm"},
			{code:"Short Term Medical", url:"http://www.beneflexfinancial.com/short_term_medical.htm"},
			{code:"Travel Medical", url:"http://www.beneflexfinancial.com/travel_insurance.htm"}
		]	
	},
	{code:"You and Your Health", url:"http://www.beneflexfinancial.com/health.htm"},
	{code:"Find An Agent", url:"http://www.beneflexfinancial.com/searchall.php"},
	{code:"Events Calendar", url:"http://www.beneflexfinancial.com/calendar/index.php", target:"_blank"},
	{code:"Newsletter", url:"http://www.beneflexfinancial.com/newsletter.htm"},
	{code:"Employee Benefits", url:"http://www.beneflexfinancial.com/employee_benefits.htm"},
	{code:"Financial Planning", url:"http://www.beneflexfinancial.com/financial_planning.htm"},
	{code:"Retirement Planning", url:"http://www.beneflexfinancial.com/retirement_planning.htm"},
	{code:"Identify Theft", url:"http://www.beneflexfinancial.com/indentitytheft.htm"},
	{code:"Legal Answers", url:"http://www.beneflexfinancial.com/answers.htm"},
	{code:"Helpful Resources",
		sub:[
			{},
			{code:"Links",
			sub:[
				{},
			{code:"Dr. Select Rx", url:"http://www.drselectrx.com/index.cfm?id=10227"},
			{code:"IRA-401(k), 403(b)", url:"http://www.beneflexfinancial.com/financial_planning.htm#IRA%20Contribution%20Amounts"},
			{code:"Beneficiary", url:"http://www.beneflexfinancial.com/beneficiary.htm"},
			{code:"City of Houston", url:"http://www.cityofhouston.com"},
			{code:"WebMD", url:"http://www.webmd.com"},
			{code:"Diabetis Website", url:"http://www.diabetes.org/"},
				]
			},
			
			{code:"Mortgage Calculator", url:"http://www.beneflexfinancial.com/mortgage_calc.htm"},
			{code:"Paying for College", url:"http://www.beneflexfinancial.com/paying_for_college.htm"},
			{code:"Tax Deduction", url:"http://www.beneflexfinancial.com/tax_deduction_services.htm"}
		]	
	},

	{code:"Videos",
		sub:[
			{},
			{code:"HSA Information",
			sub:[
				{},
			{code:"Time HSA Video", url:"http://www.getahsa.com/time/hsa_main.swf"},
			{code:"AMS HSA Video", url:"http://www.eams.com/Universe/HSA/hsa.htm"},
			
				]
			},	
			{code:"CGA", url:"http://www.natcf.org/ncf%20videos/RichardOlive-realestatew-music_256k.wmv"},
			{code:"LifeLINC", url:"videos.htm"},
		]	
	},			
	 
	{code:"Contact Us", url:"http://www.beneflexfinancial.com/contact_us.htm"},
];

var MENU_ITEMS2 = [
	{pos:[16,480], itemoff:[25,0], leveloff:[0,122], style:agentSTYLE, size:[21,120]},
	{code:"USA VETERANS", url:"http://www.beneflexfinancial.com/usveterans.htm"},
	{code:"Agent Center",
		sub:[
			{},
			{code:"Become An Agent", url:"http://www.beneflexfinancial.com/become_an_agent.htm"},
			{code:"Helpful Links", url:"http://www.beneflexfinancial.com/agent_links.htm"},
			{code:"Insurance Contracts", url:"http://www.beneflexfinancial.com/agent_contracts.htm"},
			{code:"Forms", url:"http://www.beneflexfinancial.com/forms.htm"},
			{code:"Agent Tools", url:"http://www.beneflexfinancial.com/agent_needs.htm"},
			{code:"Mortgage", url:"http://www.beneflexfinancial.com/mortgage/agent_mortgage.php"},
			{code:"Insurance Workshops", url:"http://www.beneflexfinancial.com/agent_workshops.htm"},
			{code:"Training Webcams", url:"http://www.beneflexfinancial.com/agent_videos.htm"}
			

		]	
	}
];

