$(document).ready(function() {  
    $('#tabproducts > ol').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });  
}); 
