// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array(
	'Page Loaded','RE-Startseite','Set Src','./assets/images/Duravit-PhilippeStarck-Wanne-Kamin.jpg',0));
	F_OM('Bild35' , 'Bild35LYR', 'img', 'Layout',new Array(
	'Mouse Over','RE-Startseite','Set Src','./assets/images/die-firma-ulf-schreiner.jpg',0,
	'Clicked','Layout','Go To','./die-firma.html',0),'',0);
 	F_OM('RE-Startseite' , 'RE-StartseiteLYR', 'img', 'Layout',null,'',0);
 	F_OM('Bild42' , 'Bild42LYR', 'img', 'Layout',new Array(
	'Mouse Over','RE-Startseite','Set Src','./assets/images/ausgewaehlte-bauvorhaben-ulf-schreiner.jpg',0,
	'Mouse Out','RE-Startseite','Set Src','./assets/images/Duravit-PhilippeStarck-Wanne-Kamin.jpg',0,
	'Clicked','Layout','Go To','openpopup_8855(\' ./zufriedener-bad-kunde-1.html \') ',0),'',0);
 	F_OM('Bild44' , 'Bild44LYR', 'img', 'Layout',new Array(
	'Mouse Over','RE-Startseite','Set Src','./assets/images/ulf-schreiner-anrufbeantworter.jpg',0,
	'Mouse Out','RE-Startseite','Set Src','./assets/images/die-firma-ulf-schreiner.jpg',0),'',0);
 	F_OM('Navigationsleiste3' , 'Navigationsleiste3LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Navigationsleiste4' , 'Navigationsleiste4LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild35A').bind('click', function(__e) { return (F_e('Bild35', F_CL, __e)); } );
	$('#Bild35A').bind('mouseover', function(__e) { return (F_e('Bild35', F_MV, __e)); } );
	$('#Bild42A').bind('click', function(__e) { return (F_e('Bild42', F_CL, __e)); } );
	$('#Bild42A').bind('mouseover', function(__e) { return (F_e('Bild42', F_MV, __e)); } );
	$('#Bild42A').bind('mouseout', function(__e) { return (F_e('Bild42', F_MT, __e)); } );
	$('#Bild44A').bind('mouseover', function(__e) { return (F_e('Bild44', F_MV, __e)); } );
	$('#Bild44A').bind('mouseout', function(__e) { return (F_e('Bild44', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste3"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Schone_Bader_Nregular_1_1.gif", rollover: "./assets/images/autogen/Schone_Bader_NRregularRollover_1_1.gif", w: 200, h: 32 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Heizungstechnik_Nregular_1_1.gif", rollover: "./assets/images/autogen/Heizungstechnik_NRregularRollover_1_1.gif", w: 200, h: 32 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Solartechnik_Nregular_1_1.gif", rollover: "./assets/images/autogen/Solartechnik_NRregularRollover_1_1.gif", w: 200, h: 32 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Flaschnerei_Nregular_1_1.gif", rollover: "./assets/images/autogen/Flaschnerei_NRregularRollover_1_1.gif", w: 200, h: 32 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Kundendienst_Nregular_1_1.gif", rollover: "./assets/images/autogen/Kundendienst_NRregularRollover_1_1.gif", w: 200, h: 32 }
};

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


ButtonsImageMapping["Navigationsleiste4"] = {
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Die_Firma_Nregular_1_2.gif", rollover: "./assets/images/autogen/Die_Firma_NRregularRollover_1_2.gif", w: 200, h: 32 }
};

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


// End Navigation Bars


