// 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('backpfeil' , 'backpfeilLYR', 'img', 'LayoutBereich2',new Array(
		'Clicked','LayoutBereich2','Iris',F_Parm('hide','Hide','duration',6,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 
	F_OM('LayoutBereich1' , 'LayoutBereich1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('back_pfeil' , 'back_pfeilLYR', 'img', 'LayoutBereich1',new Array(
		'Clicked','LayoutBereich1','Iris',F_Parm('hide','Hide','duration',6,'inDuration',2,'outDuration',2,'repeat',1,'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('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('specials_1' , 'specials_1LYR', 'img', 'Layout',new Array(
	'Mouse Over','specials2','Wipe',F_Parm('direction',270,'hide','Show','duration',5,'inDuration',2,'outDuration',2,'repeat',1,'reverse',false,'message',''),0),'',0);
 	F_OM('specials2' , 'specials2LYR', 'img', 'Layout',new Array(
	'Mouse Out','specials2','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();
	$('#backpfeilA').bind('click', function(__e) { return (F_e('backpfeil', F_CL, __e)); } );
	$('#back_pfeilA').bind('click', function(__e) { return (F_e('back_pfeil', F_CL, __e)); } );
	$('#specials_1A').bind('mouseover', function(__e) { return (F_e('specials_1', F_MV, __e)); } );
	$('#specials2A').bind('click', function(__e) { return (F_e('specials2', F_CL, __e)); } );
	$('#specials2A').bind('mouseout', function(__e) { return (F_e('specials2', F_MT, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#osterb_downLink1').bind('click', function() { pageTracker._trackPageview('/downloads/Osterbuffet.pdf'); } );
	$('#downloadLink1').bind('click', function() { pageTracker._trackPageview('/downloads/Themenbuffets.pdf'); } );
	$('#Bild107A').bind('click', function() { pageTracker._trackPageview('/outgoing/www.bocholt.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_kinder.png", rollover: "./b_kinder_light.png", w: 128, h: 18 },
	"Navigationsschaltflaeche6" : { image: "./b_gastro.png", rollover: "./b_gastro_light.png", w: 128, h: 18 },
	"Navigationsschaltflaeche7" : { image: "./b_buffet.png", rollover: "./b_buffet_light.png", w: 128, h: 36 },
	"Navigationsschaltflaeche8" : { image: "./b_galerie.png", rollover: "./b_galerie_light.png", w: 128, h: 18 },
	"Navigationsschaltflaeche9" : { image: "./b_anfahrt.png", rollover: "./b_anfahrt_light.png", w: 128, h: 17 },
	"Navigationsschaltflaeche10" : { 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


