// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LayoutRegion1' , 'LayoutRegion1LYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('FormHandler1' , '', 'btn', 'LayoutRegion1',new Array(
		'Clicked','Layout','Go To URL',F_Parm('URL','../../Product_Downloads/Information/Thank_You/thank_you.html','Target Frame','This','Other Target',''),0),'LayoutRegion1FORM',0,'FormHandler1');
 
	F_OM('NavigationBar1' , 'NavigationBar1LYR', 'nav', 'Layout',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#FormHandler1').bind('click', function(__e) { return (F_e('FormHandler1', F_CL, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "../../NatWorks_Home_Ns1.gif", rollover: "../../NatWorks_Home_NRs3.gif", w: 100, h: 20 },
	"NavigationButton2" : { image: "../../Products_Ns1.gif", rollover: "../../Products_NRs3.gif", w: 100, h: 20, opening: "right", offsetX: 120, offsetY: 10 },
	"NavigationButton11" : { image: "../../NatQuery_Np1.gif", rollover: "../../NatQuery_NRp3.gif", w: 100, h: 20 },
	"NavigationButton12" : { image: "../../NatCDC_Np1.gif", rollover: "../../NatCDC_NRp3.gif", w: 100, h: 20 },
	"NavigationButton3" : { image: "../../News_Ns1.gif", rollover: "../../News_NRs3.gif", w: 100, h: 20 },
	"NavigationButton4" : { image: "../../Partners_Ns1.gif", rollover: "../../Partners_NRs3.gif", w: 100, h: 20 },
	"NavigationButton5" : { image: "../../Contact_Us_Ns1.gif", rollover: "../../Contact_Us_NRs3.gif", w: 100, h: 20 },
	"NavigationButton6" : { image: "../../Downloads_Ns1.gif", rollover: "../../Downloads_NRs3.gif", w: 100, h: 20 },
	"NavigationButton7" : { image: "../../About_NatWorks_Ns1.gif", rollover: "../../About_NatWorks_NRs3.gif", w: 100, h: 20 },
	"NavigationButton8" : { image: "../../Legal_Ns1.gif", rollover: "../../Legal_NRs3.gif", w: 100, h: 20 },
	"NavigationButton9" : { image: "../../Links_of_Interest_Ns1.gif", rollover: "../../Links_of_Interest_NRs3.gif", w: 100, h: 20 },
	"NavigationButton10" : { image: "../../Slide_Show_Ns1.gif", rollover: "../../Slide_Show_NRs3.gif", w: 100, h: 20 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false, spacing: 3 });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "vertical" });
	$("#NavigationBar1_1").nofNavBar({isMain: false, orientation: "vertical", opening: "right", offsetX: 120, offsetY: 10 });
	$("#NavigationBar1 ul").hide();
	$("#NavigationBar1").css('background-color', '#FFFFFF');
	$("#NavigationBar1 ul").css('background-color', '#FFFFFF');
});


// End Navigation Bars

