Quick Access
View My Account
Pay Bill
Billing & Payments
Discover options for managing your bill
Information for your Industry
Get the info you need for your business
-
Start Service
-
Enroll in
FPL Email Bill®
-
Save Money
-
Sign up for
Automatic Bill Pay
-
Receive Incentives
-
Help Me
Understand Demand
');
//Homepage Slider
$('.slider').advancedSlider({xmlSource:'home_slider.xml',
width:980,
height:343,
navigationButtonsCenter:false,
showThumbnails :false,
navigationArrows:false,
hideTimer:true,
slideMask:true,
sliceDelay:100,
captionShowEffect:'slide',
captionShowEffectDuration:0,
slideshowControls:false,
slideshowControlsToggle:false,
linkTarget:'_self'
});
//Homepage Carousel
$(".jcarousel").jCarouselLite({
btnNext: ".next",
btnPrev: ".prev",
visible: 5
});
$('.jcarousel li').hover(function() {
var id= $(this).attr('id');
$('.'+id).addClass('hover');
});
$('.jcarousel li').mouseleave(function() {
var id= $(this).attr('id');
$('.'+id).removeClass('hover');
});
$('#quickAccess li').hover(function() {
var id= $(this).attr('id');
$('#'+id).addClass('hover');
});
$('#quickAccess li').mouseleave(function() {
var id= $(this).attr('id');
$('#'+id).removeClass('hover');
});
$('#qa #qa1, #qa #qa2').live("click", function(){
var id= $(this).attr('id');
$('#qa').attr('class','')
$('#qa').addClass('expanded '+id);
$('#qa #login h4').hide();
$('#qa #login h4.'+id).show();
$('#qa #login').show();
});
$('select.dropdown').selectmenu({
style:'dropdown',
width: 142,
zIndex: 100,
menuWidth: 132
});
});
function industrySelected(selIndustry){
switch (selIndustry) {
case 'agriculture' :
window.location.href = "http://www.fpl.com/business/resources/industry/agriculture-index.shtml";
break;
case 'retail' :
window.location.href = "http://www.fpl.com/business/resources/industry/retail-index.shtml";
break;
case 'commercial' :
window.location.href = "http://www.fpl.com/business/resources/industry/commercial-industrial-index.shtml";
break;
case 'healthcare' :
window.location.href = "http://www.fpl.com/business/resources/industry/healthcare-index.shtml";
break;
case 'hospitality' :
window.location.href = "http://www.fpl.com/business/resources/industry/hospitality-index.shtml";
break;
case 'grocery' :
window.location.href = "http://www.fpl.com/business/resources/industry/grocery-pharmacy/index.shtml";
break;
case 'food' :
window.location.href = "http://www.fpl.com/business/resources/industry/restaurant-food-services/index.shtml";
break;
case 'education' :
window.location.href = "http://www.fpl.com/business/resources/industry/education/index.shtml";
break;
case 'nonprofit' :
window.location.href = "http://www.fpl.com/business/resources/industry/non-profit.shtml";
break;
case 'government' :
window.location.href = "http://www.fpl.com/business/resources/industry/government.shtml";
break;
case 'professional' :
window.location.href = "http://www.fpl.com/business/resources/industry/professional-services/index.shtml";
break;
}
}
|