// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Box-Children' , 'Box-ChildrenLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Box-Events' , 'Box-EventsLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Box-SVEC_Club' , 'Box-SVEC_ClubLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Box-Shows' , 'Box-ShowsLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Box-Resources' , 'Box-ResourcesLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Box-Our_Skills' , 'Box-Our_SkillsLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Box-Camps' , 'Box-CampsLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Tag_Whats_new' , 'Tag_Whats_newLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_Whats_new','Bring To Front','',1,
	'Mouse Over','Box-Whats_New','Bring To Front','',0,
	'Clicked','Layout','Go To','./html/calendar_2010.html',0),'',0);
 	F_OM('Tag_Skills' , 'Tag_SkillsLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_Skills','Bring To Front','',1,
	'Mouse Over','Box-Our_Skills','Bring To Front','',0,
	'Clicked','Layout','Go To','./html/instructors.html',0),'',0);
 	F_OM('Tag_Events' , 'Tag_EventsLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_Events','Bring To Front','',0,
	'Mouse Over','Box-Events','Bring To Front','',0,
	'Clicked','Tag_Events','Bring To Front','',1,
	'Clicked','Layout','Go To','./html/events___shows.html',0),'',0);
 	F_OM('Tag_Shows' , 'Tag_ShowsLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_Shows','Bring To Front','',1,
	'Mouse Over','Box-Shows','Bring To Front','',0,
	'Clicked','Layout','Go To','./html/summer_family_show.html',0),'',0);
 	F_OM('Tag_Children' , 'Tag_ChildrenLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_Children','Bring To Front','',1,
	'Mouse Over','Box-Children','Bring To Front','',0,
	'Clicked','Layout','Go To','./html/children_s_events.html',0),'',0);
 	F_OM('Tag_Camps' , 'Tag_CampsLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_Camps','Bring To Front','',1,
	'Mouse Over','Box-Camps','Bring To Front','',0,
	'Clicked','Layout','Go To','./html/camps___social.html',0),'',0);
 	F_OM('Tag_SVEC_Club' , 'Tag_SVEC_ClubLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_SVEC_Club','Bring To Front','',1,
	'Mouse Over','Box-SVEC_Club','Bring To Front','',0,
	'Clicked','Layout','Go To','./html/severnvale_club.html',0),'',0);
 	F_OM('Tag_Resouces' , 'Tag_ResoucesLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture-Resources','Bring To Front','',1,
	'Mouse Over','Box-Resources','Bring To Front','',0,
	'Clicked','Layout','Go To','./html/facilities_at_svec.html',0),'',0);
 	F_OM('Picture_Children' , 'Picture_ChildrenLYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture_Shows' , 'Picture_ShowsLYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture_Training' , 'Picture_TrainingLYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture_Skills' , 'Picture_SkillsLYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture_Events' , 'Picture_EventsLYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture-Resources' , 'Picture-ResourcesLYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture_Camps' , 'Picture_CampsLYR', 'img', 'Layout',null,'',0);
 	F_OM('Picture_SVEC_Club' , 'Picture_SVEC_ClubLYR', 'img', 'Layout',null,'',0);
 	F_OM('Tag_Training' , 'Tag_TrainingLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_Training','Bring To Front','',1,
	'Mouse Over','Box-Training','Bring To Front','',0,
	'Clicked','Layout','Go To','./html/clinics___training.html',0),'',0);
 	F_OM('Picture_Whats_new' , 'Picture_Whats_newLYR', 'img', 'Layout',new Array(
	'Mouse Over','Picture_Whats_new','Bring To Front','',0),'',0);
 	F_OM('Box-Training' , 'Box-TrainingLYR', 'txt', 'Layout',null,'',0);
 	F_OM('Box-Whats_New' , 'Box-Whats_NewLYR', 'txt', 'Layout',null,'',0);
 	F_OM('NavigationBar2' , 'NavigationBar2LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Tag_Whats_newA').bind('click', function(__e) { return (F_e('Tag_Whats_new', F_CL, __e)); } );
	$('#Tag_Whats_newA').bind('mouseover', function(__e) { return (F_e('Tag_Whats_new', F_MV, __e)); } );
	$('#Tag_SkillsA').bind('click', function(__e) { return (F_e('Tag_Skills', F_CL, __e)); } );
	$('#Tag_SkillsA').bind('mouseover', function(__e) { return (F_e('Tag_Skills', F_MV, __e)); } );
	$('#Tag_EventsA').bind('click', function(__e) { return (F_e('Tag_Events', F_CL, __e)); } );
	$('#Tag_EventsA').bind('mouseover', function(__e) { return (F_e('Tag_Events', F_MV, __e)); } );
	$('#Tag_ShowsA').bind('click', function(__e) { return (F_e('Tag_Shows', F_CL, __e)); } );
	$('#Tag_ShowsA').bind('mouseover', function(__e) { return (F_e('Tag_Shows', F_MV, __e)); } );
	$('#Tag_ChildrenA').bind('click', function(__e) { return (F_e('Tag_Children', F_CL, __e)); } );
	$('#Tag_ChildrenA').bind('mouseover', function(__e) { return (F_e('Tag_Children', F_MV, __e)); } );
	$('#Tag_CampsA').bind('click', function(__e) { return (F_e('Tag_Camps', F_CL, __e)); } );
	$('#Tag_CampsA').bind('mouseover', function(__e) { return (F_e('Tag_Camps', F_MV, __e)); } );
	$('#Tag_SVEC_ClubA').bind('click', function(__e) { return (F_e('Tag_SVEC_Club', F_CL, __e)); } );
	$('#Tag_SVEC_ClubA').bind('mouseover', function(__e) { return (F_e('Tag_SVEC_Club', F_MV, __e)); } );
	$('#Tag_ResoucesA').bind('click', function(__e) { return (F_e('Tag_Resouces', F_CL, __e)); } );
	$('#Tag_ResoucesA').bind('mouseover', function(__e) { return (F_e('Tag_Resouces', F_MV, __e)); } );
	$('#Tag_TrainingA').bind('click', function(__e) { return (F_e('Tag_Training', F_CL, __e)); } );
	$('#Tag_TrainingA').bind('mouseover', function(__e) { return (F_e('Tag_Training', F_MV, __e)); } );
	$('#Picture_Whats_newA').bind('mouseover', function(__e) { return (F_e('Picture_Whats_new', F_MV, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton1" : { image: "./assets/images/autogen/Home_Page_HButton_6_-_Background_outlined.gif", rollover: "./assets/images/autogen/Home_Page_HRButton_6_-_Green_colour.gif", w: 102, h: 27 },
	"NavigationButton2" : { image: "./assets/images/autogen/About_SVEC_NButton_6_-_Background_colour.gif", rollover: "./assets/images/autogen/About_SVEC_NRButton_6_-_Green_colour.gif", w: 100, h: 25 },
	"NavigationButton3" : { image: "./assets/images/autogen/Calendar_2010_NButton_6_-_Background_colour.gif", rollover: "./assets/images/autogen/Calendar_2010_NRButton_6_-_Green_colour.gif", w: 100, h: 25 },
	"NavigationButton4" : { image: "./assets/images/autogen/Events___Shows_NButton_6_-_Background_colour.gif", rollover: "./assets/images/autogen/Events___Shows_NRButton_6_-_Green_colour.gif", w: 100, h: 25 },
	"NavigationButton5" : { image: "./assets/images/autogen/Clinics___Training_NButton_6_-_Background_colour.gif", rollover: "./assets/images/autogen/Clinics___Training_NRButton_6_-_Green_colour.gif", w: 100, h: 25 },
	"NavigationButton6" : { image: "./assets/images/autogen/Children_s_activities_NButton_6_-_Background_colour.gif", rollover: "./assets/images/autogen/Children_s_activities_NRButton_6_-_Green_colour.gif", w: 100, h: 25 },
	"NavigationButton7" : { image: "./assets/images/autogen/Camps___Social_NButton_6_-_Background_colour.gif", rollover: "./assets/images/autogen/Camps___Social_NRButton_6_-_Green_colour.gif", w: 100, h: 25 },
	"NavigationButton8" : { image: "./assets/images/autogen/Results_2010_NButton_6_-_Background_colour.gif", rollover: "./assets/images/autogen/Results_2010_NRButton_6_-_Green_colour.gif", w: 100, h: 25 },
	"NavigationButton9" : { image: "./assets/images/autogen/Handy_Links_NButton_6_-_Background_colour.gif", rollover: "./assets/images/autogen/Handy_Links_NRButton_6_-_Green_colour.gif", w: 100, h: 25 }
};

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


// End Navigation Bars

