$(document).ready(function() {
    $('a#showmap').click(function() {
    $('#map').css({width:"910px", height:"444px"});
    $('.colxl').css({width:"910px", height:"525px"});
    $('.coll').css({width:"910px"});
    $(".resa").hide();
    return false;
    });                          
}); 
