// 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('Bild6' , 'Bild6LYR', 'img', 'LayoutBereich1',new Array(
		'Clicked','Layout','Go To','./Veranstaltungsservice/veranstaltungsservice.html',0),'',0);
 
		F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'LayoutBereich1',null,'',0);
 
	F_OM('LayoutBereich2' , 'LayoutBereich2LYR', 'lyr', 'Layout',null,'',0);
 	F_OM('Rechteck1' , 'Rechteck1LYR', 'img', 'Layout',new Array(
	'Mouse Over','LayoutBereich2','Show','',0,
	'Mouse Out','LayoutBereich2','Hide','',0),'',0);
 	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Rechteck1A').bind('mouseover', function(__e) { return (F_e('Rechteck1', F_MV, __e)); } );
	$('#Rechteck1A').bind('mouseout', function(__e) { return (F_e('Rechteck1', F_MT, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./_NTuer011.jpg", rollover: "./_NRTuer012.jpg", w: 175, h: 144 }
};

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


// End Navigation Bars

