if(typeof CommonFunction == "undefined") CommonFunction={};
CommonFunction_class = function() {};
Object.extend(CommonFunction_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetData2: function(pValue) {
		return this.invoke("GetData2", {"pValue":pValue}, this.GetData2.getArguments().slice(1));
	},
	GetRecord: function(p_Value) {
		return this.invoke("GetRecord", {"p_Value":p_Value}, this.GetRecord.getArguments().slice(1));
	},
	GetTotalPage: function(pValue) {
		return this.invoke("GetTotalPage", {"pValue":pValue}, this.GetTotalPage.getArguments().slice(1));
	},
	GetTotalRecord: function(pValue) {
		return this.invoke("GetTotalRecord", {"pValue":pValue}, this.GetTotalRecord.getArguments().slice(1));
	},
	ActiveChange: function(pValue) {
		return this.invoke("ActiveChange", {"pValue":pValue}, this.ActiveChange.getArguments().slice(1));
	},
	GetSessionValue: function(pSessionName) {
		return this.invoke("GetSessionValue", {"pSessionName":pSessionName}, this.GetSessionValue.getArguments().slice(1));
	},
	GetSession: function(pSessionName) {
		return this.invoke("GetSession", {"pSessionName":pSessionName}, this.GetSession.getArguments().slice(1));
	},
	SetSessionValue: function(p_SessionName, p_Value) {
		return this.invoke("SetSessionValue", {"p_SessionName":p_SessionName, "p_Value":p_Value}, this.SetSessionValue.getArguments().slice(2));
	},
	GetDataCache: function(pCacheName, pStoreName, pName, pValue) {
		return this.invoke("GetDataCache", {"pCacheName":pCacheName, "pStoreName":pStoreName, "pName":pName, "pValue":pValue}, this.GetDataCache.getArguments().slice(4));
	},
	GetPageCache: function(p_CacheName, p_StrFilter, p_Value) {
		return this.invoke("GetPageCache", {"p_CacheName":p_CacheName, "p_StrFilter":p_StrFilter, "p_Value":p_Value}, this.GetPageCache.getArguments().slice(3));
	},
	EncryptData: function(pData) {
		return this.invoke("EncryptData", {"pData":pData}, this.EncryptData.getArguments().slice(1));
	},
	DecryptData: function(pData) {
		return this.invoke("DecryptData", {"pData":pData}, this.DecryptData.getArguments().slice(1));
	},
	GetPrimitiveURL: function(pUrl) {
		return this.invoke("GetPrimitiveURL", {"pUrl":pUrl}, this.GetPrimitiveURL.getArguments().slice(1));
	},
	GetAppsettingKey: function(Key) {
		return this.invoke("GetAppsettingKey", {"Key":Key}, this.GetAppsettingKey.getArguments().slice(1));
	},
	CheckAccount: function(p_Username, p_Password) {
		return this.invoke("CheckAccount", {"p_Username":p_Username, "p_Password":p_Password}, this.CheckAccount.getArguments().slice(2));
	},
	GetExcelSheetName: function(p_FilePath) {
		return this.invoke("GetExcelSheetName", {"p_FilePath":p_FilePath}, this.GetExcelSheetName.getArguments().slice(1));
	},
	GetExcelColumnName: function(p_FilePath, p_SheetName) {
		return this.invoke("GetExcelColumnName", {"p_FilePath":p_FilePath, "p_SheetName":p_SheetName}, this.GetExcelColumnName.getArguments().slice(2));
	},
	ShowExcelData: function(p_FilePath, p_SheetName) {
		return this.invoke("ShowExcelData", {"p_FilePath":p_FilePath, "p_SheetName":p_SheetName}, this.ShowExcelData.getArguments().slice(2));
	},
	CheckFileExist: function(p_FilePath) {
		return this.invoke("CheckFileExist", {"p_FilePath":p_FilePath}, this.CheckFileExist.getArguments().slice(1));
	},
	url: '/ajaxpro/CommonFunction,App_Code.ashx'
}));
CommonFunction = new CommonFunction_class();


