$("#OuterTab").tabs({heightStyle:"content"});
$('#InnerTab1').load('SystemSettings.html',function () {
$("#Systemaccordion").accordion({header:"h3",heightStyle:"content" ,change:SystemUILoaded});
$("button").button();
//SystemUILoaded();
});
$('#InnerTab2').load('emailSetup.html',function () {
$("#Mailaccordion").accordion({header:"h3",heightStyle:"content"});
$("button").button();
$("#msg1").spinner();
$("#msg2").spinner();
$("#msg3").spinner();
$("#msg4").spinner();
$("#msg5").spinner();
$("#msg6").spinner();
$("#msg7").spinner();
$("#msg8").spinner();
$("#msg9").spinner();
$("#msg10").spinner();
MessTrigUILoaded();
});
Initdone=true;