MasterPage_class = function() {};
Object.extend(MasterPage_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	cargarIdioma: function(codigoIdioma, idIdioma) {
		return this.invoke("cargarIdioma", {"codigoIdioma":codigoIdioma, "idIdioma":idIdioma}, this.cargarIdioma.getArguments().slice(2));
	},
	url: '/ajaxpro/MasterPage,App_Web_l2khnnej.ashx'
}));
MasterPage = new MasterPage_class();


