addNamespace("tt_xx.product");
tt_xx.product.newproject_class = function() {};
Object.extend(tt_xx.product.newproject_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetXml: function(subject_no) {
		return this.invoke("GetXml", {"subject_no":subject_no}, this.GetXml.getArguments().slice(1));
	},
	GetXml2: function(subject_no, source_id) {
		return this.invoke("GetXml2", {"subject_no":subject_no, "source_id":source_id}, this.GetXml2.getArguments().slice(2));
	},
	GetXmlForTitle: function() {
		return this.invoke("GetXmlForTitle", {}, this.GetXmlForTitle.getArguments().slice(0));
	},
	url: '/ajaxpro/tt_xx.product.newproject,tt-xx.ashx'
}));
tt_xx.product.newproject = new tt_xx.product.newproject_class();

