// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('health' , 'healthLYR', 'img', 'Layout',new Array(
	'Mouse Out','health','Send To Back','',0,
	'Mouse Out','healthtext','Send To Back','',0,
	'Clicked','Layout','Go To','./wellness.html',0),'',0);
 	F_OM('tennis' , 'tennisLYR', 'img', 'Layout',new Array(
	'Mouse Out','tennis','Send To Back','',0,
	'Mouse Out','tennistext','Send To Back','',0,
	'Clicked','Layout','Go To','./tennis.html',0),'',0);
 	F_OM('social' , 'socialLYR', 'img', 'Layout',new Array(
	'Mouse Out','social','Send To Back','',0,
	'Mouse Out','socialtext','Send To Back','',0,
	'Clicked','Layout','Go To','./social.html',0),'',0);
 	F_OM('swim1' , 'swim1LYR', 'img', 'Layout',new Array(
	'Mouse Out','swim1','Send To Back','',0,
	'Mouse Out','swimtext','Send To Back','',0,
	'Clicked','Layout','Go To','./swimming.html',0),'',0);
 	F_OM('healthtext' , 'healthtextLYR', 'txt', 'Layout',null,'',0);
 	F_OM('socialtext' , 'socialtextLYR', 'txt', 'Layout',null,'',0);
 	F_OM('tennistext' , 'tennistextLYR', 'txt', 'Layout',null,'',0);
 	F_OM('swimtext' , 'swimtextLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Picture9' , 'Picture9LYR', 'img', 'Layout',new Array(
	'Mouse Over','swim1','Bring To Front','',0,
	'Mouse Over','swimtext','Bring To Front','',0,
	'Mouse Over','swimtext','Show','',0),'',0);
 	F_OM('Picture10' , 'Picture10LYR', 'img', 'Layout',new Array(
	'Mouse Over','tennis','Bring To Front','',0,
	'Mouse Over','tennistext','Bring To Front','',0,
	'Mouse Over','tennistext','Show','',0),'',0);
 	F_OM('Picture11' , 'Picture11LYR', 'img', 'Layout',new Array(
	'Mouse Over','health','Bring To Front','',0,
	'Mouse Over','healthtext','Bring To Front','',0,
	'Mouse Over','healthtext','Show','',0),'',0);
 	F_OM('Picture12' , 'Picture12LYR', 'img', 'Layout',new Array(
	'Mouse Over','social','Bring To Front','',0,
	'Mouse Over','socialtext','Bring To Front','',0,
	'Mouse Over','socialtext','Show','',0),'',0);
 	F_OM('Picture19' , 'Picture19LYR', 'img', 'Layout',null,'',0);
 
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#healthA').bind('click', function(__e) { return (F_e('health', F_CL, __e)); } );
	$('#healthA').bind('mouseout', function(__e) { return (F_e('health', F_MT, __e)); } );
	$('#tennisA').bind('click', function(__e) { return (F_e('tennis', F_CL, __e)); } );
	$('#tennisA').bind('mouseout', function(__e) { return (F_e('tennis', F_MT, __e)); } );
	$('#socialA').bind('click', function(__e) { return (F_e('social', F_CL, __e)); } );
	$('#socialA').bind('mouseout', function(__e) { return (F_e('social', F_MT, __e)); } );
	$('#swim1A').bind('click', function(__e) { return (F_e('swim1', F_CL, __e)); } );
	$('#swim1A').bind('mouseout', function(__e) { return (F_e('swim1', F_MT, __e)); } );
	$('#Picture9A').bind('mouseover', function(__e) { return (F_e('Picture9', F_MV, __e)); } );
	$('#Picture10A').bind('mouseover', function(__e) { return (F_e('Picture10', F_MV, __e)); } );
	$('#Picture11A').bind('mouseover', function(__e) { return (F_e('Picture11', F_MV, __e)); } );
	$('#Picture12A').bind('mouseover', function(__e) { return (F_e('Picture12', F_MV, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "./Home_Hbtn2.gif", rollover: "./Home_HRbtn2.gif", w: 107, h: 25 },
	"NavigationButton2" : { image: "./Amenities_Nbtn2.gif", rollover: "./Amenities_NRbtn2.gif", w: 107, h: 25, opening: "bottom", offsetX: 0, offsetY: 25 },
	"NavigationButton7" : { image: "./Tennis_Nbtn2.gif", rollover: "./Tennis_NRbtn2.gif", w: 107, h: 25 },
	"NavigationButton8" : { image: "./Wellness_Nbtn2.gif", rollover: "./Wellness_NRbtn2.gif", w: 107, h: 25 },
	"NavigationButton9" : { image: "./Swimming_Nbtn2.gif", rollover: "./Swimming_NRbtn2.gif", w: 107, h: 25 },
	"NavigationButton10" : { image: "./Riptide-Team_Nbtn2.gif", rollover: "./Riptide-Team_NRbtn2.gif", w: 107, h: 25 },
	"NavigationButton3" : { image: "./Club-News_Nbtn2.gif", rollover: "./Club-News_NRbtn2.gif", w: 107, h: 25, opening: "bottom", offsetX: 0, offsetY: 25 },
	"NavigationButton12" : { image: "./Club-Calendar_Nbtn2.gif", rollover: "./Club-Calendar_NRbtn2.gif", w: 107, h: 25 },
	"NavigationButton4" : { image: "./Membership_Nbtn2.gif", rollover: "./Membership_NRbtn2.gif", w: 107, h: 25 },
	"NavigationButton5" : { image: "./Contact_Nbtn2.gif", rollover: "./Contact_NRbtn2.gif", w: 107, h: 25 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: true });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 107, offsetY: 0 });
	$("#NavigationBar1_2").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 107, offsetY: 0 });
	$("#NavigationBar1 ul").hide();
});


// End Navigation Bars


