/**
 * @author wilyummy
 */
$(document).ready(function() {  
$('#effect > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' } });  
}); 
