// Initialize WebDDM
function initWebDDM ()
{
	// Preload all the images we will be using...
	WebDDM_preloadImages('arrowdown.gif','arrowleft.gif');

	// Set arrow HTML
	arrowDown = '<span style="position:relative;top:0;left:5;">'+
		'<img src="arrowdown.gif" />' +
		'</span>';
	arrowLeft = '<span style="position:relative;top:0;left:5;">'+
		'<img src="arrowleft.gif" />' +
		'</span>';

	// Begin base menu
	var menu = {
		'position':'relative',
		'top':0,
		'left':0,
		'width':780,
		'height':30,
		'expand_menu':'auto',

		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':0,
			'width':780,
			'height':27,
			// Begin item 1
			// This is sort of the container for all of the rest of the items
			1:{
				'content':'&nbsp;',
				'isContainerItem':true,
				'width':780, 'height':26, 'left': '0%', 'top': '0%',
				'class':'container',
				'css':'line-height:1'
			},
			// End item 1
			// Begin item 2=============== HOME ===================================================
			2:{
				'content':'Home', 'content_rollover':'<b>Home</b>',
				'url':'http://www.lindaswindling.com/index.html', 'cursor':'hand',
				'width':85, 'height':20, 'left':0, 'top':3,
				'class':'mainmenu_off2',
				'class_rollover':'mainmenu_rollover'
			},
			// Begin item 3=============== Speaking ===================================================
			3:{
				'content':'Speaking'+ arrowDown,
				'content_menuopen':'<b>Speaking</b>'+ arrowLeft,
				'url':'http://www.lindaswindling.com/speaking.html', 'cursor':'hand',
				'width':85, 'height':20, 'left':86, 'top':3,
				'class':'mainmenu_off2',
				'class_menuopen':'mainmenu_rollover',

				// Begin array of items, item SPEAKING
				'items':{
					'top':20,
					'left':86,
					'width':125,
					'height':120,

					1:{
						'content':'&nbsp;',
						'width':125, 'height':120, 'left':0, 'top':0,
						'class':'container',
						'css':'line-height:1'
					},

					2:{
						'content':'Program Titles',
						'content_menuopen':"<b>Program Titles</b>",
						'url':'http://www.lindaswindling.com/speaking.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':0,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ===================================================

					3:{
						'content':'Services',
						'content_rollover':'<b>Services</b>',
						'url':'http://www.lindaswindling.com/t-services.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':20,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ========================================================

					4:{
						'content':'Event Guidelines',
						'content_rollover':'<b>Event Guidelines</b>',
						'url':'http://www.lindaswindling.com/meetingplanners.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':40,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ========================================================
					5:{
						'content':'Clients',
						'content_rollover':'<b>Clients</b>',
						'url':'http://www.lindaswindling.com/clients.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':60,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},// =======================================================

					6:{
						'content':'What is a CSP',
						'content_rollover':'<b>What is a CSP</b>',
						'url':'http://www.lindaswindling.com/whatiscsp.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':80,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},// =======================================================

					7:{
						'content':'Book Linda',
						'content_rollover':'<b>Book Linda</b>',
						'url':'http://www.lindaswindling.com/booklinda.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':100,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					}// =======================================================
				} // End array of items

			}, //  ========================================================= SPEAKING
			// Begin item 4=============== TRAINING ===================================================
			4:{
				'content':'Training'+ arrowDown,
				'content_menuopen':'<b>Training</b>'+ arrowLeft,
				'url':'http://www.lindaswindling.com/training.html', 'cursor':'hand',
				'width':85, 'height':20, 'left':171, 'top':3,
				'class':'mainmenu_off2',
				'class_menuopen':'mainmenu_rollover',

				// Begin array of items, item SPEAKING
				'items':{
					'top':20,
					'left':171,
					'width':125,
					'height':100,

					1:{
						'content':'&nbsp;',
						'width':125, 'height':120, 'left':0, 'top':0,
						'class':'container',
						'css':'line-height:1'
					},

					2:{
						'content':'Program Titles',
						'content_menuopen':"<b>Program Titles</b>",
						'url':'http://www.lindaswindling.com/training.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':0,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ===================================================

					3:{
						'content':'Services',
						'content_rollover':'<b>Services</b>',
						'url':'http://www.lindaswindling.com/t-services.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':20,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ========================================================

					4:{
						'content':'Training Guidelines',
						'content_rollover':'<b>Training Guidelines</b>',
						'url':'http://www.lindaswindling.com/meetingplanners.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':40,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ========================================================
					5:{
						'content':'Clients',
						'content_rollover':'<b>Clients</b>',
						'url':'http://www.lindaswindling.com/clients.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':60,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},// =======================================================

					6:{
						'content':'Book Linda',
						'content_rollover':'<b>Book Linda</b>',
						'url':'http://www.lindaswindling.com/booklinda.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':80,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					}// =======================================================


				} // End array of items

			}, //  ========================================================= SPEAKING
			// Begin item 5=============== BLOG ===================================================
			5:{
				'content':'Blog', 'content_rollover':'<b>Blog</b>',
				'url':'http:/www.lindaswindling.com/blog/', 'cursor':'hand',
				'width':85, 'height':20, 'left':256, 'top':3,
				'class':'mainmenu_off',
				'class_rollover':'mainmenu_rollover'
			},
			

			// Begin item 2=============== Bookstore ===================================================
			6:{
				'content':'Bookstore', 'content_rollover':'<b>Bookstore</b>',
				'url':'http://www.journeyon.com', 'cursor':'hand',
				'width':85, 'height':20, 'left':341, 'top':3,
				'class':'mainmenu_off',
				'class_rollover':'mainmenu_rollover'
			},
			//  ===================================================
			7:{
				'content':'About Us'+ arrowDown,
				'content_menuopen':'<b>About Us</b>'+ arrowLeft,
				'url':'http://www.lindaswindling.com/', 'cursor':'hand',
				'width':85, 'height':20, 'left':426, 'top':3,
				'class':'mainmenu_off',
				'class_menuopen':'mainmenu_rollover',

				// Begin array of items, item SPEAKING
				'items':{
					'top':20,
					'left':426,
					'width':125,
					'height':80,

					1:{
						'content':'&nbsp;',
						'width':125, 'height':80, 'left':0, 'top':0,
						'class':'container',
						'css':'line-height:1'
					},

					2:{
						'content':"Linda's Bio",
						'content_menuopen':"<b>Linda's Bio</b>",
						'url':'http://www.lindaswindling.com/bio.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':0,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ===================================================

					3:{
						'content':'Our Company',
						'content_rollover':'<b>Our Company</b>',
						'url':'http://www.lindaswindling.com/ourcompany.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':20,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ========================================================
					4:{
						'content':'Watch Video',
						'content_rollover':'<b>Watch Video</b>',
						'url':'http://www.lindaswindling.com/LindaSwindling.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':40,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},// =======================================================

					5:{
						'content':'What Others Say ',
						'content_rollover':'<b>What Others Say </b>',
						'url':'http://www.lindaswindling.com/whatotherssay.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':60,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					}// =======================================================
					
				} // End array of items
			}, //  ========================================================= About US

				8:{
				'content':'News Center'+ arrowDown,
				'content_menuopen':'<b>News Center</b>'+ arrowLeft,
				'url':'', 'cursor':'hand',
				'width':85, 'height':20, 'left':511, 'top':3,
				'class':'mainmenu_off',
				'class_menuopen':'mainmenu_rollover',

				// Begin array of items, item SPEAKING
				'items':{
					'top':20,
					'left':511,
					'width':125,
					'height':80,

					1:{
						'content':'&nbsp;',
						'width':125, 'height':80, 'left':0, 'top':0,
						'class':'container',
						'css':'line-height:1'
					},

					2:{
						'content':"Press Releases",
						'content_menuopen':"<b>Press Releases</b>",
						'url':'http://www.lindaswindling.com/pressreleases.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':0,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ===================================================

					3:{
						'content':'Articles',
						'content_rollover':'<b>Articles</b>',
						'url':'http://www.lindaswindling.com/articles.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':20,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ========================================================
					4:{
						'content':'Pictures',
						'content_rollover':'<b>Pictures</b>',
						'url':'http://www.lindaswindling.com/picture.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':40,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},// =======================================================

					5:{
						'content':'Media Kit',
						'content_rollover':'<b>Media Kit</b>',
						'url':'http://www.lindaswindling.com/mediakit.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':60,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					}// =======================================================
				} // End array of items
			}, //  ========================================================= News Center
				9:{
				'content':'Resources'+ arrowDown,
				'content_menuopen':'<b>Resources</b>'+ arrowLeft,
				'url':'http://www.lindaswindling.com/resources.html', 'cursor':'hand',
				'width':85, 'height':20, 'left':596, 'top':3,
				'class':'mainmenu_off',
				'class_menuopen':'mainmenu_rollover',

				// Begin array of items, item SPEAKING
				'items':{
					'top':20,
					'left':596,
					'width':125,
					'height':80,

					1:{
						'content':'&nbsp;',
						'width':125, 'height':80, 'left':0, 'top':0,
						'class':'container',
						'css':'line-height:1'
					},

					2:{
						'content':"FAQs",
						'content_menuopen':"<b>FAQs</b>",
						'url':'http://www.lindaswindling.com/faqs.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':0,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ===================================================

					3:{
						'content':'Links',
						'content_rollover':'<b>Links</b>',
						'url':'http://www.lindaswindling.com/links.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':20,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},
					// ========================================================
					4:{
						'content':'Affiliates',
						'content_rollover':'<b>Affiliates</b>',
						'url':'http://www.lindaswindling.com/affiliates.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':40,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					},// =======================================================

					5:{
						'content':'Reading List',
						'content_rollover':'<b>Reading List</b>',
						'url':'http://www.lindaswindling.com/readinglist.html', 'cursor':'hand',
						'width':125, 'height':20, 'left':0, 'top':60,
						'class':'mainmenu_off',
						'class_rollover':'mainmenu_rollover'
					}// =======================================================
				} // End array of items
			}, //  ========================================================= Resources
			// Begin item 2=============== Contact US===================================================
			10:{
				'content':'Contact Us', 'content_rollover':'<b>Contact Us</b>',
				'url':'http://www.lindaswindling.com/booklinda.html', 'cursor':'hand',
				'width':99, 'height':20, 'left':681, 'top':3,
				'class':'mainmenu_off',
				'class_rollover':'mainmenu_rollover'
			}

		} // End array of items, level 0 ==============================================================
	};


	// Activate and build menu
	var WebDDM_mainmenu = new WebDDM('mainmenu', menu);
}
