Ultramax NP7-12, 12v 7Ah F1 Replacement compatible with Acme 12V 7Ah Alarm Battery Exact replacement for the original battery. IMPORTANT: You MUST RE-USE: your existing cabling and hardware. These are replacement batteries only For use with Alarm, Ride on Toys, Stair Lift, Lawn Mower, Emergency Lighting, General Electronics, Medical, Mobility, Security, Uninterruptible Power Supply. Equivalent to Yuasa NP7-12, Yucel Y7-12 DIMENSIONS: L 151mm x W 65mm x H 100mm including terminals. Terminals are standard 4.75mm Wide Fast-on (Spade) connectors NOTE: It is your responsibility to verify the batteries being ordered match the batteries in your unit prior to placing your order. We are not responsible for incorrect orders
P.when('A','ready').execute(function(A) {
function setFeatureBulletsExpanderCollapsedHeight() {
var $ = A.$;
var PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT = 540;
var FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION = 12;
var EXPANDER_HEADING_HEIGHT = 20;
var expanderElement = $("#pov2FeatureBulletsExpander");
if(expanderElement !== null) {
var productOverviewFeatureElement = $('#productOverview_feature_div');
var featureBulletsExpanderContent = $('#pov2FeatureBulletsExpanderContent');
var featureBulletsExpanderHeading = $('#pov2FeatureBulletsExpanderHeading');
var expanderContentHeight = featureBulletsExpanderContent.height();
var productOverviewFeatureElementHeight = productOverviewFeatureElement !== null ? productOverviewFeatureElement.height() : 0;
var expanderCollapsedHeight = Math.min(PRODUCT_OVERVIEW_V2_FEATURE_MAX_HEIGHT - productOverviewFeatureElementHeight - FEATUREBULLETS_TOP_MARGIN_OFFSET_CORRECTION, expanderContentHeight);
if (expanderContentHeight === expanderCollapsedHeight) {