function resizeFrame(barId, containerClass) {
    $('iframe').height($(window).height()-$('#' + barId).outerHeight()+1);
}
