// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild71' , 'Bild71LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild71','Iris','In',0,
	'Mouse Out','Bild71','Fly','In From Top',0),'',0);
 	F_OM('Navigationsleiste4' , 'Navigationsleiste4LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste5' , 'Navigationsleiste5LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste6' , 'Navigationsleiste6LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Tabelle2' , 'Tabelle2LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste3' , 'Navigationsleiste3LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild71A').bind('mouseover', function(__e) { return (F_e('Bild71', F_MV, __e)); } );
	$('#Bild71A').bind('mouseout', function(__e) { return (F_e('Bild71', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/products_Np1.jpg", rollover: "../assets/images/autogen/products_NRp3.jpg", w: 30, h: 120 }
};

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


ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/catalog_Np1_1.jpg", rollover: "../assets/images/autogen/catalog_NRp3_1.jpg", w: 30, h: 120 }
};

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


ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Impressum_Np1.jpg", rollover: "../assets/images/autogen/Impressum_NRp3.jpg", w: 30, h: 120 }
};

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


// End Navigation Bars

