// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('PAIProductDetailsBodyTable' , 'PAIProductDetailsBodyTableLYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('paiPDS' , 'paiPDSLYR', 'txt', 'Layout',null,'',0);
 
		F_OM('AdobeIconTop' , 'AdobeIconTopLYR', 'img', 'paiPDS',new Array(
		'Clicked','GetAdobeReader','Show','',0),'',0);
 
	F_OM('GetAdobeReader' , 'GetAdobeReaderLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('Picture12' , 'Picture12LYR', 'img', 'GetAdobeReader',new Array(
		'Clicked','GetAdobeReader','Hide','',0),'',0);
 
	F_OM('PAIBanner' , 'PAIBannerLYR', 'img', 'Layout',null,'',0);
 
	F_OM('PAITopMenu' , 'PAITopMenuLYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('PAILeftPanel' , 'PAILeftPanelLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('PAINavBar' , 'PAINavBarLYR', 'nav', 'PAILeftPanel',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["PAINavBar"] = {
	"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: "PAINavBar", rollover: true, autoClose: false });
	$("#PAINavBar").nofNavBar({isMain: true, orientation: "vertical" });
	$("#PAINavBar ul").hide();
});


// End Navigation Bars


