// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Bild10' , 'Bild10LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild10','Set Image',F_Parm('Image 1 (Normal)','./bt_home_off.png','Image 2 (Highlighted)','./bt_home_on.png','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
	'Mouse Over','Bild10','Use Image','Image 2 (Highlighted)',0,
	'Mouse Out','Bild10','Use Image','Image 1 (Normal)',0,
	'Clicked','Layout','Go To','./index.php',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild10A').bind('click', function(__e) { return (F_e('Bild10', F_CL, __e)); } );
	$('#Bild10A').bind('mouseover', function(__e) { return (F_e('Bild10', F_MV, __e)); } );
	$('#Bild10A').bind('mouseout', function(__e) { return (F_e('Bild10', F_MT, __e)); } );
});
// 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["Navigationsleiste6"] = {
	"Navigationsschaltflaeche6" : { image: "./mbt_off_01.png", rollover: "./mbt_on_01.png", w: 129, h: 35, opening: "bottom", offsetX: 6, offsetY: 35 },
	"Navigationsschaltflaeche11" : { image: "./Wir-uber-uns_Nsbt_off.gif", rollover: "./Wir-uber-uns_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche12" : { image: "./360--Panorama_Nsbt_off.gif", rollover: "./360--Panorama_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche13" : { image: "./Firmenfitness_Nsbt_off.gif", rollover: "./Firmenfitness_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche14" : { image: "./Offnungszeiten-und-Anfahrt_Nsbt_off.gif", rollover: "./Offnungszeiten-und-Anfahrt_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche7" : { image: "./mbt_off_02.png", rollover: "./mbt_on_02.png", w: 152, h: 35, opening: "bottom", offsetX: 6, offsetY: 35 },
	"Navigationsschaltflaeche15" : { image: "./Ausdauertraining_Nsbt_off.gif", rollover: "./Ausdauertraining_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche16" : { image: "./Freihantelbereich_Nsbt_off.gif", rollover: "./Freihantelbereich_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche17" : { image: "./Kursangebot_Nsbt_off.gif", rollover: "./Kursangebot_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche8" : { image: "./mbt_off_03.png", rollover: "./mbt_on_03.png", w: 119, h: 35 },
	"Navigationsschaltflaeche9" : { image: "./mbt_off_04.png", rollover: "./mbt_on_04.png", w: 134, h: 35, opening: "bottom", offsetX: 6, offsetY: 35 },
	"Navigationsschaltflaeche18" : { image: "./Ernahrung_Nsbt_off.gif", rollover: "./Ernahrung_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche10" : { image: "./mbt_off_05.png", rollover: "./mbt_on_05.png", w: 80, h: 35 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "Navigationsleiste6", rollover: true, autoClose: true });
	$("#Navigationsleiste6").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#Navigationsleiste6_1").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 6, offsetY: 30 });
	$("#Navigationsleiste6_2").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 6, offsetY: 30 });
	$("#Navigationsleiste6_3").nofNavBar({isMain: false, orientation: "vertical", opening: "bottom", offsetX: 6, offsetY: 30 });
	$("#Navigationsleiste6 ul").hide();
});


// End Navigation Bars


