$(function() {
$( "#tabs" ).tabs({
event: "click"
});
}); 
