// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('Text1' , 'Text1LYR', 'txt', 'Layout',new Array(
	'Shown','Text1','Fly','In From Right',0),'',0);
 	F_OM('NavigationBar4' , 'NavigationBar4LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar4"] = {
	"NavigationButton1" : { image: "../Home_Np1_1.gif", rollover: "../Home_NRp2_1.gif", w: 113, h: 23 },
	"NavigationButton2" : { image: "../Who_Are_We__Np1_1.gif", rollover: "../Who_Are_We__NRp2_1.gif", w: 113, h: 23 },
	"NavigationButton3" : { image: "../What_We_Do_Np1.gif", rollover: "../What_We_Do_NRp2.gif", w: 113, h: 23 },
	"NavigationButton4" : { image: "../Photo_Gallery_Hp3_1.gif", rollover: "../Photo_Gallery_HRp4_1.gif", w: 113, h: 23 },
	"NavigationButton5" : { image: "../_Homes_Gallery_Np1_1.gif", rollover: "../_Homes_Gallery_NRp2_1.gif", w: 113, h: 23 },
	"NavigationButton6" : { image: "../Decks___Pergolas_Np1_1.gif", rollover: "../Decks___Pergolas_NRp2_1.gif", w: 113, h: 23, opening: "right", offsetX: 113, offsetY: 0 },
	"NavigationButton10" : { image: "../Decks___Pergolas_Np1_1.gif", rollover: "../Decks___Pergolas_NRp2_1.gif", w: 113, h: 23 },
	"NavigationButton7" : { image: "../Additions_Gallery_Np1_1.gif", rollover: "../Additions_Gallery_NRp2_1.gif", w: 113, h: 23 },
	"NavigationButton8" : { image: "../Contact_Us_Np1.gif", rollover: "../Contact_Us_NRp2.gif", w: 113, h: 23 },
	"NavigationButton9" : { image: "../Photo_Gallery_Hp3_2.gif", rollover: "../Photo_Gallery_HRp4_2.gif", w: 113, h: 23 }
};

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


// End Navigation Bars

