
function isRestrictAccess(){var valPopup=getUniCookieVar("omniSession","valpopup");if(valPopup==1){return true;}else{return false;}}
function restrictAccessCheck(){restrict=isRestrictAccess();if(restrict){callDivTemp();return false;}else{return true;}}
function setTextReadonly(me){restrict=isRestrictAccess();if(restrict){me.readOnly=true;}else{me.readOnly=false;}}