Shadowbox.init({
    language:   'es',
    players:    ['img','iframe','html']
});

$(document).ready(function(){
    $('#swftop').flash({
        src: AbsoluteBaseUrl +'Botonera.swf?URL_ROOT='+AbsoluteBaseUrl,
        width: 191,
        height: 132,
        flashvars: {URL_ROOT:AbsoluteBaseUrl},
        wmode: "transparent"
    });

    var max_height=0;
    $('.kscolumn').each(function() {
        max_height = $(this).height() > max_height ? $(this).height() : max_height;
    });
    $('.kscolumn').each(function() {
        $(this).height(max_height);
    });
});
