if(typeof tycothermal == "undefined") tycothermal={};
if(typeof tycothermal.TycoUserProfile == "undefined") tycothermal.TycoUserProfile={};
tycothermal.TycoUserProfile_class = function() {};
Object.extend(tycothermal.TycoUserProfile_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetDivisions: function(country_id) {
		return this.invoke("GetDivisions", {"country_id":country_id}, this.GetDivisions.getArguments().slice(1));
	},
	GetMarkets: function(prodserv) {
		return this.invoke("GetMarkets", {"prodserv":prodserv}, this.GetMarkets.getArguments().slice(1));
	},
	url: '/ajaxpro/tycothermal.TycoUserProfile,tycothermal.ashx'
}));
tycothermal.TycoUserProfile = new tycothermal.TycoUserProfile_class();


