/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


$(document).ready(function(){
    $("#sidebar_map").click(function(){
        $("#bigmap").fadeIn(300);
        return false;
    });

    $("#mapexit").click(function(){
        $("#bigmap").fadeOut(300);
        return false;
    });

});
