if(typeof AjaxCalls == "undefined") AjaxCalls={};
AjaxCalls_class = function() {};
Object.extend(AjaxCalls_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetAccountBallance: function() {
		return this.invoke("GetAccountBallance", {}, this.GetAccountBallance.getArguments().slice(0));
	},
	CheckUserAvailable: function(p_sUserName) {
		return this.invoke("CheckUserAvailable", {"p_sUserName":p_sUserName}, this.CheckUserAvailable.getArguments().slice(1));
	},
	RegisterUser: function(p_sUserName, p_sPassword, p_sFirstName, p_sLastName, p_sNickName, p_sGender, p_sBirthDate, p_sEmail, p_sAddress1, p_sPostalCode, p_sCity, p_sCountry, p_sPhone1, p_sCulture, p_sMobilePhone, p_sPromotionCode, p_bContactByMail, p_bContactByPhone, p_bContactByPost, p_bContactBySMS, p_bReceiveBonus, p_sFullCountryName) {
		return this.invoke("RegisterUser", {"p_sUserName":p_sUserName, "p_sPassword":p_sPassword, "p_sFirstName":p_sFirstName, "p_sLastName":p_sLastName, "p_sNickName":p_sNickName, "p_sGender":p_sGender, "p_sBirthDate":p_sBirthDate, "p_sEmail":p_sEmail, "p_sAddress1":p_sAddress1, "p_sPostalCode":p_sPostalCode, "p_sCity":p_sCity, "p_sCountry":p_sCountry, "p_sPhone1":p_sPhone1, "p_sCulture":p_sCulture, "p_sMobilePhone":p_sMobilePhone, "p_sPromotionCode":p_sPromotionCode, "p_bContactByMail":p_bContactByMail, "p_bContactByPhone":p_bContactByPhone, "p_bContactByPost":p_bContactByPost, "p_bContactBySMS":p_bContactBySMS, "p_bReceiveBonus":p_bReceiveBonus, "p_sFullCountryName":p_sFullCountryName}, this.RegisterUser.getArguments().slice(22));
	},
	ForgetPassword: function(sUserName) {
		return this.invoke("ForgetPassword", {"sUserName":sUserName}, this.ForgetPassword.getArguments().slice(1));
	},
	LogInUser: function(sUserName, sPassword) {
		return this.invoke("LogInUser", {"sUserName":sUserName, "sPassword":sPassword}, this.LogInUser.getArguments().slice(2));
	},
	IsUserLoggedIn: function() {
		return this.invoke("IsUserLoggedIn", {}, this.IsUserLoggedIn.getArguments().slice(0));
	},
	GetCashierURL: function(p_sCulture) {
		return this.invoke("GetCashierURL", {"p_sCulture":p_sCulture}, this.GetCashierURL.getArguments().slice(1));
	},
	GetPageContent: function(sGuid, sLang) {
		return this.invoke("GetPageContent", {"sGuid":sGuid, "sLang":sLang}, this.GetPageContent.getArguments().slice(2));
	},
	GetPageMenu: function(sGuid, sLang) {
		return this.invoke("GetPageMenu", {"sGuid":sGuid, "sLang":sLang}, this.GetPageMenu.getArguments().slice(2));
	},
	GetCountryPhonePref: function(sCountryCode) {
		return this.invoke("GetCountryPhonePref", {"sCountryCode":sCountryCode}, this.GetCountryPhonePref.getArguments().slice(1));
	},
	InsertFeedback: function(iCateg1, iCateg2, iCateg3, sField, sMessage, sCountryCode) {
		return this.invoke("InsertFeedback", {"iCateg1":iCateg1, "iCateg2":iCateg2, "iCateg3":iCateg3, "sField":sField, "sMessage":sMessage, "sCountryCode":sCountryCode}, this.InsertFeedback.getArguments().slice(6));
	},
	GetCashierURLWithLogin: function(p_sCulture, sUser, sPass) {
		return this.invoke("GetCashierURLWithLogin", {"p_sCulture":p_sCulture, "sUser":sUser, "sPass":sPass}, this.GetCashierURLWithLogin.getArguments().slice(3));
	},
	GetMaxMindData: function() {
		return this.invoke("GetMaxMindData", {}, this.GetMaxMindData.getArguments().slice(0));
	},
	IsCountryAllowed: function(sCountryCode) {
		return this.invoke("IsCountryAllowed", {"sCountryCode":sCountryCode}, this.IsCountryAllowed.getArguments().slice(1));
	},
	GetCitiesSuggestions: function(sSelectedCountryCode, sSearch) {
		return this.invoke("GetCitiesSuggestions", {"sSelectedCountryCode":sSelectedCountryCode, "sSearch":sSearch}, this.GetCitiesSuggestions.getArguments().slice(2));
	},
	GetCountryAreaCodes: function(sSelectedCountryCode, sSearch) {
		return this.invoke("GetCountryAreaCodes", {"sSelectedCountryCode":sSelectedCountryCode, "sSearch":sSearch}, this.GetCountryAreaCodes.getArguments().slice(2));
	},
	MatchCity: function(sSelectedCountryCode, sMatch) {
		return this.invoke("MatchCity", {"sSelectedCountryCode":sSelectedCountryCode, "sMatch":sMatch}, this.MatchCity.getArguments().slice(2));
	},
	MatchPhonePrefix: function(sSelectedCountryCode, sMatch) {
		return this.invoke("MatchPhonePrefix", {"sSelectedCountryCode":sSelectedCountryCode, "sMatch":sMatch}, this.MatchPhonePrefix.getArguments().slice(2));
	},
	GetGameStartUrl: function(sGameVariantID, sLanguage) {
		return this.invoke("GetGameStartUrl", {"sGameVariantID":sGameVariantID, "sLanguage":sLanguage}, this.GetGameStartUrl.getArguments().slice(2));
	},
	TrackDownload: function() {
		return this.invoke("TrackDownload", {}, this.TrackDownload.getArguments().slice(0));
	},
	AddFeedBackParam: function() {
		return this.invoke("AddFeedBackParam", {}, this.AddFeedBackParam.getArguments().slice(0));
	},
	StoreNetDetails: function(sUser, sTravis) {
		return this.invoke("StoreNetDetails", {"sUser":sUser, "sTravis":sTravis}, this.StoreNetDetails.getArguments().slice(2));
	},
	RemoveFeedBackParam: function() {
		return this.invoke("RemoveFeedBackParam", {}, this.RemoveFeedBackParam.getArguments().slice(0));
	},
	GetDownloadFlag: function() {
		return this.invoke("GetDownloadFlag", {}, this.GetDownloadFlag.getArguments().slice(0));
	},
	GetDownloadNetUser: function() {
		return this.invoke("GetDownloadNetUser", {}, this.GetDownloadNetUser.getArguments().slice(0));
	},
	GetDownloadNetUserCamp: function() {
		return this.invoke("GetDownloadNetUserCamp", {}, this.GetDownloadNetUserCamp.getArguments().slice(0));
	},
	TrackRegistrationClick: function(bIsSTD) {
		return this.invoke("TrackRegistrationClick", {"bIsSTD":bIsSTD}, this.TrackRegistrationClick.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxCalls,App_Code.lrcnk4iu.ashx'
}));
AjaxCalls = new AjaxCalls_class();


