// Initialize WebDDM
function initWebDDM ()
{
	// Begin base menu
	var menu = {
		'position':'relative', // Fit menu inline with other HTML
		'top':0, // Offset 0 from default position
		'left':0, // Offset 0 from default position
		'width':720, // Gives some space around the menu, so other elements aren't in this space
		'height':40, // Gives some space around the menu, so other elements aren't in this space
		'expand_menu':'auto', // Automatically show the menu
		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':0,
			'width':720,
			'height':40,
			// Begin item 1
			1:{
				'content':'HOME',
				'url':'home.htm',
				'cursor':'hand',
				'width':120, 'height':40, 'left':0, 'top':0,
				'class':'other',
				'css':'background-color:#e7e7e7;color:#666666;border-right:1px solid #cccccc',
				'css_rollover':'background-color:#ff8700;color:#ffffff'
			},
			// End item 1
			// Begin item 2
			2:{
				'content':'ABOUT',
				'content_menuopen':'ABOUT',
				'width':120, 'height':40, 'left':120, 'top':0,
				'class':'other',
				'css':'background-color:#e7e7e7;color:#666666;border-right:1px solid #cccccc',
				'css_menuopen':' background-color:#ff8700;color:#ffffff',
				// Begin array of items, item 2
				'items':{
					'top':35,
					'left':120,
					'width':210,
					'height':158,
					// Begin item 2-1
					1:{
						'content':'COMPANY',
						'content_rollover':'COMPANY',
						'url':'aboutCompany.htm',
						'width':140, 'height':25, 'left':0, 'top':0,
						'class':'dropItem',
						'css':'background-color:#cccccc;color:#333333;text-indent:32px',
						'css_rollover':'background-color:#666666;color:#ffffff'
					},
					// End item 2-1
					// Begin item 2-1
					2:{
						'content':'INSURANCE',
						'content_rollover':'INSURANCE',
						'url':'aboutInsurance.htm',
						'width':140, 'height':25, 'left':0, 'top':25,
						'class':'dropItem',
						'css':'background-color:#cccccc;color:#333333;text-indent:32px;border-bottom:1px solid #666666',
						'css_rollover':'background-color:#666666;color:#ffffff'
					}
					// End item 2-1
				}
				// End array of items, item 2
			},
			// End item 2
			// Begin item 3
			3:{
				'content':'SERVICES',
				'content_menuopen':'SERVICES',
				'width':120, 'height':40, 'left':240, 'top':0,
				'class':'other',
				'css':'background-color:#e7e7e7;color:#666666;border-right:1px solid #cccccc',
				'css_menuopen':'background-color:#ff8700;color:#ffffff',
				// Begin array of items, item 3
				'items':{
					'top':35,
					'left':240,
					'width':210,
					'height':210,
					// Begin item 3-1
					1:{
						'content':'CONSUMER PEER TO PEER',
						'url':'servicesConsumer.htm',
						'cursor':'hand',
						'width':210, 'height':25, 'left':0, 'top':0,
						'class':'dropItem',
						'css':'background-color:#cccccc;color:#333333;text-indent:22px',
						'css_rollover':'background-color:#666666;color:#ffffff'
					},
					// End item 3-1
					// Begin item 3-2
					2:{
						'content':'DEDICATED TOUCH POINT',
						'url':'servicesDedicated.htm',
						'cursor':'hand',
						'width':210, 'height':25, 'left':0, 'top':25,
						'class':'dropItem',
						'css':'background-color:#cccccc;color:#333333;text-indent:22px',
						'css_rollover':'background-color:#666666;color:#ffffff'
					},
					// End item 3-2
					// Begin item 3-3
					3:{
						'content':'FLEET BRANDING',
						'url':'servicesFleet.htm',
						'cursor':'hand',
						'width':210, 'height':25, 'left':0, 'top':50,
						'class':'dropItem',
						'css':'background-color:#cccccc;color:#333333;text-indent:22px',
						'css_rollover':'background-color:#666666;color:#ffffff'
					},
					// End item 3-3
					// Begin item 3-4
					4:{
						'content':'COLLEGE PEER TO PEER',
						'url':'servicesCollege.htm',
						'cursor':'hand',
						'width':210, 'height':25, 'left':0, 'top':75,
						'class':'dropItem',
						'css':'background-color:#cccccc;color:#333333;text-indent:22px',
						'css_rollover':'background-color:#666666;color:#ffffff'
					},
					// End item 3-4
					// Begin item 3-5
					5:{
						'content':'CUSTOM PEER TO PEER',
						'url':'servicesCustom.htm',
						'cursor':'hand',
						'width':210, 'height':25, 'left':0, 'top':100,
						'class':'dropItem',
						'css':'background-color:#cccccc;color:#333333;text-indent:22px;border-bottom:1px solid #666666',
						'css_rollover':'background-color:#666666;color:#ffffff'
					}
					// End item 3-5
				}
				// End array of items, item 3
			},
			// End item 3
			// Begin item 4
			4:{
				'content':'GALLERY',
				'url':'javascript:window.open("gallery.php","gallery","status=0,menubar=0,height=600,width=600")',
				'cursor':'hand',
				'width':120, 'height':40, 'left':360, 'top':0,
				'class':'other',
				'css':'background-color:#e7e7e7;color:#666666;border-right:1px solid #cccccc',
				'css_rollover':'background-color:#ff8700;color:#ffffff'
			},
			//End Item 4
			//Begin Item 5
			5:{
				'content':'CASE STUDIES',
				'url':'caseStudyConsumer.htm',
				'cursor':'hand',
				'width':120, 'height':40, 'left':480, 'top':0,
				'class':'other',
				'css':'background-color:#e7e7e7;color:#666666;border-right:1px solid #cccccc',
				'css_rollover':'background-color:#ff8700;color:#ffffff'
			},
			//End Item 5
			//Begin Item 6
			6:{
				'content':'CONTACT',
				'url':'http://www.freecarmedia.com/case.htm',
				'cursor':'hand',
				'width':120, 'height':40, 'left':600, 'top':0,
				'class':'other',
				'css':'background-color:#e7e7e7;color:#666666;',
				'css_rollover':'background-color:#ff8700;color:#ffffff'
			}
			//End Item 6
		}
		// End array of items, level 0
	};
	// End base menu
	// Activate and build menu
	var tut2Menu = new WebDDM('menu', menu);
}

