$(document).ready(function() {
$( "#tabmenu" ).tabs({ fx: { height: 'toggle', opacity: 'toggle' } });
});

