// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Flash1' , 'Flash1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('Text31' , 'Text31LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text31','Iris',F_Parm('hide','Show','duration',10,'inDuration',2,'outDuration',5,'repeat',9,'reverse',false,'message',''),1),'',0);
 
	F_OM('VertikaleNavigationsleiste2' , 'VertikaleNavigationsleiste2LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin jMedia Components
$(document).ready(
function() {
	$("#Flash1").media({ width: 667, height: 544,
		src: './Willkommen_bei_passero.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autohigh', scale: 'showall', salign: 't', wmode: 'transparent', bgColor: '#999999' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikaleNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "./Uber-uns_Ns_Regular.gif", rollover: "./Uber-uns_NRs_Highlighted.gif", w: 120, h: 27 },
	"Navigationsschaltflaeche2" : { image: "./Kroki_Ns_Regular.gif", rollover: "./Kroki_NRs_Highlighted.gif", w: 120, h: 27 },
	"Navigationsschaltflaeche3" : { image: "./passero_Ns_Regular.gif", rollover: "./passero_NRs_Highlighted.gif", w: 120, h: 27 },
	"Navigationsschaltflaeche4" : { image: "./Gartenobjekte_Ns_Regular.gif", rollover: "./Gartenobjekte_NRs_Highlighted.gif", w: 120, h: 27 },
	"Navigationsschaltflaeche5" : { image: "./Ausstellungen_Ns_Regular.gif", rollover: "./Ausstellungen_NRs_Highlighted.gif", w: 120, h: 27 },
	"Navigationsschaltflaeche6" : { image: "./Linkseite_Ns_Regular.gif", rollover: "./Linkseite_NRs_Highlighted.gif", w: 120, h: 27 },
	"Navigationsschaltflaeche7" : { image: "./Kontakt-Mailbox_Ns_Regular.gif", rollover: "./Kontakt-Mailbox_NRs_Highlighted.gif", w: 120, h: 27 }
};

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


// End Navigation Bars


