// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich7' , 'LayoutBereich7LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Flash1' , 'Flash1LYR', 'lyr', 'LayoutBereich7',null,'',0);
 
		F_OM('LayoutBereich9' , 'LayoutBereich9LYR', 'lyr', 'LayoutBereich7',null,'',0);
 
		F_OM('LayoutBereich10' , 'LayoutBereich10LYR', 'lyr', 'LayoutBereich7',null,'',0);
 
		F_OM('Bild17' , 'Bild17LYR', 'img', 'LayoutBereich7',new Array(
		'Page Loaded','Bild17','Set Image',F_Parm('Image 1 (Normal)','./bt_nl_off.png','Image 2 (Highlighted)','./bt_nl_on.png','Image 3 (Depressed)','','Image 4 (Selected)','','Image 5','','Image 6','','Image 7','','Image 8','','Image 9','','Image 10',''),0,
		'Mouse Over','Bild17','Use Image','Image 2 (Highlighted)',0,
		'Mouse Out','Bild17','Use Image','Image 1 (Normal)',0,
		'Clicked','Layout','Go To','./newsletter.php',0),'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild17A').bind('click', function(__e) { return (F_e('Bild17', F_CL, __e)); } );
	$('#Bild17A').bind('mouseover', function(__e) { return (F_e('Bild17', F_MV, __e)); } );
	$('#Bild17A').bind('mouseout', function(__e) { return (F_e('Bild17', 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 jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 819, height: 345,
		src: './slide.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'false', quality: 'autohigh', scale: 'showall', salign: 'Left', wmode: 'transparent' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche1" : { image: "./mbt_off_01.png", rollover: "./mbt_on_01.png", w: 129, h: 35, opening: "bottom", offsetX: 6, offsetY: 35 },
	"Navigationsschaltflaeche6" : { image: "./Wir_uber_uns_Nsbt_off.gif", rollover: "./Wir_uber_uns_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche8" : { image: "./Firmenfitness_Nsbt_off.gif", rollover: "./Firmenfitness_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche10" : { image: "./Offnungszeiten_und_Anfahrt_Nsbt_off.gif", rollover: "./Offnungszeiten_und_Anfahrt_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche2" : { image: "./mbt_off_02.png", rollover: "./mbt_on_02.png", w: 152, h: 35, opening: "bottom", offsetX: 6, offsetY: 35 },
	"Navigationsschaltflaeche12" : { image: "./Ausdauertraining_Nsbt_off.gif", rollover: "./Ausdauertraining_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche14" : { image: "./Freihantelbereich_Nsbt_off.gif", rollover: "./Freihantelbereich_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche16" : { image: "./Kursangebot_Nsbt_off.gif", rollover: "./Kursangebot_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche18" : { image: "./Personal_Training_Nsbt_off.gif", rollover: "./Personal_Training_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche3" : { image: "./mbt_off_03.png", rollover: "./mbt_on_03.png", w: 119, h: 35 },
	"Navigationsschaltflaeche4" : { image: "./mbt_off_04.png", rollover: "./mbt_on_04.png", w: 134, h: 35, opening: "bottom", offsetX: 6, offsetY: 35 },
	"Navigationsschaltflaeche20" : { image: "./Ernahrung_Nsbt_off.gif", rollover: "./Ernahrung_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche22" : { image: "./Leistungsdiagnostik_Nsbt_off.gif", rollover: "./Leistungsdiagnostik_NRsbt_on.gif", w: 193, h: 30 },
	"Navigationsschaltflaeche5" : { 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

