// items structure
// each item is the array of one or more properties:
// [text, link, settings, subitems ...]
// {'tw':'_blank'} = new window; {'tw':'_top', 'tt':'Welcome Page', 'sb':'Test Status Bar Message'}
// use the builder to export errors free structure if you experience problems with the syntax

var MENU_ITEMS =[
	["Home", "http://dallasiia.org/index.html"],
	["Welcome", "http://dallasiia.org/Message.htm"],
	["Certifications", "http://dallasiia.org/Certifications.htm", null,
		["CIA", "http://dallasiia.org/Certifications.htm#CIA"],
		["CCSA", "http://dallasiia.org/Certifications.htm#CCSA"],
		["CGAP", "http://dallasiia.org/Certifications.htm#CGAP"],
		["CFSA", "http://dallasiia.org/Certifications.htm#CFSA"]
	],
	["Meetings", "http://dallasiia.org/Events.htm#CURR", null,
		["Our Next Meeting", "http://dallasiia.org/Monthly_0910.htm"],
//		["Our Next Meeting", "http://dallasiia.org/Events.htm#CURR"],
		["Calendar", "http://dallasiia.org/Events.htm#CURR"]
	],
	["Seminars", "http://dallasiia.org/Seminars.htm", null,
		["CIA Review", "http://dallasiia.org/CIA_Review_F10.htm"],
//		["Fraud Summit 2010", "http://dallasiia.org/FraudSummit_2010.htm"],
//		["Almost Free Seminar", "http://dallasiia.org/Seminar_060310.htm"],
		["Calendar", "http://dallasiia.org/Seminars.htm"]
    ],
	["Registration", "http://dallasiia.org/Reserve_0910.htm", null,
		["CIA Review", "http://dallasiia.org/CIA_Reg_F10.htm"],
//		["Fraud Summit 2010", "http://dallasiia.org/Seminar_Reserve_032510.htm"],
//		["Almost Free Seminar", "http://dallasiia.org/Seminar_Reserve_060310.htm"],
		["Next Meeting", null, null,
			["Single Attendee", "http://dallasiia.org/Reserve_0910.htm"],
			["Group of Attendees", "http://dallasiia.org/Reserve_Group.htm"]
			],
	],
	["Handouts", "http://dallasiia.org/Handouts.htm", null,
		["This Year", "http://dallasiia.org/Handouts.htm#CURR"],
		["2009-2010", "http://dallasiia.org/Handouts.htm#0910"],
		["2008-2009", "http://dallasiia.org/Handouts.htm#0809"],
		["2007-2008", "http://dallasiia.org/Handouts.htm#0708"],
		["2006-2007", "http://dallasiia.org/Handouts.htm#0607"],
		["2005-2006", "http://dallasiia.org/Handouts.htm#0506"]
	],	
	["Leadership", "http://dallasiia.org/Leadership.htm", null, 
	    ["Officers", "http://dallasiia.org/Officers.htm"],
        ["Committees", "http://dallasiia.org/Committees.htm"],
	    ["Governors", "http://dallasiia.org/Board.htm"]
	],
	["Members", "http://dallasiia.org/Members.htm", null,
		["Candidate Information", "http://dallasiia.org/Candidate_Information_10.htm"],
	    ["CBOK", "http://dallasiia.org/CBOK.htm"],
        ["Become a Member", "http://dallasiia.org/Members.htm#JOIN"],
	    ["Change Your Info", "http://dallasiia.org/Members.htm#CHANGE"],
		["Chapter Directory", "http://dallasiia.org/Directory_10.htm"],
		["Research Committee", "http://dallasiia.org/Research_Committee.htm"],
		["New Members", "http://dallasiia.org/New_Members.htm"],
		["Speaking & Writing", "http://dallasiia.org/SpeakingReport.htm"],
	    ["Magazine Archives", "http://dallasiia.org/IA_Archive.htm"],
		["Electronic Newsletter", "http://dallasiia.org/E-News.htm", null,
			["Subscribe to eNews", "http://dallasiia.org/E-News.htm"],
			["eNews Back Iissues", "http://dallasiia.org/E-News_issues.htm"]
			],
	],
	["Careers", "http://dallasiia.org/Employ.htm", null,
		["Place a Listing", "http://dallasiia.org/Employ.htm#AD"],
		["Metroplex", "http://dallasiia.org/Employ.htm#MET"],
		["National", "http://dallasiia.org/Employ.htm#NAT"]
	],
];