var SiteStructureData = [ { path: "/", label: 'Home', children: [ { path: "about-us.html", label: "About Us", type: 'mainNav', children: [ { path: "vision.html", label: "Vision" }, { path: "success-stories.html", label: "Success Stories" }, { path: "TECOM-Investments.html", label: "TECOM Investments" }, { path: "board-of-directors.html", label: "Board of Directors" }, { path: "links.html", label: "Related Links" } ] }, { path: "global-network.html", label: "Global Network", type: 'mainNav' }, { path: "business-opportunities.html", label: "Business Opportunities", type: 'mainNav', children: [ { path: "for-locations.html", label: "For Locations" }, { path: "for-corporations.html", label: "For Corporations" }, { path: "for-investors.html", label: "For Investors" } ] }, { path: "partners.html", label: "Partners", type: 'mainNav' }, { path: "press-centre.html", label: "Press Centre", type: 'mainNav', children: [ { path: "news.html", label: "News and Press Releases" }, { path: "press-kit.html", label: "Downloads" }, { path: "video.html", label: "Video" } ] }, { path: "sitemap.html", label: "Sitemap" }, { path: "contact.html", label: "Contact" }, { path: "careers.html", label: "Careers" }, { path: "faqs.html", label: "FAQ" }, { path: "cgi-bin/ts.pl", label: "Search Results", type: "noLink" } ] } ]