function loadMenuData() {
aSubmenuData = {
	publications : [{
		itemdata: [
			{ text: "About THE VIEW Online Knowledgebase", url: dbPath + "/pgAbout?openForm" },
			{ text: "About THE UC VIEW Online Knowledgebase", url: dbPath + "/pgAboutUCView?openForm" },
			{ text: "Subscribe", url: "http://www.eview.com/eview/volr6.nsf/containerPage?openForm&target=dspviewsubs-openForm" },
			/*{ text: "Renew", url: "https://secure2.wispubs.com/WISOrderForm/subscription_order_form.aspx?product=TVWR" },*/
			/* { text: "Subscribe", url: "javascript:oW('https://secure2.wispubs.com/WISOrderForm/subscription_order_form.aspx?product=TVW')" }, */
			{ text: "Renew", url: "javascript:oW('https://secure2.wispubs.com/WISOrderForm/subscription_order_form.aspx?product=TVWR')" },
			{ text: "Knowledgebase", url: dbPath + "/$$Search?openform" },
			{ text: "THE VIEW", url: "javascript:oW('http://www.eview.com')" }
			/* { text: "Our Expert Advisors", url: dbPath + "/containerPage?openForm&target=advisors-openpage" }, */
		]    
	}],
	
	issue : [{
		itemdata : [
			{ text: "Best Practices for Planning a Sametime Advanced Deployment", url: "/ucview/ucview.nsf/CurrentIssue/750793ECB26994C18525757500648F1D?OpenDocument" }, 
{ text: "Prevent the Old Sametime Client from Appearing After a Notes Upgrade", url: "/ucview/ucview.nsf/CurrentIssue/62EACC3C066326F3852575830054E215?OpenDocument" }, 
{ text: "From Intermittent to Connected &#8212; Help Your Users Embrace Lotus Connections", url: "/ucview/ucview.nsf/CurrentIssue/37581E87B0816C1585257590005489A6?OpenDocument" }, 
{ text: "Best Practices for Building a Sametime Advanced Environment", url: "/ucview/ucview.nsf/CurrentIssue/D27B41B476B836FB852575A1003F8BF7?OpenDocument" }, 
{ text: "Breathe New Life into Your Content Management System with Quickr Connectors", url: "/ucview/ucview.nsf/CurrentIssue/5BFF139E75A765FE852575AF004831D2?OpenDocument" }, 
{ text: "Restore Lost Sametime Chat Transcripts", url: "/ucview/ucview.nsf/CurrentIssue/E248EB92E4E7E6A1852575C3006806C1?OpenDocument" }, 
{ text: "Give Your Applications a Voice with IBM Lotus Sametime", url: "/ucview/ucview.nsf/CurrentIssue/A593E331C7BC4938852575CC004A3E7F?OpenDocument" }, 
{ text: "Best Practices for Installing and Configuring Sametime Advanced Plug-Ins", url: "/ucview/ucview.nsf/CurrentIssue/B6608E67174390DE852575D300668B9F?OpenDocument" }, 
{ text: "Project Management Best Practices — Follow These Steps to Successfully Pitch and Plan Your Collaboration System Implementation", url: "/ucview/ucview.nsf/CurrentIssue/8185ABB14F334157852575E50066A268?OpenDocument" }, 
{ text: "Don’t Lose Disk Space in Quickr — Provide the Proper Provisioning and Governance", url: "/ucview/ucview.nsf/CurrentIssue/47A314228E63BE1E852575ED0062AEBD?OpenDocument" }, 
{ text: "Power to Developers! Expand Sametime Meeting Room Functions with a Single API", url: "/ucview/ucview.nsf/CurrentIssue/6CEE5EA9E75A8B92852576010060A1D0?OpenDocument" }, 
{ text: "Real-Time Social Networking — Integrating Sametime and Connections", url: "/ucview/ucview.nsf/CurrentIssue/2408F9B6E77FBC348525760A00551F21?OpenDocument" }
		]
	}],
	
	events : [{
		 
		itemdata: [
			{ text: "Event Calendar", url : dbPath + "/containerPage?openForm&target=SeminarHome-openPage" },
			{ text: "iSeries DevCon2009", url: "javascript:oW('http://www.iseriesdevcon2009.com')" },
			{ text: "Admin2010", url: "javascript:oW('http://www.viewadmin2010.com/')" },
			{ text: "Lotus Developer2010", url: "javascript:oW('http://www.lotusdeveloper2010.com/')" },
		] 
	}],
	
	multimedia : [{
		itemdata: [
			{ text: "About Multimedia Training Courses", url: dbPath + "/containerPage?openForm&target=SeminarsOnDemand-OpenPage" },
			{ text: "Java Workshop for Domino Developers", url: "javascript:oW('https://secure.wispubs.com/portal/buy2/index.cfm?event=Java%20Workshop%20for%20Domino%20Developers')" },
			{ text: "Real Time Collaboration and Mobility Seminar", url: "javascript:oW('https://secure.wispubs.com/portal/buy2/index.cfm?event=Real-Time%20Collaboration%20and%20Mobility%20Seminar')" },
			{ text: "Lotus Developer – LotusScript", url: "javascript:oW('https://secure.wispubs.com/portal/buy2/index.cfm?event=Lotus%20Developer%20-%20LotusScript')" },
			{ text: "Lotus Developer – Java", url: "javascript:oW('https://secure.wispubs.com/portal/buy2/index.cfm?event=Lotus%20Developer%20-%20Java')" },
			{ text: "Lotus Developer – Web Development and UI", url: "javascript:oW('https://secure.wispubs.com/portal/buy2/index.cfm?event=Lotus%20Developer%20-%20Web%20Development%20and%20UI')" },
			{ text: "Domino Administrators Bootcamp", url: "javascript:oW('http://www.adminbootcamp.com')" },
			{ 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/')" }
		]
	}], 
	contact : [{
		itemdata: [
			{ text: "Masthead", url: dbPath + "/containerPage?openForm&target=Masthead-openPage" }
		]    
	}]
};
}
