// Begin Actions
function F_doLoaded() {	document.main = new F_cMain();	document.objectModel = new Object();	F_OM('Layout','LayoutLYR', 'doc', '', new Array());	F_OM('Rechteck2' , 'Rechteck2LYR', 'img', 'Layout',new Array(	'Page Loaded','Rechteck2','Fly','In From Right',0),'',0); 	F_OM('Rechteck3' , 'Rechteck3LYR', 'img', 'Layout',new Array(	'Page Loaded','Rechteck3','Fly','In From Top',0),'',0); 
	F_OM('Rechteck4' , 'Rechteck4LYR', 'img', 'Layout',new Array(	'Page Loaded','Rechteck4','Fly','In From Top Left',0),'',0); 	F_OM('Rechteck6' , 'Rechteck6LYR', 'img', 'Layout',new Array(	'Page Loaded','Rechteck6','Fly','In From Top Right',0),'',0); 	F_OM('Rechteck7' , 'Rechteck7LYR', 'img', 'Layout',new Array(	'Page Loaded','Rechteck7','Fly','In From Top Left',0),'',0); 	F_OM('Rechteck8' , 'Rechteck8LYR', 'img', 'Layout',new Array(	'Page Loaded','Rechteck8','Fly','In From Top Right',0),'',0); 
	F_OM('eNavigationsleiste2' , 'eNavigationsleiste2LYR', 'nav', 'Layout',null,'',0); 	F_OM('Bild12' , 'Bild12LYR', 'img', 'Layout',null,'',0); 	F_OM('Bild13' , 'Bild13LYR', 'img', 'Layout',null,'',0); 	F_OM('Navigationsleiste5' , 'Navigationsleiste5LYR', 'nav', 'Layout',null,'',0); 	F_pageLoaded('Layout');} 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["eNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "../../../1._Veranstaltung_Np1-t_1.gif", rollover: "../../../1._Veranstaltung_NRp2u-t-k2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche2" : { image: "../../../2._Veranstaltung_Np1-t_1.gif", rollover: "../../../2._Veranstaltung_NRp2u-t-k2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche3" : { image: "../../../3._Veranstaltung_Np1-t_1.gif", rollover: "../../../3._Veranstaltung_NRp2u-t-k2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche4" : { image: "../../../4._Veranstaltung_Np1-t_1.gif", rollover: "../../../4._Veranstaltung_NRp2u-t-k2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche5" : { image: "../../../5._Veranstaltung_Np1-t_1.gif", rollover: "../../../5._Veranstaltung_NRp2u-t-k2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche6" : { image: "../../../Ubungen_Np1-t_2.gif", rollover: "../../../Ubungen_NRp2u-t-k2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche7" : { image: "../../../Links_Np1-t_2.gif", rollover: "../../../Links_NRp2u-t-k2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche8" : { image: "../../../Aufgaben_Np1-t_1.gif", rollover: "../../../Aufgaben_NRp2u-t-k2_1.gif", w: 120, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "eNavigationsleiste2", rollover: true, autoClose: false });
	$("#eNavigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#eNavigationsleiste2 ul").hide();
	$("#eNavigationsleiste2").css('background-color', '#336699');
	$("#eNavigationsleiste2 ul").css('background-color', '#336699');
});


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche9" : { image: "../../../Projekte_Np1-t.gif", rollover: "../../../Projekte_NRp2u-t-k2.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche10" : { image: "../../../____Kurs_Visualisierung_Np1-t.gif", rollover: "../../../____Kurs_Visualisierung_NRp2u-t-k2.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche11" : { image: "../../../Fotografie_Np1-t.gif", rollover: "../../../Fotografie_NRp2u-t-k2.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche12" : { image: "../../../Schulprojekte_Np1-t.gif", rollover: "../../../Schulprojekte_NRp2u-t-k2.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche13" : { image: "../../../Partnerlinks_Np1-t.gif", rollover: "../../../Partnerlinks_NRp2u-t-k2.gif", w: 120, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste5", rollover: true, autoClose: false });
	$("#Navigationsleiste5").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste5 ul").hide();
	$("#Navigationsleiste5").css('background-color', '#6699CC');
	$("#Navigationsleiste5 ul").css('background-color', '#6699CC');
});


// End Navigation Bars


