$(document).ready(function(){
	
	// AXA on the web
	$('#axaWebContent').mouseenter(function(){$('.axaValues').show();});
	$('#axaWebContent').mouseleave(function(){$('.axaValues').hide();});
	
	//Footer Expand/Collapse
	$(".footerLinks2_3 #link").click(function(){			
		$(this).siblings("#expcoll").slideToggle("slow",fun);
		$(this).toggleClass("active"); return false;
	});	
	
});

function fun()
{
	$("html,body").animate({'scrollTop':+$('#bot_div').offset().top },1000);
}


function cal_premium()
{
	window.open('../cal_premium.htm','mywin','left=350,top=250,width=350,height=250,toolbar=0,resizable=0');
}

/*mainNav Menu

$(document).ready(function(){
	$('.menu01').mouseenter(function(){$('#menu01').show();});
	$('#menu01,.menu01').mouseleave(function(){$('#menu01').hide();})
}); */
