function lock(){typeof lockId!="undefined"&&lockBy(lockId)}function lockBy(n){if(typeof n!="undefined"){var t=$(n);typeof t!="undefined"&&(t.css("position","relative"),kendo.ui.progress(t,!0))}}function unlock(){typeof lockId!="undefined"&&unlockBy(lockId)}function unlockBy(n){typeof n!="undefined"&&kendo.ui.progress($(n),!1)}$(document).ready(function(){lock()})