// Initialize WebDDM
function initTOPWebDDM ()
{
	// Preload all images used in this menu
	WebDDM_preloadImages('menu/star.gif');
	
	// Child image HTML
	var child_image = '&nbsp;<img src="menu/star.gif" style="border-style: none;" />';

	// Begin base menu_top
	var menu = {
		'position':'relative',
		'top':2,
		'left':190,
		'width':600,
		'height':30,
		'expand_menu':'auto',


		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':0,
			// Begin item 1
			1:{
				'content':'<a href="index.htm">Home</a>',
				'width':100, 'height':25, 'left':0, 'top':0,
				'class':'winxp_top',
				'class_rollover':'winxp_top_rollover'
			},
			// End item 1
			// Begin item 2
			2:{
				'content':'Kontakt',
				'width':100, 'height':25, 'left':102, 'top':0,
				'class':'winxp_top',
				'class_menuopen':'winxp_top_rollover',
				// Begin array of items, item 2
				'items':{
					'top':25,
					'left':0,
					'background-item':{
									   'top':1, 'left':0,
									   'width':160, 'height':84,
									   'class':'officexp_container_child'
									   },
					// Begin item 2-1
					1:{
						'content':'<a href="pt2_1.htm">' + child_image + ' Škola</a>',
						'width':160, 'height':21, 'left':0, 'top':1,
						'class':'winxp_top_child',
						'class_rollover':'winxp_top_child_rollover'
					},
					// End item 2-1
					// Begin item 2-2
					2:{
						'content':'<a href="pt2_2.htm">' + child_image + ' Školský internát</a>',
						'width':160, 'height':21, 'left':0, 'top':21,
						'class':'winxp_top_child',
						'class_rollover':'winxp_top_child_rollover'
					},
					// End item 2-2
					// Begin item 2-3
					3:{
						'content':'<a href="pt2_3.htm">' + child_image + ' Školská jedáleň</a>',
						'width':160, 'height':21, 'left':0, 'top':41,
						'class':'winxp_top_child',
						'class_rollover':'winxp_top_child_rollover'
					}
					// End item 2-3
				}
				// End array of items, item 2
			},			
			// End item 2
			// Begin item 3
			3:{
				'content':'<a href="http://www.lhsity.sk/index.php" target="_blank">Mesto Liptovský Hrádok</a>',
				'width':190, 'height':25, 'left':204, 'top':0,
				'class':'winxp_top',
				'class_rollover':'winxp_top_rollover'
			},
			// End item 3
			// Begin item 4
			4:{
				'content':'<a href="pt4.htm">Galéria</a>',
				'width':100, 'height':25, 'left':396, 'top':0,
				'class':'winxp_top',
				'class_rollover':'winxp_top_rollover'
			},
			// End item 4			
			// Begin item 5
			5:{
				'content':'<a href="pt5.htm">Na stiahnutie</a>',
				'width':100, 'height':25, 'left':498, 'top':0,
				'class':'winxp_top',
				'class_rollover':'winxp_top_rollover'
			}
			// End item 5
		}
		// End array of items, level 0
	};
	
	// Activate and build menu
	var relativeMenu = new WebDDM('menu_top', menu);
}






function initLEFTWebDDM ()
{
	// Preload all images used in this menu
	WebDDM_preloadImages('menu/star.gif');
	
	// Child image HTML
	var child_image = '&nbsp;<img src="menu/star.gif" style="border-style: none;" />';
// Begin base menu_left
	var menu = {
		'position':'relative',
		'top':2,
		'left':0,
		'width':190,
		'height':30,
		'expand_menu':'auto',


		// Begin array of items, level 0
		'items':{
			'top':0,
			'left':0,
			// Begin item 1
			1:{
				'content':'&nbsp;Škola',
				'width':190, 'height':25, 'left':0, 'top':0,
				'class':'winxp_name',
				'class_rollover':'winxp_name'
			},
			// End item 1
			// Begin item 2
			 2:{
				'content':'&nbsp;O škole',
				'width':190, 'height':25, 'left':0, 'top':27,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 2
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':63,
									   'class':'officexp_container_child'
									   },
					// Begin item 2-1
					1:{
						'content':'<a href="p2_1.htm">' + child_image + ' História školy</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 2-1
					// Begin item 2-2
					2:{
						'content':'<a href="p2_2.htm">' + child_image + ' Súčasnosť školy</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 2-2
					// Begin item 2-3
					3:{
						'content':'<a href="p2_3.htm">' + child_image + ' Medzinárodná spolupráca</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':41,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 2-3
				}
				// End array of items, item 2
			},
			// End item 2
			// Begin item 3
			3:{
				'content':'<a href="http://www.zask.sk" target="_blank">&nbsp;Zriaďovateľ školy</a>',
				'width':190, 'height':25, 'left':0, 'top':54,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 3
			// Begin item 4
			4:{
				'content':'&nbsp;Štúdium',
				'width':190, 'height':25, 'Left':0, 'top':81,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 4
				'items':{
					'top':0,
					'left':190,
					'background-item':{
							  'top':1, 'left':0,
							  'width':300, 'height':140,
							  'class':'officexp_container_child'
							  },
					// Begin item 4-1
					1:{
						'content':'<a href="p4_1.htm">' + child_image + ' Prečo študovať na SLŠ v LH</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 4-1
					// Begin item 4-2
					2:{
						'content':'<a href="p4_2.htm">' + child_image + ' Profil absolventa</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 4-2
					// Begin item 4-3
					3:{
						'content':'<a href="p4_3.htm">' + child_image + ' Štúdijný odbor lesníctvo</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':41,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 4-3
					// Begin item 4-4
					4:{
						'content':'<a href="p4_5.htm">'+ child_image + ' Štúdijný odbor podnikateľ pre rozvoj vidieka</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':61,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 4-4
					// Begin item 4-5
					5:{
						'content':'<a href="p4_4.htm">' + child_image + ' Štúdijný odbor vidiecka turistika</a>',
            'width':300, 'height':21, 'offsetleft':0, 'top':81,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 4-5
				}
				// End array of items, item 4
			},		
			// End item 4		
			// Begin item 5
			5:{
				'content':'<a href="p5.htm">&nbsp;MATURITY</a>',
				'width':190, 'height':25, 'left':0, 'top':108,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 5
			// Begin item 6
			6:{
				'content':'&nbsp;Príjmacie skúšky',
				'width':190, 'height':25, 'offsetleft':-190, 'top':135,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 6
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':84,
									   'class':'officexp_container_child'
									   },
					// Begin item 6-1
					1:{
						'content':'<a href="p6_1.htm">' + child_image + ' Štúdijný odbor lesnívo</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 6-1
					// Begin item 6-2
					2:{
						'content':'<a href="p6_3.htm">'+ child_image + ' Štúdijný odbor podnikateľ pre rozvoj vidieka</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 6-2
					// Begin item 6-3
					3:{
						'content':'<a href="p6_2.htm">' + child_image + ' Štúdijný odbor vidiecka turistika</a>',
            'width':300, 'height':21, 'offsetleft':0, 'top':41,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 6-3
				}
				// End array of items, item 6
			},		
			// End item 6
			// Begin item 7
			 7:{
				'content':'&nbsp;Odborná prax',
				'width':190, 'height':25, 'left':0, 'top':162,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 7
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':63,
									   'class':'officexp_container_child'
									   },
					// Begin item 7-1
					1:{
						'content':'<a href="p7_1.htm">' + child_image + ' Význam a druhy praxe</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 7-1
					// Begin item 7-2
					2:{
						'content':'<a href="p7_2.htm">' + child_image + ' Súvisiace dokumenty</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 7-2
				}
				// End array of items, item 7
			},
			// End item 7

			 8:{
				'content':'&nbsp;SOČ',
				'width':190, 'height':25, 'left':0, 'top':189,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 7
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':63,
									   'class':'officexp_container_child'
									   },
					// Begin item 8-1
					1:{
						'content':'<a href="p8_1.htm">' + child_image + ' SOČ</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 8-1
					// Begin item 8-2
					2:{
						'content':'<a href="p8_2.htm">' + child_image + ' Súvisiace dokumenty</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 8-2
				}
				// End array of items, item 8
			},
			// End item 8
			
			// Begin item 9
			 9:{
				'content':'&nbsp;Rada školy',
				'width':190, 'height':25, 'left':0, 'top':216,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 9
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':42,
									   'class':'officexp_container_child'
									   },
					// Begin item 9-1
					1:{
						'content':'<a href="p9_1.htm">' + child_image + ' Rada školy a jej charakteristika</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 9-1
					// Begin item 9-2
					2:{
						'content':'<a href="p9_2.htm">' + child_image + ' Súvisiace dokumenty</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 9-2
				}
				// End array of items, item 9
			},
			// End item 9
			// Begin item 10
			10:{
				'content':'&nbsp;Zamestnanci školy',
				'width':190, 'height':25, 'left':0, 'top':243,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 10
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':126,
									   'class':'officexp_container_child'
									   },
					// Begin item 10-1
					1:{
						'content':'<a href="images/p5-1.jpg" target="_blank">' + child_image + ' Schéma riadenia</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 10-1
					// Begin item 10-2
					2:{
						'content':'<a href="p10_2.htm">' + child_image + ' Pedagogickí zamestnanci školy</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 10-2
					// Begin item 10-3
					3:{
						'content':'<a href="p10_3.htm">' + child_image + ' Pedagogickí zamestnanci DM</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':41,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 10-3
					// Begin item 10-4
					4:{
						'content':'<a href="p10_4.htm">' + child_image + ' Prevádzkoví zamestnanci</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':61,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 10-4
					// Begin item 10-5
					5:{
						'content':'<a href="p10_5.htm">' + child_image + ' Kuchyňa</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':81,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 10-5
					// Begin item 10-6
					6:{
						'content':'<a href="data/Kolektivna_zmluva_2008.pdf">' + child_image + ' Kolektívna zmluva 2008</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':101,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 10-6
				}
				// End array of items, item 10
			},
			// End item 10			
			// Begin item 11
			11:{
				'content':'&nbsp;Študenti školy',
				'width':190, 'height':25, 'left':0, 'top':270,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 13
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':56,
									   'class':'officexp_container_child'
									   },
					// Begin item 11-1
					1:{
						'content':'<a href="http://slslhr.edupage.org/forms/?" target="_blank">' + child_image + ' Súčasní študenti</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 11-1
					// Begin item 11-2
					2:{
						'content':'<a href="p11_2.htm">' + child_image + ' Absolventi školy od r.1996</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 11-2
				}
				// End array of items, item 11
			},
			// End item 11
			// Begin item 12
			12:{
				'content':'<a href="http://slslhr.edupage.org/calendar/?#now" target="_blank">&nbsp;Organizácia školského roka</a>',
				'width':190, 'height':25, 'left':0, 'top':297,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 12
			// Begin item 13
			13:{
				'content':'&nbsp;Arborétum',
				'width':190, 'height':25, 'left':0, 'top':324,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 13
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':84,
									   'class':'officexp_container_child'
									   },
					// Begin item 13-1
					1:{
						'content':'<a href="p13_1.htm">' + child_image + ' Základné informácie</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 13-1
					// Begin item 13-2
					2:{
						'content':'<a href="p13_2.htm">' + child_image + ' Zoznam taxónov drevín</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 13-2
					// Begin item 13-3
					3:{
						'content':'<a href="gallery/Arboretum/index.html" target="blank">' + child_image + ' Fotogaléria</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':42,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 13-3
				}
				// End array of items, item 13
			},
			// End item 13
			// Begin item 14
			14:{
				'content':'<a href="p14.htm">&nbsp;Školský časopis</a>',
				'width':190, 'height':25, 'left':0, 'top':351,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 14
	// Begin item 15
			15:{
				'content':'&nbsp;VVČ',
				'width':190, 'height':25, 'left':0, 'top':378,
				'class':'winxp_name',
				'class_rollover':'winxp_name'
			},
	// End item 15	
	   	   // Begin item 16
			16:{
				'content':'<a href="p16.htm">&nbsp;Správa o VVČ</a>',
				'width':190, 'height':25, 'left':0, 'top':405,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 16
			// Begin item 17
			17:{
				'content':'<a href="http://slslhr.edupage.org/timetable/?" target="_blank">&nbsp;Rozvrh hodín</a>',
				'width':190, 'height':25, 'left':0, 'top':432,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 17			
	// Begin item 18
			18:{
				'content':'&nbsp;Ubytovanie',
				'width':190, 'height':25, 'left':0, 'top':459,
				'class':'winxp_name',
				'class_rollover':'winxp_name'
			},
	// End item 18
			// Begin item 19
			19:{
				'content':'&nbsp;Školský internát',
				'width':190, 'height':25, 'left':0, 'top':486,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 19
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':105,
									   'class':'officexp_container_child'
									   },
					// Begin item 19-1
					1:{
						'content':'<a href="work.htm">' + child_image + ' Denný režim</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 19-1
					// Begin item 19-2
					2:{
						'content':'<a href="work.htm">' + child_image + ' Vnútrný poriadok</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 19-2
					// Begin item 19-3
					3:{
						'content':'<a href="work.htm">' + child_image + ' Aktivity</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':41,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 19-3
					// Begin item 19-4
					4:{
						'content':'<a href="pt2_2.htm">' + child_image + ' Kontakt</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':61,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 19-4
					// Begin item 19-5
					5:{
						'content':'<a href="work.htm">' + child_image + ' Fotogaléria</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':81,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 19-5
				}
				// End array of items, item 19
			},
			// End item 19	
			// Begin item 20
			20:{
				'content':'<a href="p20.htm">&nbsp;Ponuka ubytovania</a>',
				'width':190, 'height':25, 'left':0, 'top':513,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 20
	// Begin item 21
			21:{
				'content':'&nbsp;Voľný čas',
				'width':190, 'height':25, 'left':0, 'top':540,
				'class':'winxp_name',
				'class_rollover':'winxp_name'
			},
	// End item 21		
	   	   // Begin item 22
			22:{
				'content':'&nbsp;Školské športové stredisko',
				'width':190, 'height':25, 'left':0, 'top':567,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 21
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':63,
									   'class':'officexp_container_child'
									   },
					// Begin item 22-1
					1:{
						'content':'<a href="p22_1.htm">' + child_image + ' Charakteristika športového strediska</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 22-1
					// Begin item 22-2
					2:{
						'content':'<a href="work.htm">' + child_image + ' Činnosť športového strediska</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 22-2
					// Begin item 22-3
					3:{
						'content':'<a href="work.htm">' + child_image + ' Výsledky športového strediska</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':41,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 22-3

				}
				// End array of items, item 22
			},
			// End item 22	
			// Begin item 23
			23:{
				'content':'&nbsp;Záujmové krúžky',
				'width':190, 'height':25, 'left':0, 'top':594,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 23
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':63,
									   'class':'officexp_container_child'
									   },
					// Begin item 23-1
					1:{
						'content':'<a href="http://slslhr.edupage.org/kruzky/?" target="_blank">' + child_image + ' Záujmové krúžky</a>',
						'width':300, 'height':21, 'loffsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 23-1
					// Begin item 23-2					
					2:{
						'content':'<a href="work.htm">' + child_image + ' Naše úspechy</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 23-2
					// Begin item 23-3
					3:{
						'content':'<a href="work.htm">' + child_image + ' Fotogaléria</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':42,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 23-3
				}
				// End array of items, item 23
			},
			// End item 23
	// Begin item 24
			24:{
				'content':'&nbsp;<img src="menu/star.gif" style="border-style: none;" />',
				'width':190, 'height':25, 'left':0, 'top':621,
				'class':'winxp_name',
				'class_rollover':'winxp_name'
			},
	// End item 24				
			// Begin item 25
			25:{
				'content':'&nbsp;Nadácia lesníckej školy',
				'width':190, 'height':25, 'left':0, 'top':648,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 25
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':42,
									   'class':'officexp_container_child'
									   },
					// Begin item 25-1
					1:{
						'content':'<a href="p25_1.htm">' + child_image + ' Cieľ, úloha a poslanie nadácie</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 25-1
					// Begin item 25-2
					2:{
						'content':'<a href="p25_2.htm">' + child_image + ' Ako poukázať 2% dane</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 25-2
				}
				// End array of items, item 25
			},
			// End item 25
			// Begin item 26
			26:{
				'content':'&nbsp;Knižnica',
				'width':190, 'height':25, 'left':0, 'top':675,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 26
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':42,
									   'class':'officexp_container_child'
									   },
					// Begin item 26-1
					1:{
						'content':'<a href="p26_1.htm">' + child_image + ' Výpožičný poriadok knižnice</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 26-1
					// Begin item 26-2
					2:{
						'content':'<a href="p26_2.htm">' + child_image + ' Zoznam titulov a autorov</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 26-2
				}
				// End array of items, item 26
			},
			// End item 26
			// Begin item 27
			27:{
				'content':'<a href="p27.htm">&nbsp;IES</a>',
				'width':190, 'height':25, 'left':0, 'top':702,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 27
			// Begin item 28
			28:{
				'content':'<a href="p28.htm">&nbsp;Zaujímavé stránky</a>',
				'width':190, 'height':25, 'left':0, 'top':729,
				'class':'winxp_left',
				'class_rollover':'winxp_left_rollover'
			},
			// End item 28

// Begin item 29
			29:{
				'content':'&nbsp;Zverejňovanie v zmysle &nbsp;zákona &nbsp;546/2010',
				'width':190, 'height':50, 'left':0, 'top':756,
				'class':'winxp_left',
				'class_menuopen':'winxp_left_rollover',
				// Begin array of items, item 21
				'items':{
					'top':0,
					'left':190,
					'background-item':{
									   'top':1, 'left':0,
									   'width':300, 'height':63,
									   'class':'officexp_container_child'
									   },
					// Begin item 29-1
					1:{
						'content':'<a href="zverejnovanie/zmluvy">' + child_image + ' Zmluvy</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':1,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 29-1
					// Begin item 29-2
					2:{
						'content':'<a href="zverejnovanie/objednavky">' + child_image + ' Objednávky</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':21,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					},
					// End item 29-2
					// Begin item 29-3
					3:{
						'content':'<a href="zverejnovanie/faktury">' + child_image + ' Faktúry</a>',
						'width':300, 'height':21, 'offsetleft':0, 'top':41,
						'class':'winxp_left_child',
						'class_rollover':'winxp_left_child_rollover'
					}
					// End item 29-3

				}
				// End array of items, item 29
			},
			// End item 29
					}

		// End array of items, level 0
	};
	
	// Activate and build menu
	var relativeMenu = new WebDDM('menu_left', menu);

}

