

main = new Menu("Main","./","mainMenu");

	main.addChild("Information","","information");
	
		main.information.addChild("News","/News/","");
	
		main.information.addChild("Construction","/Construction/","");
	
		main.information.addChild("Defense","/Defense/","");
	
		main.information.addChild("Education","/Education/","");
	
		main.information.addChild("Finance","/Finance/","");
	
		main.information.addChild("Government","/Government/","");
	
		main.information.addChild("Health","/Health/","");
	
		main.information.addChild("Hospitality","/Hospitality/","");
	
		main.information.addChild("Law","/Law/","");
	
		main.information.addChild("Real Estate","/RealEstate/","");
	
		main.information.addChild("Technology","/Technology/","");
	
		main.information.addChild("Commentary","/Commentary","");
	

	main.addChild("Resources","","resources");
	
		main.resources.addChild("Attorney Directory","http://attorney.sddt.com","");
	
		main.resources.addChild("Awards &amp; Programs","http://www.sddt.com/microsite/","");
	
		main.resources.addChild("Business Center","http://www.sddt.com/BusinessDirectory","");
	
		main.resources.addChild("Media Center","http://www.sddt.com/files/media/view7.cfm","");
	
		main.resources.addChild("Newsmakers","http://www.sddt.com/Newsmakers","");
	
		main.resources.addChild("Online Plan Room","http://plans.sddt.com/","");
	
		main.resources.addChild("Roundtables","http://sddt.com/news/roundtables.cfm","");
	
		main.resources.addChild("Soaring Dimensions","http://www.sddt.com/Reports/reports.cfm?RID=641","");
	
		main.resources.addChild("SourceBook","http://sourcebook.sddt.com/","");
	
		main.resources.addChild("Special Reports","/Reports/","");
	
		main.resources.addChild("Water","/Water/","");
	
		main.resources.addChild("Yellow Pages","http://sandiego.sddt.com/yellow-pages/san-diego/ca","");
	

	main.addChild("Research","","research");
	
		main.research.addChild("Classifieds","/Classifieds/","");
	
		main.research.addChild("Public Notices","/PublicNotices/","");
	
		main.research.addChild("Site Index","/siteindex.cfm","");
	
		main.research.addChild("Source Sales Tools","/Databases/","");
	

	main.addChild("Community","","community");
	
		main.community.addChild("Arts and Entertainment","/Arts/","");
	
		main.community.addChild("Events","/Calendars/","");
	
		main.community.addChild("Landmarks","/Community/Landmarks","");
	
		main.community.addChild("Locales","/Community/","");
	
		main.community.addChild("Movies","/Movies/","");
	
		main.community.addChild("Restaurants","/Community/Restaurants/","");
	
		main.community.addChild("Traffic","/Traffic/","");
	
		main.community.addChild("Travel","/Travel","");
	
		main.community.addChild("Weather","/Weather/","");
	

	main.addChild("Corporate","","corporate");
	
		main.corporate.addChild("Advertising","http://www.sddt.com/Corporate/Advertising/","");
	
		main.corporate.addChild("Company Info","http://www.sddt.com/Corporate/","");
	
		main.corporate.addChild("Contact Us","http://www.sddt.com/Corporate/contactus.cfm","");
	
		main.corporate.addChild("Editorial Calendar","http://www.sddt.com/corporate/editorialCalendar.cfm","");
	
		main.corporate.addChild("Feedback","http://secure.sddt.com/CustomerService/feedback.cfm","");
	


//main.addChild("Corporate","http://www.sddt.com/corporate/","");
//main.addChild("Subscribe","http://secure.sddt.com/CustomerService/subscribe.cfm","");
//main.addChild("Manage Account","http://secure.sddt.com/CustomerService/index.cfm","");
