// Initialize WebDDM
function initWebDDM ()
{
	// Begin base menu
	var menu = {
		'position':'relative',
		'top':-4,
		'left':0,
		'width':185,
		'height':16,
		'expand_menu':'auto',

		'items':{
			'top':0,
			'left':0,

			'background-item':{                //top menu buttons
				'width':150, 'height':20,
				'left': 0, 'top': 0,
				'class':'bg'
			},
				
			/* alphaTrans settings */
			'alphaTrans':{
				'delta':10,
				'delay':20
			},
//mites & you
			1:{
				'content':'<a href="services/services.htm" class="menu"><img src="pics/arrow.gif" width=6 height=11 border=0 alt="">&nbsp;SERVICES</a>',
				'content_menuopen':'<a href="services/services.htm" class="menu"><img src="pics/arrow.gif" width=6 height=11 border=0 alt="">&nbsp;SERVICES</a>',
				'width':150, 'height':18,
				'offsetLeft':0,'offsetTop':5,
				'class':'win9x_off',
				'class_menuopen':'top',

				'items':{
					'top':0,        //sub menu space from top buttons
					'left':0,

					'background-item':{
						'width':220, 'height':60,
						'left':0, 'top': 18,
						'class':'container'
					},
				
					/* alphaTrans settings */
					'alphaTrans':{
						'delta':5,
						'delay':30,
						'maxOpacity':70,
						'direction':'in'
					},
			
					1:{
						'content':' <a href="services/construct.htm" class="menu" target="main">&nbsp;<img src="pics/arrow.gif" width=6 height=11 border=0 alt="">&nbsp; CONSTRUCTION</a>',
						'cursor':'hand',
						'width':218, 'height':18,
						'offsetLeft':1, 'offsetTop':1,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
					2:{
					'content':'<a href="services/pm.htm" class="menu" target="main">&nbsp;<img src="pics/arrow.gif" width=6 height=11 border=0 alt="">&nbsp; PROJECT MANAGEMENT</a>',
						'cursor':'hand',
						'width':218, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
					
					3:{
						'content':'<a href="services/tenant.htm" class="menu" target="main">&nbsp;<img src="pics/arrow.gif" width=6 height=11 border=0 alt="">&nbsp; RETAIL TENANT CO-ORDINATION</a>',
						'cursor':'hand',
						'width':218, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					}
					
					
					
								
				}
			}

		}
	};

	// Activate and build menu
	var fadingMenu = new WebDDM('menu', menu);
}
