function loadMenuData() {
aSubmenuData = {
	publications : [{
		itemdata: [
			{ text: "Home", url: dbPath2 + "/Home?openForm" },
			{ text: "About THE VIEW Online Knowledgebase", url: dbPath2 + "/pgAbout?openForm" },
			{ text: "Subscribe", url: dbPath2 + "/containerPage?openForm&target=dspviewsubs-openForm" },
			{ text: "Renew", url: "javascript:oW('https://secure2.wispubs.com/WISOrderForm/subscription_order_form.aspx?product=TVWR')" },
			{ text: "Knowledgebase", url: dbPath2 + "/$$Search?openform" },
			{ text: "Knowledgebase", url: dbPath2 + "/containerPage?openForm&target=advisoryboard-openPage" },
			{ text: "Contact Us", url: dbPath2 + "/containerPage?openForm&target=Masthead-openPage" },
			{ text: "Password Self-service", url: "https://" + self.location.hostname + dbPath2 + "/passwordSelfService?OpenForm" }
		]    
	}],
	
	issue : [{
		itemdata : [
			{ text: "Export Domino View Data to Excel with an XPages Custom Control", url: "/eview/VOLR6.nsf/CurrentIssue/30575BA66D1495F4852577220060CA7B?OpenDocument" }, 
{ text: "The Lotus Professional’s Guide to Document Management", url: "/eview/VOLR6.nsf/CurrentIssue/0003F126E7FEF85C8525772D0044C7C2?OpenDocument" }, 
{ text: "Accelerate Domino Server Maintenance with the MakeIND Application", url: "/eview/VOLR6.nsf/CurrentIssue/A1FEA1185529DDD18525772E00692C51?OpenDocument" }, 
{ text: "Domino Web Development from the Ground Up: Leveraging the Power of Agents", url: "/eview/VOLR6.nsf/CurrentIssue/1602969E5CC02CD68525773D00440AA0?OpenDocument" }, 
{ text: "Mobile Application Development Trends — What Today’s Developer Needs to Know Now", url: "/eview/VOLR6.nsf/CurrentIssue/20A77AC9FDB52B668525774A00648B3E?OpenDocument" }, 
{ text: "Manage Notes Client Execution Control Lists Without Scaring Your Users", url: "/eview/VOLR6.nsf/CurrentIssue/92387971C515A00385257751003CBB6E?OpenDocument" }, 
{ text: "Optimize Your Transaction Log Backups to Avoid Server Crashes, Part 1: The Essentials of a Good Backup Strategy", url: "/eview/VOLR6.nsf/CurrentIssue/B0675134E9D9A96985257753006530AB?OpenDocument" }, 
{ text: "Optimize Your Transaction Log Backups to Avoid Server Crashes, Part 2: Implementing a Winning Backup Strategy", url: "/eview/VOLR6.nsf/CurrentIssue/FB5C9B2A021F8B3A85257754006B8225?OpenDocument" }, 
{ text: "Add LSDoc Support to Domino Designer on Eclipse with Custom Plug-ins", url: "/eview/VOLR6.nsf/CurrentIssue/29CCE86A4A5408238525776000393C50?OpenDocument" }, 
{ text: "Enhance Your Lotus Notes Dialog Boxes and Picklists — Change Background Colors, Sizing, Text, and More", url: "/eview/VOLR6.nsf/CurrentIssue/DD12D1527DC1A6468525776D00396356?OpenDocument" }, 
{ text: "Meet the “Out of Office” API — New in Domino 8.5.1 and 8.5.2", url: "/eview/VOLR6.nsf/CurrentIssue/CA99AA3B89409D9785257774004CE733?OpenDocument" }, 
{ text: "The Universal Translator — Develop Notes and XPages Apps for Multiple Languages with a Single Solution", url: "/eview/VOLR6.nsf/CurrentIssue/1158860731D323EC8525778300550B9E?OpenDocument" }
		]
	}],
	
	events : [{
		 
		itemdata: [
			{ text: "Event Calendar", url : dbPath2 + "/containerPage?openForm&target=SeminarHome-openPage" },
			{ text: "THE VIEW Admin2010 Europe", url: "javascript:oW('http://www.AdminEurope2010.com')" },
			{ text: "THE VIEW Admin 2011 Las Vegas", url: "javascript:oW('http://www.admin2011.com')" },
			{ text: "Lotus Developer 2011 Las Vegas", url: "javascript:oW('http://www.lotusdeveloper2011.com')" },
			{ text: "THE VIEW xPages Bootcamp for Domino Developers", url: "javascript:oW('http://www.xpagesbootcamp.com')" },
			{ text: "Updates", url: "javascript:oW('http://www.eview.com/eview/volr6.nsf/containerPage?openForm&target=eventnotification-openForm')" },
		] 
	}],
	
	multimedia : [{
		itemdata: [
			{ text: "About Multimedia Training CDs", url: dbPath2 + "/containerPage?openForm&target=SeminarsOnDemand-OpenPage" },
			{ text: "Admin 2009", url: "javascript:oW('http://www.theviewmultimedia.com/products/admin2009/')" },
			{ text: "Java Workshop for Domino Developers", url: "javascript:oW('http://www.theviewmultimedia.com/products/javaworkshop/')" },
			{ text: "Real Time Collaboration and Mobility Seminar", url: "javascript:oW('http://www.theviewmultimedia.com/products/real-time/')" },
			{ text: "Lotus Developer – LotusScript", url: "javascript:oW('http://www.theviewmultimedia.com/products/lotusscript/')" },
			{ text: "Lotus Developer – Java", url: "javascript:oW('http://www.theviewmultimedia.com/products/java/')" },
			{ text: "Lotus Developer – Web Development and UI", url: "javascript:oW('http://www.theviewmultimedia.com/products/webdevelopment/')" },
			{ text: "Domino Administrators Bootcamp", url: "javascript:oW('http://www.theviewmultimedia.com/products/adminbootcamp/')" },
			{ text: "Lotus Notes and Domino 8 Upgrade Seminar", url: "javascript:oW('http://www.theviewmultimedia.com/products/ND8')" },
			{ text: "Lotus Notes and Domino 8 Development Seminar", url: "javascript:oW('http://www.theviewmultimedia.com/products/ND8_development/')" }
		]
	}]
};
}
