function setWidgetFrameHeight(newHeight)
{
	var iframe = document.getElementById( 'ibWidgetiFrame' );
	iframe.setAttribute('height', newHeight);
    }

function setRetailerFrameHeight(newHeight) {
    var iframe = document.getElementById('ibRetaileriFrame');
        iframe.setAttribute('height', newHeight);
}