// perform JavaScript after the document is scriptable.
$(function() {
// setup ul.tabs to work as tabs for each div directly under div.panes
$("ul#tabs_update").tabs("div#panes_update > div");
});

// perform JavaScript after the document is scriptable.
$(function() {
// setup ul.tabs to work as tabs for each div directly under div.panes
$("ul#tabs_service").tabs("div#panes_service > div");
});

// perform JavaScript after the document is scriptable.
$(function() {
// setup ul.tabs to work as tabs for each div directly under div.panes
$("div#tabs_updatep").tabs("div#panes_updatep > div");
});
