if(typeof googlemaps == "undefined") googlemaps={};
googlemaps_class = function() {};
Object.extend(googlemaps_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetStateMaps: function() {
		return this.invoke("GetStateMaps", {}, this.GetStateMaps.getArguments().slice(0));
	},
	GetSubscribers: function() {
		return this.invoke("GetSubscribers", {}, this.GetSubscribers.getArguments().slice(0));
	},
	GetSubscribersInternal: function() {
		return this.invoke("GetSubscribersInternal", {}, this.GetSubscribersInternal.getArguments().slice(0));
	},
	GetTile: function(clo_id) {
		return this.invoke("GetTile", {"clo_id":clo_id}, this.GetTile.getArguments().slice(1));
	},
	GetContactInfo: function(cli_id, clo_id) {
		return this.invoke("GetContactInfo", {"cli_id":cli_id, "clo_id":clo_id}, this.GetContactInfo.getArguments().slice(2));
	},
	GetPhoneNumber: function(cli_id, clo_id) {
		return this.invoke("GetPhoneNumber", {"cli_id":cli_id, "clo_id":clo_id}, this.GetPhoneNumber.getArguments().slice(2));
	},
	GetEmailInfo: function(cli_id, clo_id) {
		return this.invoke("GetEmailInfo", {"cli_id":cli_id, "clo_id":clo_id}, this.GetEmailInfo.getArguments().slice(2));
	},
	GetGalleryInfo: function(cli_id, clo_id) {
		return this.invoke("GetGalleryInfo", {"cli_id":cli_id, "clo_id":clo_id}, this.GetGalleryInfo.getArguments().slice(2));
	},
	GetGalleryPopUpInfo: function(cli_id, clo_id, dph_id) {
		return this.invoke("GetGalleryPopUpInfo", {"cli_id":cli_id, "clo_id":clo_id, "dph_id":dph_id}, this.GetGalleryPopUpInfo.getArguments().slice(3));
	},
	GetGalleryPopUpInfoNext: function(cli_id, clo_id, dph_id, allProcedures) {
		return this.invoke("GetGalleryPopUpInfoNext", {"cli_id":cli_id, "clo_id":clo_id, "dph_id":dph_id, "allProcedures":allProcedures}, this.GetGalleryPopUpInfoNext.getArguments().slice(4));
	},
	GetGalleryPopUpInfoPrevious: function(cli_id, clo_id, dph_id, allProcedures) {
		return this.invoke("GetGalleryPopUpInfoPrevious", {"cli_id":cli_id, "clo_id":clo_id, "dph_id":dph_id, "allProcedures":allProcedures}, this.GetGalleryPopUpInfoPrevious.getArguments().slice(4));
	},
	GetGalleryDetailInfo: function(cli_id, clo_id, pro_id) {
		return this.invoke("GetGalleryDetailInfo", {"cli_id":cli_id, "clo_id":clo_id, "pro_id":pro_id}, this.GetGalleryDetailInfo.getArguments().slice(3));
	},
	GetProcedureInfo: function(cli_id, clo_id) {
		return this.invoke("GetProcedureInfo", {"cli_id":cli_id, "clo_id":clo_id}, this.GetProcedureInfo.getArguments().slice(2));
	},
	GetCertInfo: function(cli_id, clo_id) {
		return this.invoke("GetCertInfo", {"cli_id":cli_id, "clo_id":clo_id}, this.GetCertInfo.getArguments().slice(2));
	},
	GetClosest: function(lat, lng) {
		return this.invoke("GetClosest", {"lat":lat, "lng":lng}, this.GetClosest.getArguments().slice(2));
	},
	SendEmail: function(cli_id, clo_id, clientName, name, email, phone, comments) {
		return this.invoke("SendEmail", {"cli_id":cli_id, "clo_id":clo_id, "clientName":clientName, "name":name, "email":email, "phone":phone, "comments":comments}, this.SendEmail.getArguments().slice(7));
	},
	url: '/ajaxpro/googlemaps,App_Web_lutwviua.ashx'
}));
googlemaps = new googlemaps_class();

