if(typeof CoManager == "undefined") CoManager={};
if(typeof CoManager.Co == "undefined") CoManager.Co={};
CoManager.Co_class = function() {};
Object.extend(CoManager.Co_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	InsertInfo: function(accuratename, partname, brandname, sprovince, address, email, contactname, contactnum, username, pwd) {
		return this.invoke("InsertInfo", {"accuratename":accuratename, "partname":partname, "brandname":brandname, "sprovince":sprovince, "address":address, "email":email, "contactname":contactname, "contactnum":contactnum, "username":username, "pwd":pwd}, this.InsertInfo.getArguments().slice(10));
	},
	GetCityOptions: function(fid) {
		return this.invoke("GetCityOptions", {"fid":fid}, this.GetCityOptions.getArguments().slice(1));
	},
	url: '/ajaxpro/CoManager.Co,CoManager.ashx'
}));
CoManager.Co = new CoManager.Co_class();


