﻿function updateIframeHeight() {
    try {
        var iframe = document.getElementById('hiddenIframe');
        var newHeight = parseInt(document.body.offsetHeight, 10) + 50;
        iframe.src = 'http://www.quotes4removals.co.uk/resizeFrame.html?height=' + newHeight;
    }
    catch (e) {
    };
}



