// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('LIBoodyTableHome' , 'LIBoodyTableHomeLYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('liPDS' , 'liPDSLYR', 'txt', 'Layout',null,'',0);
 
		F_OM('AdobeIconTop' , 'AdobeIconTopLYR', 'img', 'liPDS',new Array(
		'Clicked','GetAdobeReader','Show','',0),'',0);
 
	F_OM('Picture13' , 'Picture13LYR', 'img', 'Layout',null,'',0);
 
	F_OM('GetAdobeReader' , 'GetAdobeReaderLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture12' , 'Picture12LYR', 'img', 'GetAdobeReader',new Array(
		'Clicked','GetAdobeReader','Hide','',0),'',0);
 
	F_OM('LIBanner' , 'LIBannerLYR', 'img', 'Layout',null,'',0);
 
	F_OM('LITopMenu' , 'LITopMenuLYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('LILeftPanel' , 'LILeftPanelLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('LINavBar' , 'LINavBarLYR', 'nav', 'LILeftPanel',null,'',0);
 
	F_pageLoaded('Layout');
}
 
$(document).ready( function() {
F_onLoaded();
	$('#AdobeIconTopA').bind('click', function(__e) { return (F_e('AdobeIconTop', F_CL, __e)); } );
	$('#Picture12A').bind('click', function(__e) { return (F_e('Picture12', F_CL, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["LINavBar"] = {
	"NavigationButton1" : { image: "../assets/images/autogen/Product_Details_Nleft_hand.gif", rollover: "../assets/images/autogen/Product_Details_NRleft_hand_rollover.gif", w: 202, h: 40 },
	"NavigationButton2" : { image: "../assets/images/autogen/Claims_Nleft_hand.gif", rollover: "../assets/images/autogen/Claims_NRleft_hand_rollover.gif", w: 202, h: 40 },
	"NavigationButton3" : { image: "../assets/images/autogen/Online_Quote_Nleft_hand.gif", rollover: "../assets/images/autogen/Online_Quote_NRleft_hand_rollover.gif", w: 202, h: 40 }
};

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


// End Navigation Bars


