/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Products', 'http://www.opin.com/products/', {'sw':120},
		['Overview', 'http://www.opin.com/products/'],
		['REVEAL Enterprise', 'http://www.opin.com/products/reveal_enterprise/'],
		['REVEAL for Healthcare', 'http://www.opin.com/products/hipaa/'],
		['REVEAL B2B', 'http://www.opin.com/products/reveal_b2b/'],
		['REVEAL Portal Integration', 'http://www.opin.com/products/reveal_bridge/'],
		['PDF Dispatch', 'http://www.opin.com/products/pdf_dispatch/'],
		['StatementIP', 'http://www.opin.com/products/statementip/']
	],
	['Services', 'http://www.opin.com/services/', {'sw':120},
		['Overview', 'http://www.opin.com/services/'],
		['Technical Consultation', 'http://www.opin.com/services/technical.php'],
		['Implementation', 'http://www.opin.com/services/implementation.php'],
		['Training', 'http://www.opin.com/services/training.php']
	],
	['Industries Served', 'http://www.opin.com/industries_served/', {'sw':120},
		['Overview', 'http://www.opin.com/industries_served/']
	],
	['Customers', 'http://www.opin.com/customers/', {'sw':120},
		['Overview', 'http://www.opin.com/customers/'],
		['Testimonials', 'http://www.opin.com/customers/testimonials.php']
	],
	['Support', 'http://www.opin.com/support/index.php', null,
		['Overview', 'http://www.opin.com/support/index.php']
	],
	['Company', 'http://www.opin.com/company/index.php', null,
		['Corporate Overview', 'http://www.opin.com/company/index.php', null,
			['About Us', 'http://www.opin.com/company/index.php'],
			['Mission and Vision', 'http://www.opin.com/company/opin_mission_vision.php'],
			['History', 'http://www.opin.com/company/opin_systems_history.php'],
			['Where We Live & Work', 'http://www.opin.com/company/location.php'],
			['Community Service', 'http://www.opin.com/company/opin_community_service.php'],
			['Staff', 'http://www.opin.com/company/opin_systems_staff.php'],
			['Map and Directions', 'http://www.opin.com/company/map_directions.php']
		],
		['Employment', 'http://www.opin.com/company/opin_employment_positions.php', {'bw':140},
			['Employment Opportunities', 'http://www.opin.com/company/opin_employment_positions.php'],
			['Map and Directions', 'http://www.opin.com/company/map_directions.php']
		],
		['Apprenticeships', 'http://www.opin.com/company/oap.php', null,
			['OAP Overview', 'http://www.opin.com/company/oap.php'],
			['What you\'ll learn', 'http://www.opin.com/company/oap_program_overview.php'],
			['Position Listings', 'http://www.opin.com/company/oap_position_listings.php'],
			['Success Stories', 'http://www.opin.com/company/oap_success_stories.php'],
			['Maps and Directions', 'http://www.opin.com/company/map_directions.php']
	],
	
	['Blog', 'http://info.opin.com']
	],
	['Downloads', 'http://www.opin.com/downloads/index.php'
	],
	];
