///
///
var old_hash;
var default_page;
(function () {
window.onmaskbg = function (flag, noanimation) {
if (noanimation) {
$(document.body).find('.hostmask').css('display', flag ? '' : 'none');
} else {
if (flag) {
$(document.body).find('.hostmask').fadeIn(100);
} else {
$(document.body).find('.hostmask').fadeOut(100);
}
}
};
window.ondocumentclick = function (e) {
$(document.body).click();
};
window.showconfirm = function (msg, title, fok, fcancel) {
var mask = $(document.body).children('.maskbg');
mask.children().hide();
mask.fadeIn(100);
_dialog.showConfirm(msg, title, function (e) {
mask.fadeOut(100);
if (typeof fok === 'function') {
fok(e);
}
}, function () {
if (typeof fcancel === 'function') {
fcancel();
}
mask.fadeOut(100);
}, null, true);
}
window.showalert = function (msg, title, icon, next) {
_dialog.showAlert(msg, title, icon, next, true);
}
window.onsubpageloaded = function () {
$('#set_right .loading_holder').fadeOut('fast');
$('#set_right iframe').fadeIn();
};
window.changePage = function (e) {
if (!e) {
if (old_hash == default_page) {
return;
}
e = default_page;
}
old_hash = e;
var iframe = $('