if(typeof AjaxAppl == "undefined") AjaxAppl={};
AjaxAppl._Default_class = function() {};
Object.extend(AjaxAppl._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	vbGetCategorias: function() {
		return this.invoke("vbGetCategorias", {}, this.vbGetCategorias.getArguments().slice(0));
	},
	vbOpenPage: function(idPagina) {
		return this.invoke("vbOpenPage", {"idPagina":idPagina}, this.vbOpenPage.getArguments().slice(1));
	},
	vbOpenProduct: function(idProducto, recicladas) {
		return this.invoke("vbOpenProduct", {"idProducto":idProducto, "recicladas":recicladas}, this.vbOpenProduct.getArguments().slice(2));
	},
	vbSendMail: function(nom, ape, emp, car, ema, fon, fax, obs) {
		return this.invoke("vbSendMail", {"nom":nom, "ape":ape, "emp":emp, "car":car, "ema":ema, "fon":fon, "fax":fax, "obs":obs}, this.vbSendMail.getArguments().slice(8));
	},
	getInicio: function(pagina) {
		return this.invoke("getInicio", {"pagina":pagina}, this.getInicio.getArguments().slice(1));
	},
	url: '/ajaxpro/AjaxAppl._Default,web_deploy.ashx'
}));
AjaxAppl._Default = new AjaxAppl._Default_class();


