function initWebDDM ()
{
	// Begin base menu
	var menu = {
		'position':'relative',
		'top':0,
		'left':0,
		'width':640,
		'height':22,
		'expand_menu':'auto',

		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':0,
			
			// Background item
			'background-item':{
				'width':640, 'height': 22,
				'top': 0, 'left': 0,
				'class':'officexp_container'
			},
			
			1:{
				'content':'Unternehmen',
				'cursor':'hand',
				'width':160, 'height':20, 'offsetLeft':1, 'offsetTop':1,
				'class':'officexp',
				'class_menuopen':'officexp_rollover',

				'items':{
					'top':20,
					'left':0,

					'background-item':{
						'top':1, 'left':0,
						'width':160, 'height':48,
						'class':'officexp_container_child'
					},

					1:{
						'content':'<a href="index.php?include=start">&nbsp;&nbsp;Startseite</a>',
						'cursor':'hand',
						'width':155, 'height':21, 'offsetLeft':2, 'offsetTop':2,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover'
					},

					2:{
						'content':'<a href="index.php?include=downloads">&nbsp;&nbsp;Downloads</a>',
						'cursor':'hand',
						'width':155, 'height':21, 'offsetTop':22,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover',
						'css':'vertical-align:Middle'
					}
				}
			},
			
			
			
			
			
			
			
			
			
			
			
			2:{
				'content':'Produkte',
				'cursor':'hand',
				'width':160, 'height':20, 'offsetLeft':161,
				'class':'officexp',
				'class_menuopen':'officexp_rollover',

				'items':{
					'top':20,
					'left':0,

					'background-item':{
						'top':1, 'left':0,
						'width':160, 'height':112,
						'class':'officexp_container_child'
					},

					1:{
						'content':'<a href="index.php?include=stahlbau">&nbsp;&nbsp;Stahl- und Metallbau</a>',
						'cursor':'hand',
						'width':155, 'height':21, 'offsetLeft':2, 'offsetTop':2,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover'
					},
					2:{
						'content':'<a href="index.php?include=werkzeug">&nbsp;&nbsp;Werkzeug- und <br>&nbsp;&nbsp;Vorrichtungsbau</a>',
						'cursor':'hand',
						'width':155, 'height':42, 'offsetTop':22,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover'
					},
					3:{
						'content':'<a href="index.php?include=edelstahl">&nbsp;&nbsp;Edelstahlverarbeitung</a>',
						'cursor':'hand',
						'width':155, 'height':21, 'offsetTop':44,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover',
						'css':'vertical-align:Middle'
					},
					4:{
						'content':'<a href="index.php?include=zms">&nbsp;&nbsp;Zwickauer Müllschleuse®</a>',
						'cursor':'hand',
						'width':155, 'height':21, 'offsetTop':22,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover',
						'css':'vertical-align:Middle'
					}					
				}
				// End array of items, item 3
			},
			3:{
				'content':'&nbsp;&nbsp;Dienstleistungen',
				'cursor':'hand',
				'width':160, 'height':20, 'offsetLeft':161,
				'class':'officexp',
				'class_menuopen':'officexp_rollover',
				'items':{
					'top':20,
					'left':0,

					'background-item':{
						'top':1, 'left':0,
						'width':160, 'height':24,
						'class':'officexp_container_child'
					},

					1:{
						'content':'<a href="index.php?include=uebersicht">&nbsp;&nbsp;Übersicht</a>',
						'cursor':'hand',
						'width':155, 'height':21, 'offsetLeft':2, 'offsetTop':2,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover'
					}						
				
				
				
				
				
				
			}	
			},
			
			4:{
				'content':'Kontakt',
				'cursor':'hand',
				'width':156, 'height':20, 'offsetLeft':161,
				'class':'officexp',
				'class_menuopen':'officexp_rollover',

				'items':{
					'top':20,
					'left':0,

					'background-item':{
						'top':1, 'left':0,
						'width':156, 'height':48,
						'class':'officexp_container_child'
					},

					1:{
						'content':'<a href="index.php?include=kontakt">&nbsp;&nbsp;Kontaktformular</a>',
						'cursor':'hand',
						'width':150, 'height':21, 'offsetLeft':2, 'offsetTop':2,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover'
					},
					2:{
						'content':'<a href="index.php?include=impressum">&nbsp;&nbsp;Impressum</a>',
						'cursor':'hand',
						'width':150, 'height':21, 'offsetTop':22,
						'class':'officexp_child',
						'class_rollover':'officexp_child_rollover'
					}				
				}
				// End array of items, item 3
			}			
		}
		// End array of items, level 0
	};
	// End base menu

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