/* CHANGES TO THIS DOCUMENT WILL BE OVERWRITTEN BY THE CMS */
var thisItem = new navItem("HOME", "/", "_top")
MainNavItems.push(thisItem);

var thisItem = new navItem("WHY JOIN AIIA?", "/pages/why_join_aiia.aspx", "")
thisItem.subItems.push(new navItem("Membership types", "/pages/join_aiia_membership_types.aspx", ""));
thisItem.subItems.push(new navItem("Benefits", "/pages/aiiamembershipbenefits.aspx", ""));
thisItem.subItems.push(new navItem("Membership fees", "/pages/membership_fees.aspx", ""));
thisItem.subItems.push(new navItem("Application Options", "/pages/application.aspx", ""));
thisItem.subItems.push(new navItem("Apply Online", "/membership_apply.aspx", "_top"));
MainNavItems.push(thisItem);

var thisItem = new navItem("EVENTS", "/events.aspx", "_top")
thisItem.subItems.push(new navItem("Upcoming & Recent Events", "/events.aspx", "_top"));
thisItem.subItems.push(new navItem("iAwards", "/pages/iawards.aspx", ""));
thisItem.subItems.push(new navItem("APICTA and APDIS 2009", "/pages/apicta.aspx", ""));
thisItem.subItems.push(new navItem("Becoming an AIIA partner", "/pages/become_an_aiia_partner.aspx", ""));
thisItem.subItems.push(new navItem("Endorsement policy", "/pages/endorsementpolicy.aspx", ""));
thisItem.subItems.push(new navItem("International Trade", "/pages/international.aspx", ""));
MainNavItems.push(thisItem);

var thisItem = new navItem("ABOUT AIIA", "/pages/aboutaiia.aspx", "")
thisItem.subItems.push(new navItem("Our members", "/pages/our_members.aspx", ""));
thisItem.subItems.push(new navItem("AIIA in your state", "/pages/aiia_in_your_state.aspx", ""));
thisItem.subItems.push(new navItem("Special interest groups", "/pages/specialinterestgroups.aspx", ""));
thisItem.subItems.push(new navItem("Our Strategy", "/pages/strategy.aspx", ""));
thisItem.subItems.push(new navItem("Our Board", "/pages/our_board.aspx", ""));
thisItem.subItems.push(new navItem("Our CEO", "/pages/our_ceo.aspx", ""));
thisItem.subItems.push(new navItem("Our secretariat team", "/pages/our_secretariat_team.aspx", ""));
thisItem.subItems.push(new navItem("Contact us", "/pages/contactus.aspx", ""));
thisItem.subItems.push(new navItem("The AIIA Alumni", "/pages/thealumni.aspx", ""));
thisItem.subItems.push(new navItem("AIIA 2009 Financial Report and Review", "/pages/2009report.aspx", ""));
MainNavItems.push(thisItem);

var thisItem = new navItem("AIIA & THE ICT INDUSTRY", "/pages/aiia_and_the_ict_industry.aspx", "")
thisItem.subItems.push(new navItem("ICT industry policy overview", "/pages/policyoverview.aspx", ""));
thisItem.subItems.push(new navItem("Shaping the business environment", "/pages/engaging_with_government.aspx", ""));
thisItem.subItems.push(new navItem("Developing the ICT workforce", "/pages/ict_skills_for_the_future.aspx", ""));
thisItem.subItems.push(new navItem("Gershon Engagement Team", "/pages/gershonteam.aspx", ""));
thisItem.subItems.push(new navItem("Building infrastructure", "/pages/infrastructure.aspx", ""));
thisItem.subItems.push(new navItem("Going green", "/pages/environment_sustainability.aspx", ""));
thisItem.subItems.push(new navItem("Growing the local ICT industry", "/pages/growing_the_local_ict_industry.aspx", ""));
thisItem.subItems.push(new navItem("AIIA Policy Updates", "/pages/policyupdate.aspx", ""));
thisItem.subItems.push(new navItem("Australian ICT industry statistics", "/pages/australian_ict_industry_statistics.aspx", ""));
MainNavItems.push(thisItem);

var thisItem = new navItem("TOOLS & RESOURCES", "/pages/tools_resources.aspx", "")
thisItem.subItems.push(new navItem("AIIA.biz", "/pages/aiia_biz.aspx", ""));
thisItem.subItems.push(new navItem("Salary Survey & Remuneration Packaging", "/pages/salary_survey.aspx", ""));
thisItem.subItems.push(new navItem("Marketing Benchmark Study", "/pages/marketing_benchmark.aspx", ""));
thisItem.subItems.push(new navItem("Business guides", "/pages/business_guides.aspx", ""));
thisItem.subItems.push(new navItem("Unleashing Our IP Potential", "/pages/ippotential.aspx", ""));
thisItem.subItems.push(new navItem("AIIA Submissions", "/pages/research_publications_submissions.aspx", ""));
thisItem.subItems.push(new navItem("2009 EFIC Global Readiness Index", "/pages/global_readiness_index.aspx", ""));
thisItem.subItems.push(new navItem("Buy Australian Software Catalogue Windows 7", "/pages/windows7.aspx", ""));
thisItem.subItems.push(new navItem("Find Consulting Services", "/pages/findconsultingservices.aspx", ""));
thisItem.subItems.push(new navItem("Industry Thought Leadership", "/pages/leadership.aspx", ""));
MainNavItems.push(thisItem);

var thisItem = new navItem("NEWS & MEDIA", "/newsmedia.aspx", "_top")
thisItem.subItems.push(new navItem("AIIA Media Releases", "/pages/mediareleases2010.aspx", ""));
thisItem.subItems.push(new navItem("Latest news articles", "/newsmedia.aspx", "_top"));
thisItem.subItems.push(new navItem("Presentations from AIIA events", "/pages/eventpresentations.aspx", ""));
thisItem.subItems.push(new navItem("The Bulletin", "/pages/thebulletin.aspx", ""));
thisItem.subItems.push(new navItem("The Bulletin Archives", "/pages/enewsletter.aspx", ""));
MainNavItems.push(thisItem);


mainnavinit();
