// 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('Komponente1' , 'Komponente1LYR', 'lyr', 'LayoutBereich1',null,'',0);
 
	F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Komponente1LYR').bind('mouseover', function(__e) { return (F_e('Komponente1', F_MV, __e)); } );
	$('#Komponente1LYR').bind('mouseout', function(__e) { return (F_e('Komponente1', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Home_Npnici1.gif", w: 99, h: 24 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Schmuck_Npnici1.gif", w: 99, h: 24 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Projekte_Npnici1.gif", w: 99, h: 24 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Werkstatt_Galerie_Npnici1.gif", w: 99, h: 24 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Vita_Npnici1.gif", w: 99, h: 24 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Kontakt_Npnici1.gif", w: 99, h: 24 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Impressum_Npnici1.gif", w: 99, h: 24 }
};

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


// End Navigation Bars


