function initWebDDM ()
{
	var menuArrayData = {
		'position':'relative',
		'top':0,
		'left':0,
		'width':321,
		'height':39,
		'expand_menu':'auto',
		
		'items':{
			'top':0,
			'left':0,
			1:{				
			
				'content':'<a href="empresa.php" ><img src="images/menu/apresentacao.gif" width="124" height="39"  border=0/></a>',
				'content_rollover':'<a href="empresa.php" ><img src="images/menu/apresentacao_.gif" width="124" height="39" border=0/></a>',
				'top':0,
				'left':0,
				'width':124,
				'height':39,
				'cursor':'hand',
				'class':'item1',
				'class_rollover':'item1_rollover',
				'class_menuopen':'item1_rollover'	
				
			
			},
			
			2:{
				
				'content':'<a href="produtos.php" ><img src="images/menu/produtos.gif" width="94" height="39" border=0 /></a>',
				'content_menuopen':'<a href="produtos.php" ><img src="images/menu/produtos_.gif" width="94" height="39" border=0 /></a>',
				'top':0,
				'left':125,
				'width':94,
				'height':39,
				'cursor':'hand',
				'class':'item1',
				'class_rollover':'item1_rollover',
				'class_menuopen':'item1_rollover',
				'closeDelay':1500,
				'items':{
					'top':40,
					'left':0,
					'width':94,	
					
					'background-item':{
						'width':94,
						'height':100,
						'offsetLeft': 0,
						'offsetTop': 39,
						'class':'container1'
					},

			
					'alphaTrans':{
						'delta':10,
						'delay':1,
						'maxOpacity':100
					},
														
					1:{
						'offsetTop':0,
						'offsetLeft':0,
						'width':94,
						'height':24,
						'cursor':'hand',
						'content':'<a href="produtos.php?item=3">Azeitonas</a>',
						'class':'item1_subitem',
						'class_rollover':'item1_subitem_rollover',
						'class_menuopen':'item1_subitem_rollover',
						'closeDelay':1500,
						'items':{
									'top':0,
									'left':95,
									'width':75,	
									
									'background-item':{
										'width':100,
										'height':100,
										'offsetLeft': 0,
										'offsetTop': 32,
										'class':'container1'
									},
				
							
									'alphaTrans':{
										'delta':10,
										'delay':1,
										'maxOpacity':100
									},
																		
									1:{
										'offsetTop':0,
										'offsetLeft':0,
										'width':100,
										'height':24,
										'cursor':'hand',
										'content':'<a href="produtos.php?item=3">preta bical</a>',
										'class':'item1_subitem',
										'class_rollover':'item1_subitem_rollover',
										'class_menuopen':'item1_subitem_rollover'
									},
									2:{
										'offsetTop':25,
										'offsetLeft':0,
										'width':100,
										'height':24,
										'cursor':'hand',
										'content':'<a href="produtos.php?item=4">cura natural</a>',
										'class':'item1_subitem',
										'class_rollover':'item1_subitem_rollover',
										'class_menuopen':'item1_subitem_rollover'
									},
									3:{
										'offsetTop':25,
										'offsetLeft':0,
										'width':100,
										'height':24,
										'cursor':'hand',
										'content':'<a href="produtos.php?item=5">preta oxidada</a>',
										'class':'item1_subitem',
										'class_rollover':'item1_subitem_rollover',
										'class_menuopen':'item1_subitem_rollover'
									},
									4:{
										'offsetTop':25,
										'offsetLeft':0,
										'width':100,
										'height':24,
										'cursor':'hand',
										'content':'<a href="produtos.php?item=6">verdes</a>',
										'class':'item1_subitem',
										'class_rollover':'item1_subitem_rollover',
										'class_menuopen':'item1_subitem_rollover'
									}
									
									
								}
					},
					2:{
						'offsetTop':25,
						'offsetLeft':0,
						'width':94,
						'height':24,
						'cursor':'hand',
						'content':'<a href="produtos.php?item=7">Tremoços</a>',
						'class':'item1_subitem',
						'class_rollover':'item1_subitem_rollover',
						'class_menuopen':'item1_subitem_rollover'
					},
					3:{
						'offsetTop':25,
						'offsetLeft':0,
						'width':94,
						'height':24,
						'cursor':'hand',
						'content':'<a href="produtos.php?item=8">Pickles</a>',
						'class':'item1_subitem',
						'class_rollover':'item1_subitem_rollover',
						'class_menuopen':'item1_subitem_rollover'
					},
					
					4:{
						'offsetTop':25,
						'offsetLeft':0,
						'width':94,
						'height':24,
						'cursor':'hand',
						'content':'<a href="produtos.php?item=9">Outros</a>',
						'class':'item1_subitem',
						'class_rollover':'item1_subitem_rollover',
						'class_menuopen':'item1_subitem_rollover'	
				}
				
				
				}
			},
			
			3:{
				'content':'<a href="contactos.php" ><img src="images/menu/contactos.gif" width="101" height="39" border=0/></a>',
				'content_rollover':'<a href="contactos.php" ><img src="images/menu/contactos_.gif" width="101" height="39" border=0/></a>',
				'top':0,
				'left':220,
				'width':101,
				'height':39,
				'cursor':'hand',
				'class':'item1',
				'class_rollover':'item1_rollover',
				'class_menuopen':'item1_rollover'	
				}			


		}
	}
	
	var myNewMenu = new WebDDM('menu_container_id', menuArrayData);
}