/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html', {'id':'tdHome'}],
	['About Us', 'aboutus.html', {'id':'tdAbout'},
		['History', 'history.html', {'id':'tdHistory'}],
		['Corporate Structure', 'corporate_structure.html', {'id':'tdCorporate'},
			['Tanya Butler', 'butler.html', {'id':'tdButler'}],
			['David L. McCorkle', 'mccorkle.html', {'id':'tdMcCorkle'}],
			['Karen Wilbert', 'wilbert.html', {'id':'tdWilbert'}],
			['Hans Leyer', 'leyer.html', {'id':'tdLeyer'}]
		],		
		['Leadership Team', 'leadership_team.html', {'id':'tdLeadership'}],
		['News', 'news.html', {'id':'tdNews'}],
		['Careers at MEMO', 'careers.html', {'id':'tdCareers'}]
	],
	['Products & Services', 'products_services.html', {'id':'tdProducts'},
		['Money Orders', 'money_orders.html', {'id':'tdMoneyOrders'}],
		['Gift Certificates', 'gift_certificates.html', {'id':'tdGiftCertificates'}],
		['Pre-Paid by MEMO', 'pre-paid.html', {'id':'tdPrePaid'}],
		['Bill Payments', 'bill_payments.html', {'id':'tdBillPayments'}],
		['Card Processing/EBT', 'card_processing.html', {'id':'tdCardProcessing'}]
	],
	['Agents Only', 'agents.html', {'id':'tdAgents'},
		['Sales Contacts', 'agent_sales_contacts.html', {'id':'tdA-SalesContacts'}],
		['Sales Summaries', 'http://heroes.memoco.com', null],
		['Technical Support', 'agent_tech_support.html', {'id':'tdA-TechSupport'},
			['Tech Support FAQs', 'agent_tech_faqs.html', {'id':'tdA-FAQs'}]
		],
		['Equipment', "equipment.html", {'id':'tdEquipment'},
			['Electra Dispenser', 'electra.html', {'id':'tdElectra'}],
			['Verifone Terminal', 'verifone.html', {'id':'tdVerifone'}],
			['Equipment Sales', 'http://www.electraequipsales.com', null]
		],
		['Frequently Asked Questions', 'agent_faqs.html', {'id':'tdA-FAQ'},
			['FAQs - Money Orders', 'agent_faq_mo.html', {'id':'tdA-FAQmo'}],
			['FAQs - Gift Certificates', 'agent_faq_gc.html', {'id':'tdA-FAQgc'}],
			['FAQs - Pre-Paid', 'agent_faq_pp.html', {'id':'tdA-FAQpp'}],
			['FAQs - Bill Pay', 'agent_faq_bp.html', {'id':'tdA-FAQbp'}],
			['FAQs - Credit/Debit/EBT', 'agent_faq_ebt.html', {'id':'tdA-FAQebt'}]
		],
		['Order Supplies', 'agent_order_supplies.html', {'id':'tdA-OrderSupplies'}],
		['Order Signs', 'agent_order_signs.html', {'id':'tdA-OrderSigns'}],
		['AML Compliance', 'agent_compliance.html', {'id':'tdA-AML'},
			['Agent Compliance', 'agent_compliance1.html', {'id':'tdA-AML1'}],
			['Develop an AML Program', 'agent_compliance2.html', {'id':'tdA-AML2'}],
			['OFAC Search', 'agent_ofac_search.html', {'id':'tdA-OFAC'}],
			['Reporting', 'agent_compliance3.html', {'id':'tdA-AML3'},
				['Record Keeping', 'agent_compliance4.html', {'id':'tdA-AML4'}],
				['Reports & Forms', 'agent_compliance5.html', {'id':'tdA-AML5'}]
			],
			['Training', 'agent_compliance_training.html', {'id':'tdA-Training'}]
		],
		['Business Partners', 'partners.html?p=partners', null],
		['Forms', 'agent_forms.html', {'id':'tdA-Forms'}],
		['Links', 'agent_links.html', {'id':'tdA-Links'}]
	],
	['Consumers', 'consumers.html', {'id':'tdConsumers'},
		['Customer Service', 'consumers_customer_service.html', {'id':'tdC-CustomerService'}],
		['Find An Agent', 'consumers_find_agent.html', {'id':'tdC-FindAgent'}],
		['Frequently Asked Questions', null, {'id':'tdC-FAQ'},
			['FAQs - Money Orders', 'consumers_faq_mo.html', {'id':'tdC-FAQmo'}],
			['FAQs - Gift Certificates', 'consumers_faq_gc.html', {'id':'tdC-FAQgc'}],
			['FAQs - Pre-Paid', 'consumers_faq_pp.html', {'id':'tdC-FAQpp'}],
			['FAQs - Bill Pay', 'consumers_faq_bp.html', {'id':'tdC-FAQbp'}]
		],
		['Forms', 'consumers_forms.html', {'id':'tdC-Forms'}]
	],
	['Become An Agent', 'become_agent.html', {'id':'tdAgent'},
		['Contact Us', 'agent_contact_us.html', {'id':'tdA-Contact'}],
		['Credit Application', 'pdfs/MEMOApp.pdf', null],
		['Frequently Asked Questions', 'agent_faqs.html?p=faqs', null,
			['FAQs - Money Orders', 'agent_faq_mo.html?p=faqs_mo', null],
			['FAQs - Gift Certificates', 'agent_faq_gc.html?p=faqs_gc', null],
			['FAQs - Pre-Paid', 'agent_faq_pp.html?p=faqs_pp', null],
			['FAQs - Bill Pay', 'agent_faq_bp.html?p=faqs_bp', null],
			['FAQs - Credit/Debit/EBT', 'agent_faq_ebt.html?p=faqs_ebt', null]
		],
		['Request Information', 'agent_information.html', {'id':'td-RequestInformation'}]		
	],
	['Affiliates', 'affiliates.html', {'id':'tdAffiliates'},
		['Partners', 'partners.html', {'id':'tdPartners'}]
	],
];
