/* Tigra Menu PRO items structure */
var MENU_ITEMS = [
        ["<img src='http://www.iicrc.org/images/mainmenus/abouttheiicrc.jpg' border='0'>", null, null,
                ["What is the IICRC?", "http://www.iicrc.org/whatis.shtml"],
                ["IICRC FAQ", "http://www.iicrc.org/faq.shtml"],
                ["Cert Firm FAQ", "http://www.iicrc.org/firmfaq.shtml"],
                ["IICRC Mission", "http://www.iicrc.org/mission.shtml"],
                ["IICRC BOD", "http://www.iicrc.org/bod.shtml"],
                ["IICRC Supporters", "http://www.iicrc.org/supporters.shtml"]
	    ],
        ["<img src='http://www.iicrc.org/images/mainmenus/classschedules.jpg' border='0'>", "http://www.iicrc.org/courses.shtml"],
		["<img src='http://www.iicrc.org/images/mainmenus/schools.jpg' border='0'>", "http://www.iicrc.org/schools.shtml"],
        ["<img src='http://www.iicrc.org/images/mainmenus/forregistrants.jpg' border='0'>", null,null,
                ["News You Can Use!", "http://www.iicrc.org/newsyoucanuse.shtml"],
				["Special Features for Registrants", null, null,
				        ["Custom Insurance Options", "http://www.iicrc.org/custominsurance.shtml"],
						["More Insurance Options", "http://www.iicrc.org/armr.shtml"],
                        ["Mold Risk Management", "http://www.iicrc.org/moldmanagement.shtml"],
						["Teflon Issue", "http://www.iicrc.org/teflon-issue.shtml"],
                ],
				["Download Forms", "http://www.iicrc.org/downloads.shtml"],
				["Course Descriptions", "http://www.iicrc.org/courses.shtml#XX"],
                ["Advanced Master Designations", "http://www.iicrc.org/courses.shtml#TT"],
                ["IICRC Approved Schools", "http://www.iicrc.org/schools.shtml"],
                ["IICRC Exam Monitors", "http://www.iicrc.org/exammonitors.shtml"],
                ["CEC Courses", "http://www.iicrc.org/ceccourses.shtml"],
                ["Online CEC Courses", "http://www.iicrc.org/onlinecec.shtml"],
                ["IICRC Locate A Pro", "http://www.iicrc.org/referral.shtml"],
				["IICRC Cert Firm Secure Website", "http://www.iicrc.info/certfirms"],
        ],
        ["<img src='http://www.iicrc.org/images/mainmenus/locateapro.jpg' border='0'>", "http://www.certifiedcleaners.org/locator.shtml"],
        ["<img src='http://www.iicrc.org/images/mainmenus/iicrcstandards.jpg' border='0'>", null,null,
				["Purchase IICRC Standards", "http://www.iicrc.org/store"],
				["About IICRC Standards", "http://www.iicrc.org/iicrcstandards.shtml"],
				["IICRC Standards FAQs", "http://www.iicrc.org/standardsfaqs.shtml"],
				["IICRC Standards Public Review", "http://www.iicrc.org/standardsreview/standards-review.shtml"]
		],
		["<img src='http://www.iicrc.org/images/mainmenus/iicrcsupporters.jpg' border='0'>", "http://www.iicrc.org/supporters.shtml"],
        ["<img src='http://www.iicrc.org/images/mainmenus/newsflash.jpg' border='0'>", "http://www.iicrc.org/newsflash.shtml"],
        ["<img src='http://www.iicrc.org/images/mainmenus/onlinepurchases.jpg' border='0'>", "http://www.iicrc.org/store"],
        ["<img src='http://www.iicrc.org/images/mainmenus/contacttheiicrc.jpg' border='0'>", "http://www.iicrc.org/contact.shtml"],

        ];

