if(typeof OpenService == "undefined") OpenService={};
if(typeof OpenService.BIK == "undefined") OpenService.BIK={};
if(typeof OpenService.BIK.Client == "undefined") OpenService.BIK.Client={};
OpenService.BIK.Client.PopBasePage_class = function() {};
Object.extend(OpenService.BIK.Client.PopBasePage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getloginstr: function() {
		return this.invoke("getloginstr", {}, this.getloginstr.getArguments().slice(0));
	},
	signout: function() {
		return this.invoke("signout", {}, this.signout.getArguments().slice(0));
	},
	url: '/ajaxpro/OpenService.BIK.Client.PopBasePage,OpenService.BIK.Client.ashx'
}));
OpenService.BIK.Client.PopBasePage = new OpenService.BIK.Client.PopBasePage_class();

