if(typeof com == "undefined") com={};
if(typeof com.vietaz == "undefined") com.vietaz={};
if(typeof com.vietaz.b2b == "undefined") com.vietaz.b2b={};
if(typeof com.vietaz.b2b.web == "undefined") com.vietaz.b2b.web={};
if(typeof com.vietaz.b2b.web.util == "undefined") com.vietaz.b2b.web.util={};
com.vietaz.b2b.web.util.Util_class = function() {};
Object.extend(com.vietaz.b2b.web.util.Util_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetCountries: function() {
		return this.invoke("GetCountries", {}, this.GetCountries.getArguments().slice(0));
	},
	GetBTypes: function() {
		return this.invoke("GetBTypes", {}, this.GetBTypes.getArguments().slice(0));
	},
	GetCurrency: function(sid) {
		return this.invoke("GetCurrency", {"sid":sid}, this.GetCurrency.getArguments().slice(1));
	},
	GetJobTitles: function(sid) {
		return this.invoke("GetJobTitles", {"sid":sid}, this.GetJobTitles.getArguments().slice(1));
	},
	checkCatInCompany: function(comid, cat) {
		return this.invoke("checkCatInCompany", {"comid":comid, "cat":cat}, this.checkCatInCompany.getArguments().slice(2));
	},
	checkCatInCompany_service: function(comid, cat) {
		return this.invoke("checkCatInCompany_service", {"comid":comid, "cat":cat}, this.checkCatInCompany_service.getArguments().slice(2));
	},
	url: '/ajaxpro/com.vietaz.b2b.web.util.Util,App_Code.ashx'
}));
com.vietaz.b2b.web.util.Util = new com.vietaz.b2b.web.util.Util_class();


