function test(){
alert("test");
}
function initWebDDM ()
{

	// Begin base menu
	var menu = {
		'position':'relative', // Fit menu inline with other HTML
		'top':-13, // Offset 0 from default position
		'left':0, // Offset 0 from default position
		'width':0, // Gives some space around the menu, so other elements aren't in this space
		'height':12, // Gives some space around the menu, so other elements aren't in this space
		'expand_menu':'auto', // Automatically show the menu

		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':0,
			'width':170,
			'height':26,
			// Begin item 1			
			1:{
				'content':'Pildialbumid',
				'content_menuopen':'Pildialbumid',
				'cursor':'hand',
				'width':170, 'height':26, 'left':0, 'top':0,
				'class':'navi1',
				'class_menuopen':'naviactive',
				// Begin array of items, item 5
				'items':{
					'top':25,
					'left':0,
					'width':170,
					'height':200,
					// Begin item 3-1
					1:{
						'content':'Bulgaaria',
						'url':'javascript:window.open("pildid/bulgaria/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':0,
						'class':'navi2',
                				'class_rollover':'naviactive'

					},
					2:{
						'content':'Kirovsk',
						'url':'javascript:window.open("pildid/kirovsk/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':20,
						'class':'navi2',
                				'class_rollover':'naviactive'

					},
					3:{
						'content':'Norra',
						'url':'javascript:window.open("pildid/norra/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':40,
						'class':'navi2',
                				'class_rollover':'naviactive'

					},
					4:{
						'content':'Horvaatia',
						'url':'javascript:window.open("pildid/horvaatia/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':60,
						'class':'navi2',
                				'class_rollover':'naviactive'

					},
					5:{
						'content':'Soome',
						'url':'javascript:window.open("pildid/ruka/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':80,
						'class':'navi2',
                				'class_rollover':'naviactive'

					},
					6:{
						'content':'Ungari',
						'url':'javascript:window.open("pildid/ungari/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':100,
						'class':'navi2',
                				'class_rollover':'naviactive'

					},
					7:{
						'content':'Slovakkia',
						'url':'javascript:window.open("pildid/slovakkia/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':120,
						'class':'navi2',
                				'class_rollover':'naviactive'
					},
					8:{
						'content':'Rootsi',
						'url':'javascript:window.open("pildid/rootsi/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':140,
						'class':'navi2',
                				'class_rollover':'naviactive'

					},
					9:{
						'content':'Rumeenia',
						'url':'javascript:window.open("pildid/rumeenia/")',
						'cursor':'hand',
						'width':168, 'height':20, 'left':0, 'top':160,
						'class':'navi2',
                				'class_rollover':'naviactive'

					}



					// End item 3-1
					// Begin item 3-2
			
					// End item 3-2
					// Begin item 3-3
					// End item 3-3
				}
				// End array of items, item 3
			}
			// End item 3
		}
		// End array of items, level 0
	};
	// End base menu

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


