jQuery.noConflict();

jQuery(document).ready(function(){
    jQuery("#TabsMenu").tabs({selected: 0, fx: { opacity: 'toggle' }});


});

