// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('PrivacyPolicyBox' , 'PrivacyPolicyBoxLYR', 'txt', 'Layout',null,'',0);
 
		F_OM('AdobeIconOne' , 'AdobeIconOneLYR', 'img', 'PrivacyPolicyBox',new Array(
		'Clicked','GetAdobeReader','Show','',0),'',0);
 
	F_OM('Text15' , 'Text15LYR', 'txt', 'Layout',null,'',0);
 
		F_OM('AdobeIconSecond' , 'AdobeIconSecondLYR', 'img', 'Text15',new Array(
		'Clicked','GetAdobeReader','Show','',0),'',0);
 
	F_OM('InsuranceComplaintsBox' , 'InsuranceComplaintsBoxLYR', 'txt', 'Layout',null,'',0);
 
		F_OM('AdobeIconThree' , 'AdobeIconThreeLYR', 'img', 'InsuranceComplaintsBox',new Array(
		'Clicked','GetAdobeReader','Show','',0),'',0);
 
	F_OM('Table1' , 'Table1LYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('GetAdobeReader' , 'GetAdobeReaderLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture13' , 'Picture13LYR', 'img', 'GetAdobeReader',new Array(
		'Clicked','GetAdobeReader','Hide','',0),'',0);
 
	F_OM('PrivacyBanner' , 'PrivacyBannerLYR', 'img', 'Layout',null,'',0);
 
	F_OM('HBACITopMenu' , 'HBACITopMenuLYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('PrivacyLeftPanel' , 'PrivacyLeftPanelLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('PrivacyNavBar' , 'PrivacyNavBarLYR', 'nav', 'PrivacyLeftPanel',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#AdobeIconOneA').bind('click', function(__e) { return (F_e('AdobeIconOne', F_CL, __e)); } );
	$('#AdobeIconSecondA').bind('click', function(__e) { return (F_e('AdobeIconSecond', F_CL, __e)); } );
	$('#AdobeIconThreeA').bind('click', function(__e) { return (F_e('AdobeIconThree', F_CL, __e)); } );
	$('#Picture13A').bind('click', function(__e) { return (F_e('Picture13', F_CL, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["PrivacyNavBar"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Home_Nleft_hand.gif", rollover: "../assets/images/autogen/Home_NRleft_hand_rollover.gif", w: 202, h: 40 },
	"NavigationButton2" : { image: "../assets/images/autogen/Quote_Reminder_Service_Nleft_hand.gif", rollover: "../assets/images/autogen/Quote_Reminder_Service_NRleft_hand_rollover.gif", w: 202, h: 40 },
	"NavigationButton3" : { image: "../assets/images/autogen/Community_Assist_Nleft_hand.gif", rollover: "../assets/images/autogen/Community_Assist_NRleft_hand_rollover.gif", w: 202, h: 40 },
	"NavigationButton4" : { image: "../assets/images/autogen/About_Us_Nleft_hand.gif", rollover: "../assets/images/autogen/About_Us_NRleft_hand_rollover.gif", w: 202, h: 40 },
	"NavigationButton5" : { image: "../assets/images/autogen/Contact_Us_Nleft_hand.gif", rollover: "../assets/images/autogen/Contact_Us_NRleft_hand_rollover.gif", w: 202, h: 40 },
	"NavigationButton6" : { image: "../assets/images/autogen/Sitemap_Nleft_hand.gif", rollover: "../assets/images/autogen/Sitemap_NRleft_hand_rollover.gif", w: 202, h: 40 },
	"NavigationButton7" : { image: "../assets/images/autogen/Privacy_Nleft_hand.gif", rollover: "../assets/images/autogen/Privacy_NRleft_hand_rollover.gif", w: 202, h: 40 }
};

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


// End Navigation Bars


