// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text8' , 'Text8LYR', 'txt', 'Layout',new Array(
	'Page Loaded','Text8','Wipe','In From Top',0),'',0);
 	F_OM('WelcomeNav' , 'WelcomeNavLYR', 'nav', 'Layout',null,'',0);
 
	F_OM('InclusiveNav' , 'InclusiveNavLYR', 'nav', 'Layout',null,'',0);
 
	F_OM('PriceNav' , 'PriceNavLYR', 'nav', 'Layout',null,'',0);
 
	F_OM('ContactNav' , 'ContactNavLYR', 'nav', 'Layout',null,'',0);
 
	F_OM('EnquiriesNav' , 'EnquiriesNavLYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["WelcomeNav"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Welcome_N120_Button_1.jpg", rollover: "../assets/images/autogen/Welcome_NR120_Button_3.jpg", w: 69, h: 23 }
};

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


ButtonsImageMapping["InclusiveNav"] = {
	"NavigationButton2" : { image: "../assets/images/autogen/S.E.O_N120_Button_1.jpg", rollover: "../assets/images/autogen/S.E.O_NR120_Button_3.jpg", w: 120, h: 23, opening: "bottom", offsetX: -7, offsetY: 23 },
	"NavigationButton6" : { image: "../assets/images/autogen/Photography_N133_Button_1.jpg", rollover: "../assets/images/autogen/Photography_NR133_Button_3.jpg", w: 133, h: 23 },
	"NavigationButton7" : { image: "../assets/images/autogen/Logo___Flash_Design_N133_Button_1.jpg", rollover: "../assets/images/autogen/Logo___Flash_Design_NR133_Button_3.jpg", w: 133, h: 23 },
	"NavigationButton8" : { image: "../assets/images/autogen/Full_Statistics_N133_Button_1.jpg", rollover: "../assets/images/autogen/Full_Statistics_NR133_Button_3.jpg", w: 133, h: 23 },
	"NavigationButton9" : { image: "../assets/images/autogen/Unlimited_Emails_N133_Button_1.jpg", rollover: "../assets/images/autogen/Unlimited_Emails_NR133_Button_3.jpg", w: 133, h: 23 },
	"NavigationButton10" : { image: "../assets/images/autogen/Unlimited_Updates_N133_Button_1.jpg", rollover: "../assets/images/autogen/Unlimited_Updates_NR133_Button_3.jpg", w: 133, h: 23 }
};

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


ButtonsImageMapping["PriceNav"] = {
	"NavigationButton3" : { image: "../assets/images/autogen/Price_Promise_N120_Button_1.jpg", rollover: "../assets/images/autogen/Price_Promise_NR120_Button_3.jpg", w: 95, h: 23 }
};

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


ButtonsImageMapping["ContactNav"] = {
	"NavigationButton4" : { image: "../assets/images/autogen/Contact_Us_N120_Button_1.jpg", rollover: "../assets/images/autogen/Contact_Us_NR120_Button_3.jpg", w: 78, h: 23 }
};

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


ButtonsImageMapping["EnquiriesNav"] = {
	"NavigationButton5" : { image: "../assets/images/autogen/Enquiries_N120_Button_1.jpg", rollover: "../assets/images/autogen/Enquiries_NR120_Button_3.jpg", w: 69, h: 23 }
};

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


// End Navigation Bars


