$j(document).ready(function(){
    jQuery.get('http://files.amigeek.eu/ejd/html/catalogue_menu.html', function(res){
        $j('#catalogue').empty();
        $j('#catalogue').append(res.responseText);
    });
});
