// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Bild82' , 'Bild82LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild82','Bring To Front','',0,
	'Mouse Out','Bild82','Send To Back','',0,
	'Clicked','_parent:Layout','Go To','../html/runwear.html',0),'',0);
 	F_OM('Bild64' , 'Bild64LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild64','Bring To Front','',0,
	'Mouse Out','Bild64','Send To Back','',0,
	'Clicked','_parent:Layout','Go To','../html/bikewear.html',0),'',0);
 	F_OM('Bild45' , 'Bild45LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild45','Send To Back','',0,
	'Mouse Out','Bild45','Bring To Front','',0),'',0);
 	F_OM('Bild76' , 'Bild76LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild76','Bring To Front','',0,
	'Mouse Out','Bild76','Send To Back','',0,
	'Clicked','_parent:Layout','Go To','../html/skating.html',0),'',0);
 	F_OM('Bild77' , 'Bild77LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild77','Bring To Front','',0,
	'Mouse Out','Bild77','Send To Back','',0,
	'Clicked','_parent:Layout','Go To','../html/triathlon.html',0),'',0);
 	F_OM('Bild63' , 'Bild63LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild63','Send To Back','',0,
	'Mouse Out','Bild63','Bring To Front','',0),'',0);
 	F_OM('Bild46' , 'Bild46LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild46','Send To Back','',0,
	'Mouse Out','Bild46','Bring To Front','',0),'',0);
 	F_OM('Bild48' , 'Bild48LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild48','Send To Back','',0,
	'Mouse Out','Bild48','Bring To Front','',0),'',0);
 	F_OM('Bild78' , 'Bild78LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild78','Bring To Front','',0,
	'Mouse Out','Bild78','Send To Back','',0,
	'Clicked','_parent:Layout','Go To','../html/kontakt.html',0),'',0);
 	F_OM('Bild75' , 'Bild75LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild75','Send To Back','',0,
	'Mouse Out','Bild75','Bring To Front','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild82A').bind('click', function(__e) { return (F_e('Bild82', F_CL, __e)); } );
	$('#Bild82A').bind('mouseover', function(__e) { return (F_e('Bild82', F_MV, __e)); } );
	$('#Bild82A').bind('mouseout', function(__e) { return (F_e('Bild82', F_MT, __e)); } );
	$('#Bild64A').bind('click', function(__e) { return (F_e('Bild64', F_CL, __e)); } );
	$('#Bild64A').bind('mouseover', function(__e) { return (F_e('Bild64', F_MV, __e)); } );
	$('#Bild64A').bind('mouseout', function(__e) { return (F_e('Bild64', F_MT, __e)); } );
	$('#Bild45A').bind('mouseover', function(__e) { return (F_e('Bild45', F_MV, __e)); } );
	$('#Bild45A').bind('mouseout', function(__e) { return (F_e('Bild45', F_MT, __e)); } );
	$('#Bild76A').bind('click', function(__e) { return (F_e('Bild76', F_CL, __e)); } );
	$('#Bild76A').bind('mouseover', function(__e) { return (F_e('Bild76', F_MV, __e)); } );
	$('#Bild76A').bind('mouseout', function(__e) { return (F_e('Bild76', F_MT, __e)); } );
	$('#Bild77A').bind('click', function(__e) { return (F_e('Bild77', F_CL, __e)); } );
	$('#Bild77A').bind('mouseover', function(__e) { return (F_e('Bild77', F_MV, __e)); } );
	$('#Bild77A').bind('mouseout', function(__e) { return (F_e('Bild77', F_MT, __e)); } );
	$('#Bild63A').bind('mouseover', function(__e) { return (F_e('Bild63', F_MV, __e)); } );
	$('#Bild63A').bind('mouseout', function(__e) { return (F_e('Bild63', F_MT, __e)); } );
	$('#Bild46A').bind('mouseover', function(__e) { return (F_e('Bild46', F_MV, __e)); } );
	$('#Bild46A').bind('mouseout', function(__e) { return (F_e('Bild46', F_MT, __e)); } );
	$('#Bild48A').bind('mouseover', function(__e) { return (F_e('Bild48', F_MV, __e)); } );
	$('#Bild48A').bind('mouseout', function(__e) { return (F_e('Bild48', F_MT, __e)); } );
	$('#Bild78A').bind('click', function(__e) { return (F_e('Bild78', F_CL, __e)); } );
	$('#Bild78A').bind('mouseover', function(__e) { return (F_e('Bild78', F_MV, __e)); } );
	$('#Bild78A').bind('mouseout', function(__e) { return (F_e('Bild78', F_MT, __e)); } );
	$('#Bild75A').bind('mouseover', function(__e) { return (F_e('Bild75', F_MV, __e)); } );
	$('#Bild75A').bind('mouseout', function(__e) { return (F_e('Bild75', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Info_Hp3.GIF", rollover: "../assets/images/autogen/Info_HRp4.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Schnell-Info__Np1.GIF", rollover: "../assets/images/autogen/Schnell-Info__NRp2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/DESIGN_Np1.GIF", rollover: "../assets/images/autogen/DESIGN_NRp2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/FARBEN_Np1.GIF", rollover: "../assets/images/autogen/FARBEN_NRp2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/GROSSEN_Np1.GIF", rollover: "../assets/images/autogen/GROSSEN_NRp2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/MUSTERTEILE_Np1.GIF", rollover: "../assets/images/autogen/MUSTERTEILE_NRp2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/PREISE_Np1.GIF", rollover: "../assets/images/autogen/PREISE_NRp2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/SCHNITTE_Np1.GIF", rollover: "../assets/images/autogen/SCHNITTE_NRp2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/IMPRESSUM__AGB_Np1.GIF", rollover: "../assets/images/autogen/IMPRESSUM__AGB_NRp2.GIF", w: 128, h: 16 }
};

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


// End Navigation Bars


