// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_OM('Bild83' , 'Bild83LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild83','Bring To Front','',0,
	'Mouse Out','Bild83','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('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('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('Bild75' , 'Bild75LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild75','Send To Back','',0,
	'Mouse Out','Bild75','Bring To Front','',0),'',0);
 	F_OM('Bild85' , 'Bild85LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild85','Bring To Front','',0,
	'Mouse Out','Bild85','Send To Back','',0,
	'Clicked','_parent:Layout','Go To','./html/info.html',0),'',0);
 	F_OM('Bild86' , 'Bild86LYR', 'img', 'Layout',new Array(
	'Mouse Over','Bild86','Send To Back','',0,
	'Mouse Out','Bild86','Bring To Front','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild83A').bind('click', function(__e) { return (F_e('Bild83', F_CL, __e)); } );
	$('#Bild83A').bind('mouseover', function(__e) { return (F_e('Bild83', F_MV, __e)); } );
	$('#Bild83A').bind('mouseout', function(__e) { return (F_e('Bild83', 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)); } );
	$('#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)); } );
	$('#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)); } );
	$('#Bild75A').bind('mouseover', function(__e) { return (F_e('Bild75', F_MV, __e)); } );
	$('#Bild75A').bind('mouseout', function(__e) { return (F_e('Bild75', F_MT, __e)); } );
	$('#Bild85A').bind('click', function(__e) { return (F_e('Bild85', F_CL, __e)); } );
	$('#Bild85A').bind('mouseover', function(__e) { return (F_e('Bild85', F_MV, __e)); } );
	$('#Bild85A').bind('mouseout', function(__e) { return (F_e('Bild85', F_MT, __e)); } );
	$('#Bild86A').bind('mouseover', function(__e) { return (F_e('Bild86', F_MV, __e)); } );
	$('#Bild86A').bind('mouseout', function(__e) { return (F_e('Bild86', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltflaeche1" : { image: "./assets/images/autogen/Schnell-Info_Ns1.GIF", rollover: "./assets/images/autogen/Schnell-Info_NRs2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche2" : { image: "./assets/images/autogen/Bikewear_Ns1.GIF", rollover: "./assets/images/autogen/Bikewear_NRs2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche3" : { image: "./assets/images/autogen/Skating_Ns1.GIF", rollover: "./assets/images/autogen/Skating_NRs2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche4" : { image: "./assets/images/autogen/Triathlon_Ns1.GIF", rollover: "./assets/images/autogen/Triathlon_NRs2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche5" : { image: "./assets/images/autogen/Runwear_Ns1.GIF", rollover: "./assets/images/autogen/Runwear_NRs2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche6" : { image: "./assets/images/autogen/Kontakt_Ns1.GIF", rollover: "./assets/images/autogen/Kontakt_NRs2.GIF", w: 128, h: 16 },
	"Navigationsschaltflaeche7" : { image: "./assets/images/autogen/Info_Ns1.GIF", rollover: "./assets/images/autogen/Info_NRs2.GIF", w: 128, h: 16 }
};

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


// End Navigation Bars


