/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'http://www.muskokagraphics.com/', {'tw':'_self'}],
	['Services', null, null,
		['Custom Web Design', 'http://www.muskokagraphics.com/services_customweb.html', {'tw':'_self'}],
		['Ecommerce', 'http://www.muskokagraphics.com/services_ecommerce.html', {'tw':'_self'}],
		['Website Redesign', 'http://www.muskokagraphics.com/services_webredo.html', {'tw':'_self'}],
		['Real Estate Website', 'http://www.muskokagraphics.com/services_realestateweb.html', {'tw':'_self'}],
		['Content Management', 'http://www.muskokagraphics.com/services_cms.html', {'tw':'_self'}],
		['Web Hosting', 'http://www.muskokagraphics.com/services_hosting.html', {'tw':'_self'}],
		['Customer Relationship', 'http://www.muskokagraphics.com/services_crm.html', {'tw':'_self'}],
		['Design for Print', 'http://www.muskokagraphics.com/services_printdesign.html', {'tw':'_self'}],
		['Real Estate Materials', 'http://www.muskokagraphics.com/services_realestateprint.html', {'tw':'_self'}],
		['Printing', 'http://www.muskokagraphics.com/services_printing.html', {'tw':'_self'}]
	],
	['Marketing', null, null,
		['Web • Link Building', 'http://www.muskokagraphics.com/marketing_linkbuild.html', {'tw':'_self'}],
		['Web • Pay per Click', 'http://www.muskokagraphics.com/marketing_ppc.html', {'tw':'_self'}],
		['Web • Social Media', 'http://www.muskokagraphics.com/marketing_socmed.html', {'tw':'_self'}],
		['Web • Online surveys', 'http://www.muskokagraphics.com/marketing_surveys.html', {'tw':'_self'}],
		['Email Marketing', 'http://www.muskokagraphics.com/services_emarketing.html', {'tw':'_self'}],
		['Mailouts', 'http://www.muskokagraphics.com/marketing_mailout.html', {'tw':'_self'}]
	],
	['Consulting', null, null,
		['Computer Systems', 'http://www.muskokagraphics.com/consult_comp.html', {'tw':'_self'}],
		['Branding', 'http://www.muskokagraphics.com/consult_brand.html', {'tw':'_self'}]
	],
	['Support', null, null,
		['Computer Support', 'http://www.muskokagraphics.com/support_comp.html', {'tw':'_self'}],
		['Remote Support', 'http://www.muskokagraphics.com/support_remote.html', {'tw':'_self'}],
		['I.T. Support', 'http://www.muskokagraphics.com/support_netit.html', {'tw':'_self'}],
		['Report a problem', 'http://www.muskokagraphics.com/helpdesk/', {'tw':'_blank','tt':'Submit a support request ticket and one of our staff will contact you ASAP'}]
	],
	['Portfolio', null, null,
		['Web Design', 'http://www.muskokagraphics.com/portfolio_web.html', {'tw':'_self'}],
		['Print', 'http://www.muskokagraphics.com/portfolio_print.html'],
		['Logo Design', 'http://www.muskokagraphics.com/portfolio_logo.html', {'tw':'_self'}]
	],
	['Blog', 'http://www.muskokagraphics.com/blog.php', {'tw':'_top','tt':'Tips and Tricks in the Graphic, Web and IT service','sb':'My Blog'}],
	['Contact Us', 'http://www.muskokagraphics.com/contact.php', {'tw':'_self'}]
];

