// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('PictureLayout' , 'PictureLayoutLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('MenuPage3' , 'MenuPage3LYR', 'img', 'PictureLayout',null,'',0);
 		F_OM('MenuPage2' , 'MenuPage2LYR', 'img', 'PictureLayout',null,'',0);
 		F_OM('MenuPage1' , 'MenuPage1LYR', 'img', 'PictureLayout',null,'',0);
 		F_OM('MenuCover' , 'MenuCoverLYR', 'img', 'PictureLayout',null,'',0);
 		F_OM('Table1' , 'Table1LYR', 'lyr', 'PictureLayout',null,'',0);
 
			F_OM('Picture5' , 'Picture5LYR', 'img', 'Table1',new Array(
			'Clicked','MenuCover','Hide','',0,
			'Clicked','MenuPage1','Show','',0,
			'Clicked','MenuPage1','Iris','In',0,
			'Clicked','MenuPage2','Hide','',0,
			'Clicked','MenuPage3','Hide','',0),'',0);
 
			F_OM('Picture9' , 'Picture9LYR', 'img', 'Table1',new Array(
			'Clicked','MenuPage2','Show','',0,
			'Clicked','MenuPage2','Wipe','In From Top',0,
			'Clicked','MenuCover','Hide','',0,
			'Clicked','MenuPage1','Hide','',0,
			'Clicked','MenuPage3','Hide','',0),'',0);
 
			F_OM('Picture10' , 'Picture10LYR', 'img', 'Table1',new Array(
			'Clicked','MenuCover','Hide','',0,
			'Clicked','MenuPage3','Show','',0,
			'Clicked','MenuPage3','Peek','In From Top',0,
			'Clicked','MenuPage1','Hide','',0,
			'Clicked','MenuPage2','Hide','',0),'',0);
 
	F_OM('LayoutRegion75' , 'LayoutRegion75LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Table13' , 'Table13LYR', 'lyr', 'LayoutRegion75',null,'',0);
 
		F_OM('NavigationBar6' , 'NavigationBar6LYR', 'nav', 'LayoutRegion75',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#Picture5A').bind('click', function(__e) { return (F_e('Picture5', F_CL, __e)); } );
	$('#Picture9A').bind('click', function(__e) { return (F_e('Picture9', F_CL, __e)); } );
	$('#Picture10A').bind('click', function(__e) { return (F_e('Picture10', F_CL, __e)); } );
});
// End Actions

// Begin Analytics
$(document).ready( function() {
	$('#Text98Link1').bind('click', function() { pageTracker._trackPageview('/outgoing/www.terryswebdesign.biz'); } );
});
// End Analytics

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar6"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Welcome_Np111.jpg", rollover: "../assets/images/autogen/Welcome_NRpp222.jpg", w: 137, h: 37 },
	"NavigationButton2" : { image: "../assets/images/autogen/Menu_Hp11.jpg", rollover: "../assets/images/autogen/Menu_HRpp222.jpg", w: 137, h: 37 },
	"NavigationButton3" : { image: "../assets/images/autogen/Location_Map_Np111.jpg", rollover: "../assets/images/autogen/Location_Map_NRpp222.jpg", w: 137, h: 37 },
	"NavigationButton4" : { image: "../assets/images/autogen/We_Cater_Np111.jpg", rollover: "../assets/images/autogen/We_Cater_NRpp222.jpg", w: 137, h: 37 },
	"NavigationButton5" : { image: "../assets/images/autogen/Custom_Plate_Np111.jpg", rollover: "../assets/images/autogen/Custom_Plate_NRpp222.jpg", w: 137, h: 37 },
	"NavigationButton6" : { image: "../assets/images/autogen/Event_Calendar_Np111.jpg", rollover: "../assets/images/autogen/Event_Calendar_NRpp222.jpg", w: 137, h: 37 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar6", rollover: true, autoClose: false, spacing: 3 });
	$("#NavigationBar6").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar6 ul").hide();
	$("#NavigationBar6").css('background-color', '#A12C45');
	$("#NavigationBar6 ul").css('background-color', '#A12C45');
});


// End Navigation Bars

