if(typeof Marry == "undefined") Marry={};
if(typeof Marry.Ajax == "undefined") Marry.Ajax={};
Marry.Ajax.V_photo_class = function() {};
Object.extend(Marry.Ajax.V_photo_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPhotoList: function(PageIndex, str) {
		return this.invoke("GetPhotoList", {"PageIndex":PageIndex, "str":str}, this.GetPhotoList.getArguments().slice(2));
	},
	Del_Set_Photo: function(type, str, ID) {
		return this.invoke("Del_Set_Photo", {"type":type, "str":str, "ID":ID}, this.Del_Set_Photo.getArguments().slice(3));
	},
	getphotoModel: function(ID) {
		return this.invoke("getphotoModel", {"ID":ID}, this.getphotoModel.getArguments().slice(1));
	},
	Md_Photo: function(ID, imgName, imgPrice, vcount) {
		return this.invoke("Md_Photo", {"ID":ID, "imgName":imgName, "imgPrice":imgPrice, "vcount":vcount}, this.Md_Photo.getArguments().slice(4));
	},
	getPhotoList: function(str) {
		return this.invoke("getPhotoList", {"str":str}, this.getPhotoList.getArguments().slice(1));
	},
	getSeachPhotoList: function(str) {
		return this.invoke("getSeachPhotoList", {"str":str}, this.getSeachPhotoList.getArguments().slice(1));
	},
	buyPhoto: function(gid, emoney) {
		return this.invoke("buyPhoto", {"gid":gid, "emoney":emoney}, this.buyPhoto.getArguments().slice(2));
	},
	url: '/ajaxpro/Marry.Ajax.V_photo,Ajax.ashx'
}));
Marry.Ajax.V_photo = new Marry.Ajax.V_photo_class();


