// Initialize WebDDM
function initWebDDM ()
{
	// Begin base menu
	var menu = {
		'position':'relative',
		'top':5,
		'left':0,
		'width':185,
		'height':69,
		'expand_menu':'auto',

		'items':{
			'top':0,
			'left':0,

			'background-item':{                //top menu buttons
				'width':150, 'height':69,
				'left': 0, 'top': 0,
				'class':'bg'
			},
				
			/* alphaTrans settings */
			'alphaTrans':{
				'delta':10,
				'delay':20
			},
//mites & you
			1:{
				'content':'<a href="#" class="top">Dust Mites &amp; You</a>',
				'content_menuopen':'<a href="#" class="top">Dust Mites &amp; You &#187;</a>',
				'width':150, 'height':15,
				'offsetLeft':0,'offsetTop':0,
				'class':'win9x_off',
				'class_menuopen':'top',

				'items':{
					'top':0,        //sub menu space from top buttons
					'left':165,

					'background-item':{
						'width':167, 'height':82,
						'left':-11, 'top': 2,
						'class':'container'
					},
				
					/* alphaTrans settings */
					'alphaTrans':{
						'delta':5,
						'delay':30,
						'maxOpacity':50,
						'direction':'in'
					},
			
					1:{
						'content':' <a href="dustmites.php" class="sub">&nbsp;&#187;&nbsp; Dust Mites &amp; You</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetLeft':1, 'offsetTop':1,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
			
					2:{
						'content':'<a href="find_dealer.php" class="sub">&nbsp;&#187;&nbsp; Find a Dealer</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
					
					
					3:{
						'content':'<a href="news.php" class="sub">&nbsp;&#187;&nbsp; Hygienitech in the News</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
					4:{
						'content':'<a href="contact.php" class="sub">&nbsp;&#187;&nbsp; Contact Us</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					}
								
				}
			},
//dealership


			2:{
				'content':'<a href="#" class="top">Dealership Opportunities</a>',
				'content_menuopen':'<a href="#" class="top">Dealership Opportunities &#187;</a>',
				'width':150, 'height':18,
				'offsetLeft':0,'offsetTop':33,
				'class':'win9x_off',
				'class_menuopen':'top',

				'items':{
					'top':0,
					'left':165,

					'background-item':{
						'width':167, 'height':104,
						'left':-11, 'top': 0,
						'class':'container'
					},
				
					/* alphaTrans settings */
					'alphaTrans':{
						'delta':5,
						'delay':30,
						'maxOpacity':50,
						'direction':'in'
					},

					1:{
						'content':'<a href="dealer.php" class="sub">&nbsp;&#187;&nbsp; Become a Dealer</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetLeft':1, 'offsetTop':1,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
					2:{
						'content':'<a href="apply.php" class="sub">&nbsp;&#187;&nbsp; Qualification Form</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
				
					3:{
						'content':'<a href="brochure.php" class="sub">&nbsp;&#187;&nbsp; Dealer Info Brochure</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
					
					4:{
						'content':'<a href="news.php" class="sub">&nbsp;&#187;&nbsp; Hygienitech in the News</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
					},
					5:{
						'content':'<a href="contact.php" class="sub">&nbsp;&#187;&nbsp; Contact Us</a>',
						'cursor':'hand',
						'width':165, 'height':18,
						'offsetTop':20,
						'class':'win9x_off',
						'class_rollover':'win9x_rollover'
				
					
					
					
					}			
			
			

					
				}
			}
		}
	};

	// Activate and build menu
	var fadingMenu = new WebDDM('menu', menu);
}

