// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text_ErstdasWort' , 'Text_ErstdasWortLYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text_ErstdasWort','Peek','In From Top',0,
	'Page Loaded','Text_danndiePflanze','Peek','In From Bottom',0,
	'Page Loaded','Text_zuletztdasMesser','Peek','In From Top',0),'',0);
 	F_OM('Text_danndiePflanze' , 'Text_danndiePflanzeLYR', 'txt', 'Layout',null,'',0);
 
	F_OM('Text_zuletztdasMesser' , 'Text_zuletztdasMesserLYR', 'txt', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
	if (jQuery.browser.safari){
		$(".nof-lyr>br:first").each(function () {
			$(this).replaceWith("<div style='height:0px'>&nbsp;</div>");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste5"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Sprechzeiten_Np1-blau.gif", rollover: "./assets/images/autogen/Sprechzeiten_NRp2-rot.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Praxisleistungen_Np1-blau.gif", rollover: "./assets/images/autogen/Praxisleistungen_NRp2-rot.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Team_Np1-blau.gif", rollover: "./assets/images/autogen/Team_NRp2-rot.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Aktuelles_Np1-blau.gif", rollover: "./assets/images/autogen/Aktuelles_NRp2-rot.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Service_Np1-blau.gif", rollover: "./assets/images/autogen/Service_NRp2-rot.gif", w: 129, h: 21 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Impressum_Np1-blau.gif", rollover: "./assets/images/autogen/Impressum_NRp2-rot.gif", w: 129, h: 21 }
};

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


// End Navigation Bars


