// UDMv4.2 //
/***************************************************************/
var um=new Object;um.menuClasses=[],um.itemClasses=[],um.menuCode=[];
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.2 by Brothercake
  http://www.udm4.com/
  
  This script may not be used or distributed without license

\***************************************************************/


/***************************************************************\
 * CORE CONFIGURATION
\***************************************************************/


//path to images folder 
um.baseSRC = "http://direktor.schule.at/roeck/menu/udm-resources/";


//navbar orientation
um.orientation = [
	"vertical",	// alignment ["vertical"|"horizontal"|"popup"]
	"left",		// h align ["left"|"right"]
	"top",		// v align ["top"|"bottom"]
	"absolute",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"0.5em",	// x position ["em"|"px"|"pt"|"0"]
	"0.5em",	// y position ["em"|"px"|"pt"|"0"]
	"1000",		// z order ["0" to "10000"] (menu takes 20000 headroom)
	];
	

//navbar list output
um.list = [
	"flexible",	// horizontal overflow ["rigid"|"flexible"]
	"yes",		// show menus to IE-based screenreaders ["yes"|"no"]
	"yes",		// hide static menus for netscape 4 ["yes"|"no"]
	];


//menu behaviors	
um.behaviors = [
	"200",		// open timer ["milliseconds"|"0"]
	"500",		// close timer ["milliseconds"|"0"|"never"]
	"yes",		// reposition menus to stay inside the viewport ["yes"|"no"]
	"default",	// manage windowed controls for win/ie ["default","hide","iframe","none"]
	];


//reset behaviors
um.reset = [
	"yes",		// reset from document mouse click ["yes"|"no"]
	"yes",		// reset from window resize ["yes"|"no"]
	"yes",		// reset from text resize ["yes"|"no"]
	];


//horizontal continuation strip
um.hstrip = [
	"none",		// background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"yes",		// copy navbar item margin-right to margin-bottom ["yes"|"no"]
	];
	
	
/***************************************************************\
 * MODULE SETTING
\***************************************************************/


//keyboard navigation
um.keys = [
	"38",		// up ["n"] ["38" = up arrow key]
	"39",		// right ["n"] ["39" = right arrow key]
	"40",		// down ["n"] ["40" = down arrow key]
	"37",		// left ["n"] ["37" = left arrow key]
	"123",		// hotkey ["n"] ["123" = F12]
	"none",		// hotkey modifier ["none"|"shiftKey"|"ctrlKey"|"altKey"]
	"27",		// escape ["n"|"none"] ["27" = Esc]
	"document.links[0]", // exit focus [expression]
	];


/***************************************************************\
 * NAVBAR DEFAULT STYLES
\***************************************************************/


//styles which apply to the navbar
um.navbar = [
	"-6",		// nav -> menu x-offset (+-)["n" pixels]
	"-4",		// nav -> menu y-offset (+-)["n" pixels]
	"8.5em",	// width ["em"|"px"|"pt"] (vertical navbar only - horizontal navbar items have "auto" width) ("%" doesn't work right) 
	];


//styles which apply to each navbar item
um.items = [
	"1",		// margin between items ["n" pixels]
	"1",		// border size ["n" pixels] (single value only)
	"collapse",	// border collapse ["collapse"|"separate"] (only applies when margin = "0"]
	"#ead4a4 #edbb85 #edbb85 #ead4a4",// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set border size to "0" if you don't want borders)
	"#ead4a4 #ead4a4 #fae4b4 #fae4b4",// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"#ead4a4 #edbb85 #edbb85 #ead4a4",// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid dashed solid solid",// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"9",		// left/right padding ["n" pixels] (single value only)
	"5",		// top/bottom padding ["n" pixels] (single value only)
	"#ffc",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#ffe",		// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#ffc",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"75%",		// font size ["em"|"px"|"pt"|"%"]
	"tahoma,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family)
	"bold",		// font weight ["normal"|"bold"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#008000",	// color ["color"|"#hex"|"rgb()"]
	"#b05010",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#008000",	// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"letter-spacing:1px !important;",// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-green.gif",// menu indicator character/image ["x"|"image.gif"|"none"] (images are a non-tiled CSS background v-aligned in the middle of the region set by the clipping width)
	"right-red.gif",// menu indicator rollover character/image ["x"|"image.gif"|"none"] (must be same type)
	"7",		// clipping width of indicator image ["n" pixels] (image only - not used with character)
	"..",		// alt text of indicator image ["x"] (image only)
	];


/***************************************************************\
 * MENU DEFAULT STYLES
\***************************************************************/


//styles which apply to each menu
um.menus = [
	"-7",		// menu -> menu x-offset (+-)["n" pixels] // "-16"
	"-12",		// menu -> menu y-offset (+-)["n" pixels]
	"1",		// border size ["n" pixels] (single value only) 
	"#bdb #080 #080 #bdb",// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set border size to "0" if you don't want borders)
	"9.8em",	// width ["em"|"px"|"pt"]
	"2",		// padding ["n" pixels] (single value only) 
	"#f8fbd0",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"",		// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"greenshadow.png",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"2px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:progid:DXImageTransform.Microsoft.Shadow(color=#bbddbb,direction=135,strength=2);",// additional shadow layer CSS (if you use a Shadow filter here, win/ie5.5+ will do that *instead* of default shadow)
	];


//styles which apply to each menu item
um.menuItems = [
	"0",		// margin around items ["n" pixels] (margins are like cellspacing)
	"1",		// border size ["n" pixels] (single value only)
	"separate",	// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"#f8fbd0",	// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set border size to "0" if you don't want borders)
	"#aca",		// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"#f8fbd0",	// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"5",		// left/right padding ["n" pixels] (single value only) 
	"2",		// top/bottom padding ["n" pixels] (single value only) 
	"transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#ecefc6",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"transparent",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"70%",		// font size ["em"|"px"|"pt"|"%"]
	"tahoma,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family)
	"normal",	// font weight ["normal"|"bold"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#060",		// color ["color"|"#hex"|"rgb()"]
	"#000",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#060",		// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"",		// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-green.gif",// submenu indicator character/image ["x"|"image.gif"|"none"] (images are a non-tiled CSS background v-aligned in the middle of the region set by the clipping width)
	"right-black.gif",// submenu indicator rollover character/image ["x"|"image.gif"|"none"] (must be the same type)
	"3",		// clipping width of indicator image ["n" pixels] (image only)
	"..",		// alt text of indicator image ["x"] (image only)
	];


/***************************************************************\
 * MENU CLASSES
\***************************************************************/


//classes which apply to menus [optional]
um.menuClasses["orangeMenu"] = [
	"#fdcb95 #a97742 #a97742 #fdcb95",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set default border size to "0" if you don't want borders)
	"8em",		// width ["em"|"px"|"pt"]
	"#fec",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"",		// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"orangeshadow.png",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"] (this won't show up at all if default shadow is "none", so if that's what you want, set default shadow to "transparent" or default offset to "0")
	"2px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:progid:DXImageTransform.Microsoft.Shadow(color=#ddbbaa,direction=135,strength=2);", // additional shadow layer CSS (if you use a Shadow filter here, win/ie5.5+ will do that *instead* of default shadow)
	];


//classes which apply to menu items [optional]
um.itemClasses["orangeMenuItem"] = [
	"#fec",		// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none" - set default border size to "0" if you don't want borders)
	"#edbb85",	// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"#fec",		// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; don't use "none")
	"#fec",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#f8fbd0",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#fec",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"70%",		// font size ["em"|"px"|"pt"|"%"]
	"tahoma,sans-serif",// font family ["font1,font2,font3"] (always end with a generic family)
	"normal",	// font weight ["normal"|"bold"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#803090",	// color ["color"|"#hex"|"rgb()"]
	"#5656bd",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#803090",	// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"",		// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-purple.gif",// submenu indicator character/image ["x"|"image.gif"|"none"] (must be the same type as default submenu indicator)
	"right-blue.gif",// submenu indicator rollover character/image ["x"|"image.gif"|"none"] (must be the same type)
	"..",		// alt text of indicator image  ["x"] (image only)
	];


/***************************************************************\
 * DYNAMIC MENUS
\***************************************************************/

um.menuCode['home'] = ''
+ '<ul style="width:6em">'
	+ '<li><a href="http://direktor.schule.at/roeck/startpage.php" tabindex="10" title="Startseite">Startseite</a></li>'
+ '<ul>';

um.menuCode['fam'] = ''
+ '<ul style="width:6em">'
	+ '<li><a href="http://direktor.schule.at/roeck/family/alex/index.php?depth=2" tabindex="10" title="Alexander R&ouml;ck">Alexander</a></li>'
	+ '<li><a href="http://direktor.schule.at/roeck/family/andi/index.php?depth=2" tabindex="10" title="Andreas R&ouml;ck">Andreas</a></li>'
	+ '<li><a href="http://direktor.schule.at/roeck/family/anita/index.php?depth=2" tabindex="10" title="Anita R&ouml;ck">Anita</a></li>'
	+ '<li><a href="http://direktor.schule.at/roeck/family/franz/index.php?depth=2" tabindex="10" title="Franz R&ouml;ck">Franz</a></li>'
+ '<ul>';
um.menuCode['berg'] = ''
+ '<ul class="orangeMenu" style="width:6em">'
	+ '<li class="orangeMenuItem"><a tabindex="10" class="nohref">Sommer</a>'
		+ '<ul class="orangeMenu" style="width:5em">'
			+ '<li class="orangeMenuItem"><a tabindex="10" class="nohref">2008</a>'
				+ '<ul style="width:16em">'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/grosse_schlicke_181008/" tabindex="10" title="Grosse Schlicke, 18.10.08">Grosse Schlicke, 18.10.08</a>'
						+ '<ul class="orangeMenu" style="width:11em">'
							+ '<li><a href="http://direktor.schule.at/roeck/berg/grosse_schlicke_181008/panorama/" tabindex="10" title="Panorama Grosse Schlicke, 18.10.08">Panorama Grosse Schlicke, 18.10.08</a></li>'
						+ '</ul>'
					+ '</li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/panoramaweg_tiefenbach_vent_121008/" tabindex="10" title="Panoramaweg Tiefenbach Gletscher - Vent, 12.10.08">Panoramaweg Tiefenbach Gletscher - Vent, 12.10.08</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/hohe_munde_270908/" tabindex="10" title="Hohe Munde, 27.09.08">Hohe Munde, 27.09.08</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/liebenerspitze-seelenkogel_30310808/" tabindex="10" title="Liebener Spitze/Hinterer Seelenkogel, 30./31.08.08">Liebener Spitze/Hinterer Seelenkogel, <br>30./31.08.08</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/silberspitze_100808/" tabindex="10" title="Silberspitze, 10.08.08">Silberspitze, 10.08.08</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/hohe_geige_030808/" tabindex="10" title="Hohe Geige, 03.08.08">Hohe Geige, 03.08.08</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/kreuzspitze_190708/" tabindex="10" title="Kreuzspitze, 19.07.08">Kreuzspitze, 19.07.08</a></li>'
				+ '</ul>'
			+ '</li>'
			+ '<li class="orangeMenuItem"><a tabindex="10" class="nohref">2007</a>'
				+ '<ul style="width:15em">'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/zugspitze_141007/" tabindex="10" title="Zugspitze, 14.10.07">Zugspitze, 14.10.07</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/gamskogel_071007/" tabindex="10" title="Gamskogel, 07.10.07">Gamskogel, 07.10.07</a>'
						+ '<ul class="orangeMenu" style="width:11em">'
							+ '<li><a href="http://direktor.schule.at/roeck/berg/gamskogel_071007/panorama/" tabindex="10" title="Gamskogel, 07.10.07">Panorama Gamskogel, 07.10.07</a></li>'
						+ '</ul>'
					+ '</li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/nederkogel_220907/" tabindex="10" title="Nederkogel, 22.09.07">Nederkogel, 22.09.07</a>'
						+ '<ul class="orangeMenu" style="width:11em">'
							+ '<li><a href="http://direktor.schule.at/roeck/berg/nederkogel_220907/panorama/" tabindex="10" title="Nederkogel, 22.09.07">Panorama Nederkogel, 22.09.07</a></li>'
						+ '</ul>'
					+ '</li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/tschirgant_160907/" tabindex="10" title="Tschirgant, 16.09.07">Tschirgant, 16.09.07</a>'
						+ '<ul class="orangeMenu" style="width:11em">'
							+ '<li><a href="http://direktor.schule.at/roeck/berg/tschirgant_160907/panorama/" tabindex="10" title="Tschirgant, 16.09.07">Panorama Tschirgant, 16.09.07</a></li>'
						+ '</ul>'
					+ '</li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/oetzerkarkopf_140907/" tabindex="10" title="&Ouml;tzer Karkopf, 14.09.07">&Ouml;tzer Karkopf, 14.09.07</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/sesvennahuette_02030907/" tabindex="10" title="Sesvennah&uuml;tte, 02.-04.09.07">Sesvennah&uuml;tte, 02.-04.09.07</a>'
						+ '<ul class="orangeMenu" style="width:11em">'
							+ '<li><a href="http://direktor.schule.at/roeck/berg/sesvennahuette_02030907/panorama/" tabindex="10" title="F&ouml;llakopf, Piz Cristanas (Sesvennah&uuml;tte), 02.09.07">Panoramen F&ouml;llakopf und <br>Piz Cristanas, 02.09.07</a></li>'
						+ '</ul>'
					+ '</li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/hochstubaihuette_120807/" tabindex="10" title="Hochstubaih&uuml;tte, 12.08.07">Hochstubaih&uuml;tte, 12.08.07</a>'
						+ '<ul class="orangeMenu" style="width:11em">'
							+ '<li><a href="http://direktor.schule.at/roeck/berg/hochstubaihuette_120807/panorama/" tabindex="10" title="Nebelkogel (Hochstubaih&uuml;tte), 12.08.07">Panorama Nebelkogel, 12.08.07</a></li>'
						+ '</ul>'
					+ '</li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/sulzkogel_070807/"  tabindex="10"title="Sulzkogel, 07.08.07">Sulzkogel, 07.08.07</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/hoher_riffler_050807/" tabindex="10" title="Hoher Riffler, 05.08.07">Hoher Riffler, 05.08.07</a>'
						+ '<ul class="orangeMenu" style="width:11em">'
							+ '<li><a href="http://direktor.schule.at/roeck/berg/hoher_riffler_050807/panorama/" tabindex="10" title="Hoher Riffler, 05.08.07">Panorama Hoher Riffler, 05.08.07</a></li>'
						+ '</ul>'
					+ '</li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/poschachkogel_290707/" tabindex="10" title="Niederthai - Poschachkogel - Gruejoch - Horlachalm, 29.07.07">Poschachkogel, 29.07.07</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/weissseespitze_150707/" tabindex="10" title="Gletschertour auf die Wei&szlig;seespitze, 15.07.07">Wei&szlig;seespitze, 15.07.07</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/erlanger_frischmann_29300607/" tabindex="10" title="Erlanger H&uuml;tte - Frischmann H&uuml;tte, 29.-30.06.07">Erlanger H&uuml;tte-Frischmann H&uuml;tte, 29.-30.06.07</a></li>'
				+ '</ul>'
			+ '</li>'
			+ '<li class="orangeMenuItem"><a tabindex="10" class="nohref">bis 2006</a>'
				+ '<ul style="width:15em">'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/pirchkogel_240906/" tabindex="10" title="Pirchkogel, 24.09.2006">Pirchkogel, 24.09.2006</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/schrankogel_230906/" tabindex="10" title="Schrankogel, 23.09.2006">Schrankogel, 23.09.2006</a>'
						+ '<ul class="orangeMenu" style="width:11em">'
							+ '<li><a href="http://direktor.schule.at/roeck/berg/schrankogel_230906/panorama/" tabindex="10" title="Schrankogel, 23.09.06">Panorama Schrankogel, 23.09.06</a></li>'
						+ '</ul>'
					+ '</li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/gubener_winnebachsee_14150806/" tabindex="10" title="Gubener-Winnebachsee, 14./15.08.2006">Gubener-Winnebachsee, 14./15.08.2006</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/tschirgant_091005/" tabindex="10" title="Tschirgant, 09.10.2005">Tschirgant, 09.10.2005</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/ramolhaus_24250905/" tabindex="10" title="Vent-Ramolhaus-Langtalereckh&uuml;tte, 24./25.09.2005">Vent-Ramolhaus-Langtalereckh&uuml;tte, 24./25.09.2005</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/wankspitze_220905/" tabindex="10" title="Wankspitze bei Arzkasten/Obsteig, 22.09.2005">Wankspitze, 22.09.2005</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/imster_hoehenweg_170705/" tabindex="10" title="Imster H&ouml;henweg, 17.07.2005">Imster H&ouml;henweg, 17.07.2005</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/pockkogel_030705/" tabindex="10" title="Pockkogel bei K&uuml;htai, 03.07.2005">Pockkogel, 03.07.2005</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/furgler_060904/" tabindex="10" title="Furgler bei Serfaus, 06.09.2004">Furgler, 06.09.2004</a></li>'
					+ '<li><a href="http://direktor.schule.at/roeck/berg/wildspitze_090803/" tabindex="10" title="Wildspitze, 09.08.03">Wildspitze, 09.08.03</a></li>'
				+ '</ul>'
			+ '</li>'
		+ '</ul>'
	+ '</li>'
	+ '<li class="orangeMenuItem"><a tabindex="10" class="nohref">Winter</a> '
		+ '<ul style="width:13em">'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/wildspitze_010509_skitour/" tabindex="10" title="Wildspitze, 01.05.09">Wildspitze, 01.05.09</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/k2_190409/" tabindex="10" title="K2 im Pitztal, 19.04.09">K2 (Pitztal), 19.04.09</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/wurmtalerkopf_130409/" tabindex="10" title="Wurmtaler Kopf, 13.04.09">Wurmtaler Kopf, 13.04.09</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/hochreichkopf_010209/" tabindex="10" title="Hochreichkopf, 01.02.09">Hochreichkopf, 01.02.09</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/muttekopf_110109/" tabindex="10" title="Muttekopf, 11.01.09">Muttekopf, 11.01.09</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/zuckerhuetl_100208/" tabindex="10" title="Zuckerh&uuml;tl, 10.02.08">Zuckerh&uuml;tl, 10.02.08</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/skitourenwochenende_grossglockner_17180307/" tabindex="10" title="Skitourenwochenende Lucknerhaus (Gro&szlig;glockner), 16.-18.03.07">Lucknerhaus, 16.-18.03.07</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/wattener_lizum_0102030206/" tabindex="10" title="Wattener Lizum - LizumerH&uuml;tte, 01.-03.02.06">Wattener Lizum, 01.-03.02.06</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/wetterkreuz_070106/" tabindex="10" title="Wetterkreuz, 07.01.06">Wetterkreuz, 07.01.06</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/berg/wankspitze_220106/" tabindex="10" title="Wankspitze, 22.01.06">Wankspitze, 22.01.06</a></li>'
		+ '</ul>'
	+ '</li>'
	+ '<li class="orangeMenuItem"><a tabindex="10" class="nohref">Klettern</a> '
		+ '<ul style="width:12em">'
			+ '<li><a href="http://direktor.schule.at/roeck/klettern/muttekopfhuette_28290908/" tabindex="10" title="Muttekopfhuette, 28./29.09.08">Muttekopfhuette, 28./29.09.08</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/klettern/lehner_wasserfall_140707/" tabindex="10" title="Klettersteig Lehner Wasserfall, 14.07.07">Lehner Wasserfall, 14.07.07</a></li>'
		+ '</ul>'
	+ '</li>'
+ '</ul>';
		
um.menuCode['urlaub'] = ''
+ '<ul class="orangeMenu" style="width:11em">'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/urlaub/urlaub2004/index.php?depth=2" tabindex="10" title="Irland, Schottland, England, Sommer 2004">IRL, ENG, SCL 2004</a>'
		+ '<ul style="width:6em">'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2004/irland/" tabindex="10" title="Irland">Irland</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2004/schottland/" tabindex="10" title="Schottland">Schottland</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2004/england/" tabindex="10" title="England">England</a></li>'
		+ '</ul>'
	+ '</li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/urlaub/urlaub2005/" tabindex="10" title="Wanderurlaub in S&uuml;dtirol (Texelgruppe), 14.-22.08.05">Wanderurlaub S&uuml;dtirol, 14.-22.08.05</a>'
	+ '</li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/" tabindex="10" title="Wanderurlaub in Osttirol (Schobergruppe), 27.08.06-02.09.06">Wanderurlaub Osttirol, 27.08.06-02.09.06</a>'
		+ '<ul style="width:13em">'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/060827_Anreise_TristacherSee/" tabindex="10" title="060827_Anreise_TristacherSee">060827_Anreise_TristacherSee</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/060828_Hochschober/" tabindex="10" title="060828_Hochschober">060828_Hochschober</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/060829_Hochschoberhuette/" tabindex="10" title="060829_Hochschoberhuette">060829_Hochschoberhuette</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/060830_Wagenitzseehuette/" tabindex="10" title="060830_Wagenitzseehuette">060830_Wagenitzseehuette</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/060831_Keeskopf/" tabindex="10" title="060831_Keeskopf">060831_Keeskopf</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/060901_Petzeck/" tabindex="10" title="060901_Petzeck">060901_Petzeck</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/060902_Gloedis/" tabindex="10" title="060902_Gloedis">060902_Gloedis</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/060902_Heimfahrt/" tabindex="10" title="060902_Heimfahrt">060902_Heimfahrt</a></li>'
			+ '<li><a href="http://direktor.schule.at/roeck/urlaub/urlaub2006/panorama/" tabindex="10" title="Panorama">Panorama</a></li>'
		+ '</ul>'
	+ '</li>'
+ '</ul>';
		
um.menuCode['pics'] = ''
+ '<ul class="orangeMenu" style="width:15em">'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/pics/radtour_ennsradweg_21240807" tabindex="10" title="Radtour Ennsradweg">Radtour Ennsradweg, 21.-24.08.07</a></li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/pics/tandemflug_anita_140707" tabindex="10" title="Tandemflug von Anita mit Harald von Oetz-Air">Tandemflug, 14.07.07</a></li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/pics/silvester2006/" tabindex="10" title="Silvester 2006">Silvester 2006</a></li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/pics/sponsionsfeier_250904/" tabindex="10" title="Sponsionsfeier Tourismus 2004">Sponsionsfeier, 25.09.04</a></li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/pics/magisterfeier_180904/" tabindex="10" title="Magisterfeier von Sabine und Christoph">Magisterfeier, 18.09.04</a></li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/pics/tennis2005_alex/" tabindex="10" title="Aufstiegsfeier TC Sautens 2005 - 1">Aufstiegsfeier1</a></li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/pics/tennis2005_ennemoser/" tabindex="10" title="Aufstiegsfeier TC Sautens 2005 - 2">Aufstiegsfeier2</a></li>'
	+ '<li class="orangeMenuItem"><a href="http://direktor.schule.at/roeck/pics/silvester2005/" tabindex="10" title="Silvester 2005">Silvester 2005</a></li>'
+ '</ul>';
	
um.menuCode['about'] = ''
+ '<ul style="width:7em">'
	+ '<li><a href="http://direktor.schule.at/roeck/about/impressum.php?depth=1" tabindex="10" title="Impressum">Impressum</a></li>'
	+ '<li><a href="http://direktor.schule.at/roeck/about/sitemap/index.php?depth=2" tabindex="10" title="Sitemap">Sitemap</a></li>'
	+ '<li><a href="http://direktor.schule.at/roeck/about/kontakt.php?depth=1&recipient=Webmaster&language=German" tabindex="10" title="Kontaktformular">Kontaktformular</a></li>'
+ '</ul>';

/***************************************************************\
\***************************************************************/

