﻿var bnb111 = jQuery(".bannerextb111");
bnb111.css("height", 90);
function iniFb111(obj) {
    jQuery(obj).parent().find('img').bind("mouseover",
    function () {
        bnb111.css("overflow", "visible");
        var flash = swfobject.getObjectById(obj.id);
        flash.GotoFrame(95);
    }).bind("mouseout", function () {
        bnb111.css("overflow", "hidden");
        var flash = swfobject.getObjectById(obj.id);
        flash.GotoFrame(0);
    });
}
