// Initialize WebDDM
function initWebDDM ()
{
	// Begin base menu
	var menu = {
		'position':'relative',
		'top':0,
		'left':0,
		'width':65,
		'height':20,
		'expand_menu':'auto',

		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':0,

			// Background item
			'background-item':{
				'width':65, 'height':20, 'left':0, 'top':0,
				'class':'container'
			},


			1:{
				'content':'<div align="center"><img src="/images/links/interactive.jpg" width="65" height="20" name="Image61" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image61\',\'\',\'/images/links/interactive_alt.jpg\',1)"></div>',
				'width':65, 'height':20, 'offsetLeft':0, 'offsetTop':0,
				'class':'msdn_off',
				'class_menuopen':'msdn_off',

				'items':{
					'top':20,
					'left':0,
					
					// Background item
					'background-item':{
						'width':100, 'height':50, 'left':0, 'top':2,
						'class':'container2'
					},

					1:{
						'content':'<a href="/forums/"><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif">Forums</font></a>',
						'cursor':'hand',
						'width':60, 'height':20, 'offsetLeft':3, 'offsetTop':3,
						'class':'msdn_off',
						'class_rollover':'msdn_rollover2'
					},
					/*2:{
						'content':'<a href="#">GUESTBOOK</a>',
						'cursor':'hand',
						'width':60, 'height':20, 'offsetLeft':0, 'offsetTop':20,
						'class':'msdn_off',
						'class_rollover':'msdn_rollover2'
					},*/
					2:{
						'content':'<a href="http://www.myspace.com/lullacry" target="_blank"><font color="#FFFFFF" size="1" face="Verdana, Arial, Helvetica, sans-serif">Myspace.com</font></a>',
						'cursor':'hand',
						'width':90, 'height':20, 'offsetLeft':0, 'offsetTop':20,
						'class':'msdn_off',
						'class_rollover':'msdn_rollover2'
					}
				}
			}
			
		}
	};
	// End base menu

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

