// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Bild9' , 'Bild9LYR', 'img', 'LayoutBereich1',null,'',0);
 
	F_OM('Bild11' , 'Bild11LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild12' , 'Bild12LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild13' , 'Bild13LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild16' , 'Bild16LYR', 'img', 'Layout',new Array(
	'Page Loaded','Bild16','Fly',F_Parm('direction',70,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Motion Ended','Bild18','Fly',F_Parm('direction',90,'hide','Show','duration',20,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0,
	'Motion Ended','Text3','Show','',0,
	'Motion Ended','Text4','Show','',0),'',0);
 
	F_OM('Bild14' , 'Bild14LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Bild18' , 'Bild18LYR', 'img', 'Layout',null,'',0);
 
	F_OM('Text3' , 'Text3LYR', 'txt', 'Layout',null,'',0);
 	F_OM('Text4' , 'Text4LYR', 'txt', 'Layout',new Array(
	'Motion Ended','Text4','Show','',0),'',0);
 	F_OM('Bild35' , 'Bild35LYR', 'img', 'Layout',null,'',0);
 
	F_OM('LayoutBereich6' , 'LayoutBereich6LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"Navigationsschaltflaeche1" : { image: "../assets/images/autogen/Home_Np1_1.gif", rollover: "../assets/images/autogen/Home_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche2" : { image: "../assets/images/autogen/Hobby_Np1_1.gif", rollover: "../assets/images/autogen/Hobby_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche3" : { image: "../assets/images/autogen/Urlaub_Np1_1.gif", rollover: "../assets/images/autogen/Urlaub_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche4" : { image: "../assets/images/autogen/Dies___Das_1_Hp3_1.gif", rollover: "../assets/images/autogen/Dies___Das_1_HRp4_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche5" : { image: "../assets/images/autogen/Dies___Das_2_Np1_1.gif", rollover: "../assets/images/autogen/Dies___Das_2_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche6" : { image: "../assets/images/autogen/Top_News_Np1_1.gif", rollover: "../assets/images/autogen/Top_News_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche7" : { image: "../assets/images/autogen/Filme_Np1_1.gif", rollover: "../assets/images/autogen/Filme_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche8" : { image: "../assets/images/autogen/Wetter_Np1_1.gif", rollover: "../assets/images/autogen/Wetter_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche9" : { image: "../assets/images/autogen/Ausweise_Np1_1.gif", rollover: "../assets/images/autogen/Ausweise_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche10" : { image: "../assets/images/autogen/Links_Np1_1.gif", rollover: "../assets/images/autogen/Links_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche11" : { image: "../assets/images/autogen/e-mail_Np1_1.gif", rollover: "../assets/images/autogen/e-mail_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche12" : { image: "../assets/images/autogen/Hochzeits_Spezial_Np1_1.gif", rollover: "../assets/images/autogen/Hochzeits_Spezial_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche13" : { image: "../assets/images/autogen/Anfahrt_Np1_1.gif", rollover: "../assets/images/autogen/Anfahrt_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche14" : { image: "../assets/images/autogen/-----------------_Np1_1.gif", rollover: "../assets/images/autogen/-----------------_NRp2_1.gif", w: 120, h: 20 },
	"Navigationsschaltflaeche15" : { image: "../assets/images/autogen/Mittwochs_Biker_Np1_1.gif", rollover: "../assets/images/autogen/Mittwochs_Biker_NRp2_1.gif", w: 120, h: 20 }
};

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


// End Navigation Bars


