// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('cross' , 'crossLYR', 'img', 'Layout',new Array(
	'Page Loaded','cross','Iris',F_Parm('hide','Show','duration',4,'inDuration',2,'outDuration',2,'repeat',0,'reverse',false,'message',''),0),'',0);
 	F_OM('Home' , 'HomeLYR', 'txt', 'Layout',new Array(
	'Page Loaded','Home','Wipe',F_Parm('direction',270,'hide','Show','duration',4,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('Bild55' , 'Bild55LYR', 'img', 'Layout',new Array(
	'Mouse Over','specials_clear','Wipe',F_Parm('direction',270,'hide','Show','duration',5,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('specials_clear' , 'specials_clearLYR', 'img', 'Layout',new Array(
	'Mouse Out','specials_clear','Wipe',F_Parm('direction',270,'hide','Hide','duration',7,'inDuration',2,'outDuration',2,'repeat',1,'reverse',true,'message',''),0,
	'Clicked','Layout','Go To','./html/specials.html',0),'',0);
 	F_OM('Navigationsleiste1' , 'Navigationsleiste1LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Bild55A').bind('mouseover', function(__e) { return (F_e('Bild55', F_MV, __e)); } );
	$('#specials_clearA').bind('click', function(__e) { return (F_e('specials_clear', F_CL, __e)); } );
	$('#specials_clearA').bind('mouseout', function(__e) { return (F_e('specials_clear', F_MT, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Bild107A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.duelmen.bowling-2000.com/'); } );
	$('#Bild108A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.minigolf.bowling-2000.com/'); } );
});
// End Analytics

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche1" : { image: "./b_home.png", rollover: "./b_home_light.png", w: 128, h: 17 },
	"Navigationsschaltflaeche2" : { image: "./b_open.png", rollover: "./b_open_light.png", w: 128, h: 35 },
	"Navigationsschaltflaeche3" : { image: "./b_specials.png", rollover: "./b_specials_light.png", w: 128, h: 17 },
	"Navigationsschaltflaeche4" : { image: "./b_feiern.png", rollover: "./b_feiern_light.png", w: 128, h: 17 },
	"Navigationsschaltflaeche5" : { image: "./b_gastro.png", rollover: "./b_gastro_light.png", w: 128, h: 18 },
	"Navigationsschaltflaeche6" : { image: "./b_anfahrt.png", rollover: "./b_anfahrt_light.png", w: 128, h: 17 },
	"Navigationsschaltflaeche7" : { image: "./b_kontakt.png", rollover: "./b_kontakt_light.png", w: 128, h: 36 }
};

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


// End Navigation Bars


