if(typeof fotostore == "undefined") fotostore={};
if(typeof fotostore.webobjekte == "undefined") fotostore.webobjekte={};
if(typeof fotostore.webobjekte.master == "undefined") fotostore.webobjekte.master={};
fotostore.webobjekte.master_class = function() {};
Object.extend(fotostore.webobjekte.master_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	setDetailImagesAsynce: function(sBildID) {
		return this.invoke("setDetailImagesAsynce", {"sBildID":sBildID}, this.setDetailImagesAsynce.getArguments().slice(1));
	},
	InsertCart: function() {
		return this.invoke("InsertCart", {}, this.InsertCart.getArguments().slice(0));
	},
	InsertCartByID: function(sBildID) {
		return this.invoke("InsertCartByID", {"sBildID":sBildID}, this.InsertCartByID.getArguments().slice(1));
	},
	InsertLightbox: function() {
		return this.invoke("InsertLightbox", {}, this.InsertLightbox.getArguments().slice(0));
	},
	InsertLightboxByID: function(sBildID) {
		return this.invoke("InsertLightboxByID", {"sBildID":sBildID}, this.InsertLightboxByID.getArguments().slice(1));
	},
	url: '/ajaxpro/fotostore.webobjekte.master,fotostore.ashx'
}));
fotostore.webobjekte.master = new fotostore.webobjekte.master_class();

