// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Navigationsleiste3' , 'Navigationsleiste3LYR', 'nav', 'LayoutBereich1',null,'',0);
 
		F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'LayoutBereich1',null,'',0);
 
		F_OM('Fotogalerie1' , 'Fotogalerie1LYR', 'lyr', 'LayoutBereich1',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "./Dance_4_Fans_NButtonsand.gif", rollover: "./Dance_4_Fans_NRButtonorgange.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche2" : { image: "./Kontakt_NButtonsand.gif", rollover: "./Kontakt_NRButtonorgange.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche3" : { image: "./Downloads_NButtonsand.gif", rollover: "./Downloads_NRButtonorgange.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche4" : { image: "./Links_NButtonsand.gif", rollover: "./Links_NRButtonorgange.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche5" : { image: "./Forum_NButtonsand.gif", rollover: "./Forum_NRButtonorgange.gif", w: 114, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste3", rollover: true, autoClose: false });
	$("#Navigationsleiste3").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste3 ul").hide();
});


ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltflaeche6" : { image: "./Start_HButtonorgange.gif", rollover: "./Start_HRButtonorgangeRoll.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche7" : { image: "./Tanzschule_NButtonsand.gif", rollover: "./Tanzschule_NRButtonorgange.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche8" : { image: "./Team_NButtonsand.gif", rollover: "./Team_NRButtonorgange.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche9" : { image: "./Tanzkurse_NButtonsand.gif", rollover: "./Tanzkurse_NRButtonorgange.gif", w: 114, h: 20 },
	"Navigationsschaltflaeche10" : { image: "./Tanzkreise_NButtonsand.gif", rollover: "./Tanzkreise_NRButtonorgange.gif", w: 114, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars


