$(document).ready(function(){ 
    //$(document).pngFix();
    $("body").click(function() {
        $(".popup-menu").hide();
    });
    $(".popup-menu-title").click(function(event){
        event.stopPropagation();
    });
}); 
