// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Navigationsleiste6' , 'Navigationsleiste6LYR', 'nav', 'LayoutBereich2',null,'',0);
 
	F_OM('LogoAltenberger' , 'LogoAltenbergerLYR', 'img', 'Layout',new Array(
	'Page Loaded','LogoAltenberger','Iris',F_Parm('hide','Show','duration',10,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),1,
	'Page Loaded','Willkommen','Fly',F_Parm('direction',315,'hide','Show','duration',8,'inDuration',4,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Willkommen' , 'WillkommenLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Navigationsleiste7' , 'Navigationsleiste7LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste6"] = {
	"Navigationsschaltflaeche20" : { image: "./Impressum_Np1.gif", rollover: "./Impressum_NRp2.gif", w: 82, h: 18 },
	"Navigationsschaltflaeche21" : { image: "./suchen_Np1.gif", rollover: "./suchen_NRp2.gif", w: 82, h: 18 }
};

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


ButtonsImageMapping["Navigationsleiste7"] = {
	"Navigationsschaltflaeche22" : { image: "./Praxis_Ns1.gif", rollover: "./Praxis_NRs3.gif", w: 77, h: 16 },
	"Navigationsschaltflaeche23" : { image: "./Konzerte_Ns1.gif", rollover: "./Konzerte_NRs3.gif", w: 77, h: 16 },
	"Navigationsschaltflaeche24" : { image: "./Brigitte_Ns1.gif", rollover: "./Brigitte_NRs3.gif", w: 77, h: 16 },
	"Navigationsschaltflaeche25" : { image: "./Sebastian_Ns1.gif", rollover: "./Sebastian_NRs3.gif", w: 77, h: 16 },
	"Navigationsschaltflaeche26" : { image: "./Veronika_Ns1.gif", rollover: "./Veronika_NRs3.gif", w: 77, h: 16 },
	"Navigationsschaltflaeche27" : { image: "./Korbinian_Ns1.gif", rollover: "./Korbinian_NRs3.gif", w: 77, h: 16 },
	"Navigationsschaltflaeche28" : { image: "./Cacilia_Ns1.gif", rollover: "./Cacilia_NRs3.gif", w: 77, h: 16 }
};

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


// End Navigation Bars


