/* 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'}],
			['Dwight Cromer', '/cromer.html', {'id':'tdCromer'}]
		],
		['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'},
		['Bill Payments', '/bill_payments.html', {'id':'tdBillPayments'}],
		['Money Orders', '/money_orders.html', {'id':'tdMoneyOrders'}],
		['Pre-Paid by MEMO', '/pre-paid.html', {'id':'tdPrePaid'}],
		['Card Processing/EBT', '/card_processing.html', {'id':'tdCardProcessing'}],
		['Equipment', '/equipment.html', {'id':'tdEquipment'}],
		['Equipment Sales', '/electraequip/', {'id':'tdEquipmentSales'},
			['Features', null, {'id':'tdFeatures'},
				['Stand Alone PI21', '/electraequip/pi21_electra.html', {'id':'tdStandAlone'}],
				['Host Based PI23', '/electraequip/pi23_electra.html', {'id':'tdHostBased'}]
			],
			['Specs', '/electraequip/electraspecs.html', {'id':'tdSpecs'}],
			['Pricing', '/electraequip/electrapricing.html', {'id':'tdPricing'}],
			['Supplies', '/electraequip/electrasupplies.html', {'id':'tdSupplies'}],
			['Warranty', null, {'id':'tdWarranty'},
				['New Equipment', '/electraequip/new_warranty.html', {'id':'tdNewEquipment'}],
				['Used Equipment', '/electraequip/used_warranty.html', {'id':'tdUsedEquipment'}]
			],
			['Service', '/electraequip/electraservice.html', {'id':'tdService'}],
			['Used Equip', '/electraequip/electra_used_equipment.html', {'id':'tdUsed'}]
		],
	],
	['Agents Only', '/agents.html', {'id':'tdAgents'},
		['MEMO Bill Payments System', 'http://www.memobillpayments.com', null],
		['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':'tdEquipment1'},
			['Electra Dispenser', '/electra.html', {'id':'tdElectra'}],
			['Verifone Terminal', '/verifone.html', {'id':'tdVerifone'}],
			['Verifone vx570', '/verifonevx570.html', {'id':'tdVerifonevx570'}],
			['Equipment Sales', '/electraequip/', {'id':'tdEquipmentSales'},
				['Features', null, {'id':'tdFeatures'},
					['Stand Alone PI21', '/electraequip/pi21_electra.html', {'id':'tdStandAlone'}],
					['Host Based PI23', '/electraequip/pi23_electra.html', {'id':'tdHostBased'}]
				],
				['Specs', '/electraequip/electraspecs.html', {'id':'tdSpecs'}],
				['Pricing', '/electraequip/electrapricing.html', {'id':'tdPricing'}],
				['Supplies', '/electraequip/electrasupplies.html', {'id':'tdSupplies'}],
				['Warranty', null, {'id':'tdWarranty'},
					['New Equipment', '/electraequip/new_warranty.html', {'id':'tdNewEquipment'}],
					['Used Equipment', '/electraequip/used_warranty.html', {'id':'tdUsedEquipment'}]
				],
				['Service', '/electraequip/electraservice.html', {'id':'tdService'}],
				['Used Equip', '/electraequip/electra_used_equipment.html', {'id':'tdUsed'}]
			],
		],
		['Frequently Asked Questions', '/agent_faqs.html', {'id':'tdA-FAQ'},
			['FAQs - Money Orders', '/agent_faq_mo.html', {'id':'tdA-FAQmo'}],
			['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', 'a/gent_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 - 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'}],
		['MEMO Application', '/pdfs/MEMOApp.pdf', null],
		['Personal Financial Statement', '/pdfs/pfinstate.pdf',null],
		['Frequently Asked Questions', '/agent_faqs.html?p=faqs', null,
			['FAQs - Money Orders', '/agent_faq_mo.html?p=faqs_mo', 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'}]
	],
];

