// Initialize WebDDM
function initWebDDM ()
{
	// Begin base menu
	var menu_data = {
		'position':'relative',
		'top':0,
		'left':0,
		'width':600,
		'height':30,
		'expand_menu':'auto',
		'useOldPositioning':true,

		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':0,
			'width':600,
			'height':23,
			// Begin item 1
			1:{
				'content':'Home &nbsp; <img src="js/menu/menu_arrow.gif" />',
				'content_menuopen':'Home &nbsp; <img src="js/menu/menu_arrowover.gif" />',
				'width':150, 'height':22, 'left':100, 'top':0,
				'class':'other',
				'css':'background-color:#DCDCDC',
				'css_menuopen':'background-color:#FFFACD',
				// Begin array of items, item 1
				'items':{
					'top':21,
					'left':100,
					'width':150,
					'height':64,
					// Begin item 1-1
					1:{
						'content':'<a href="index.shtml">About</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 0,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 1-1
					// Begin item 1-2
					2:{
						'content':'<a href="index.shtml#location">Location/Hours</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 21,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 1-2
					// Begin item 1-3
					3:{
						'content':'<a href="service.shtml">Services</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 42,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 1-3
					// Begin item 1-4
					4:{
						'content':'<a href="service.shtml#circulation">Circulation</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 63,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 1-4
					// Begin item 1-5
					5:{
						'content':'<a href="service.shtml#equipment">Equipment</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 84,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					}
					// End item 1-5
				}
				// End array of items, item 4
			},
			// End item 1
			// Begin item 2
			2:{
				'content':'Maps/Airphotos &nbsp; <img src="js/menu/menu_arrow.gif" />',
				'content_menuopen':'Maps/Airphotos &nbsp; <img src="js/menu/menu_arrowover.gif" />',
				'width':150, 'height':22, 'left':249, 'top':0,
				'class':'other',
				'css':'background-color:#DCDCDC',
				'css_menuopen':'background-color:#FFFACD',
				// Begin array of items, item 2
				'items':{
					'top':21,
					'left':249,
					'width':150,
					'height':131,
					// Begin item 2-1
					1:{
						'content':'<a href="maps.shtml">Maps</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 0,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 2-1
					// Begin item 2-2
					2:{
						'content':'<a href="aerial.shtml">Aerial Photos</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 21,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 2-2
					// Begin item 2-3
					3:{
						'content':'<a href="atlas.shtml">Atlases</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 42,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 2-3
					// Begin item 2-4
					4:{
						'content':'<a href="fireinsurance.shtml">Fire Insurance Maps</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 63,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 2-4
					// Begin item 2-5
					5:{
						'content':'<a href="building.shtml">Building Permits</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 84,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 2-5
					// Begin item 2-6
					6:{
						'content':'<a href="findaid.shtml">Finding Aids</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 105,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					}
					// End item 2-6
				}
				// End array of items, item 2
			},
			// End item 2
			// Begin item 3
			3:{
				'content':'GIS/GeoSpatial &nbsp; <img src="js/menu/menu_arrow.gif" />',
				'content_menuopen':'GIS/GeoSpatial &nbsp; <img src="js/menu/menu_arrowover.gif" />',
				'width':150, 'height':22, 'left':398, 'top':0,
				'class':'other',
				'css':'background-color:#DCDCDC',
				'css_menuopen':'background-color:#FFFACD',
				// Begin array of items, item 3
				'items':{
					'top':21,
					'left':398,
					'width':150,
					'height':153,
					// Begin item 3-1
					1:{
						'content':'<a href="gis.shtml">GIS</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top':0,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'
					},
					// End item 3-1
					// Begin item 3-2
					2:{
						'content':'<a href="geospatial.shtml">GeoSpatial Data</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top':21,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'
					},
					// End item 3-2
					// Begin item 3-3
					3:{
						'content':'<a href="geospworld.shtml">- World</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top':42,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'
					},
					// End item 3-4
					4:{
						'content':'<a href="geospusa.shtml">- USA</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top':63,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'
					},
					// End item 3-4
					5:{
						'content':'<a href="geospilchicago.shtml">- IL/Chicago</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top':84,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'
					},
					// End item 3-5
					6:{
						'content':'<a href="geospcensus.shtml">- Census Special</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top':105,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'
					},
					// End item 3-6
					7:{
						'content':'<a href="gisatuic.shtml">GIS at UIC</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top':126,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'
					}
					// End item 3-7
				}
				// End array of items, item 3
			},
			// End item 3
			// Begin item 4
			4:{
				'content':'Topics &nbsp; <img src="js/menu/menu_arrow.gif" />',
				'content_menuopen':'Topics &nbsp; <img src="js/menu/menu_arrowover.gif" />',
				'width':150, 'height':22, 'left':547, 'top':0,
				'class':'other',
				'css':'background-color:#DCDCDC',
				'css_menuopen':'background-color:#FFFACD',
				// Begin array of items, item 2
				'items':{
					'top':21,
					'left':547,
					'width':150,
					'height':64,
					// Begin item 4-1
					1:{
						'content':'<a href="citationguide.shtml">Citation Guide</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 0,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					},
					// End item 4-1
					// Begin item 4-2
					2:{
						'content':'<a href="legal.shtml">Legal Issues</a>',
						'cursor':'hand',
						'width':150, 'height':22, 'left':0, 'top': 21,
						'class':'other',
						'css':'background-color:#FFFACD;font-size:10px'						
					}
					// End item 4-2
					// Begin item 4-3
					// 3:{
					// 	'content':'<a href="other.shtml">Others</a>',
					// 	'cursor':'hand',
					// 	'width':150, 'height':22, 'left':0, 'top': 42,
					// 	'class':'other',
					// 	'css':'background-color:#FFFACD;font-size:10px'						
					// }
					// End item 4-3
				}
				// End array of items, item 4
			}
			// End item 4
		}
		// End array of items, level 0
	};
	// End base menu

	// Activate and build menu
	var myNewMenu = new WebDDM('menu_container_id', menu_data);
}