// Begin Actions
function F_doLoaded() {
	document.main = new F_cMain();
	document.objectModel = new Object();
	F_OM('Layout','LayoutLYR', 'doc', '', new Array());
	F_OM('TIBodyTableHome' , 'TIBodyTableHomeLYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('tiPDS' , 'tiPDSLYR', 'txt', 'Layout',null,'',0);
 
		F_OM('AdobeIconTop' , 'AdobeIconTopLYR', 'img', 'tiPDS',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('Text13' , 'Text13LYR', 'txt', 'Layout',null,'',0);
 
		F_OM('AdobeIconBottom' , 'AdobeIconBottomLYR', 'img', 'Text13',new Array(
		'Clicked','GetAdobeReader','Show','',0),'',0);
 
	F_OM('TIBanner' , 'TIBannerLYR', 'img', 'Layout',null,'',0);
 
	F_OM('HBACITopMenu' , 'HBACITopMenuLYR', 'lyr', 'Layout',null,'',0);
 
	F_OM('TILeftPanel' , 'TILeftPanelLYR', 'lyr', 'Layout',null,'',0);
 
		F_OM('TINavBar' , 'TINavBarLYR', 'nav', 'TILeftPanel',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)); } );
	$('#AdobeIconBottomA').bind('click', function(__e) { return (F_e('AdobeIconBottom', F_CL, __e)); } );
});
// End Actions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["TINavBar"] = {
	"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/Travel_Quick_Quote_Nleft_hand.gif", rollover: "../assets/images/autogen/Travel_Quick_Quote_NRleft_hand_rollover.gif", w: 202, h: 40 }
};

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


// End Navigation Bars


