// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild308' , 'Bild308LYR', 'img', 'Layout',null,'',0);
 	F_OM('Bild309' , 'Bild309LYR', 'img', 'Layout',null,'',0);
 	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',new Array(
	'Page Loaded','NavigationBar1','Bring To Front','',0),'',0);
 
	F_OM('Navigationsleiste2' , 'Navigationsleiste2LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild308A').bind('mouseover', function(__e) { return (F_e('Bild308', F_MV, __e)); } );
	$('#Bild308A').bind('mouseout', function(__e) { return (F_e('Bild308', F_MT, __e)); } );
	$('#Bild309A').bind('mouseover', function(__e) { return (F_e('Bild309', F_MV, __e)); } );
	$('#Bild309A').bind('mouseout', function(__e) { return (F_e('Bild309', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Home_Hhighlighted_1_1.gif", rollover: "./assets/images/autogen/Home_HRhighlightedRollover_1_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Aramis_Nregular_1_1.gif", rollover: "./assets/images/autogen/Aramis_NRregularRollover_1_1.gif", w: 130, h: 34, opening: "bottom", offsetX: 0, offsetY: 34 },
	"Navigationsschaltflaeche8" : { image: "./assets/images/autogen/Ahnentafel_Nregular_1_1.gif", rollover: "./assets/images/autogen/Ahnentafel_NRregularRollover_1_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche9" : { image: "./assets/images/autogen/Standard_Nregular_1_1.gif", rollover: "./assets/images/autogen/Standard_NRregularRollover_1_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche10" : { image: "./assets/images/autogen/Verhalten_Nregular_1_1.gif", rollover: "./assets/images/autogen/Verhalten_NRregularRollover_1_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche11" : { image: "./assets/images/autogen/eU_Nregular_1_1.gif", rollover: "./assets/images/autogen/eU_NRregularRollover_1_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Ausstellungen_Nregular_1_1.gif", rollover: "./assets/images/autogen/Ausstellungen_NRregularRollover_1_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Bilder_Nregular_1_1.gif", rollover: "./assets/images/autogen/Bilder_NRregularRollover_1_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Deckungen_Nregular_1_1.gif", rollover: "./assets/images/autogen/Deckungen_NRregularRollover_1_1.gif", w: 130, h: 34, opening: "bottom", offsetX: 0, offsetY: 34 },
	"Navigationsschaltflaeche12" : { image: "./assets/images/autogen/Gallerie_Nregular_1.gif", rollover: "./assets/images/autogen/Gallerie_NRregularRollover_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Kontakt_Nregular_1.gif", rollover: "./assets/images/autogen/Kontakt_NRregularRollover_1.gif", w: 130, h: 34, opening: "bottom", offsetX: 0, offsetY: 34 },
	"Navigationsschaltflaeche13" : { image: "./assets/images/autogen/Gastebuch_Nregular_1.gif", rollover: "./assets/images/autogen/Gastebuch_NRregularRollover_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche14" : { image: "./assets/images/autogen/Links_Nregular_1.gif", rollover: "./assets/images/autogen/Links_NRregularRollover_1.gif", w: 130, h: 34 },
	"Navigationsschaltflaeche15" : { image: "./assets/images/autogen/Impressum_Nregular_1.gif", rollover: "./assets/images/autogen/Impressum_NRregularRollover_1.gif", w: 130, h: 34 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: true });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 34 });
	$("#NavigationBar1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 34 });
	$("#NavigationBar1_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 0, offsetY: 34 });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars


