if(typeof technology_detail == "undefined") technology_detail={};
technology_detail_class = function() {};
Object.extend(technology_detail_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetPrevNext: function(id) {
		return this.invoke("GetPrevNext", {"id":id}, this.GetPrevNext.getArguments().slice(1));
	},
	GetProjects: function(id) {
		return this.invoke("GetProjects", {"id":id}, this.GetProjects.getArguments().slice(1));
	},
	url: '/ajaxpro/technology_detail,App_Web_9qpf0iwp.ashx'
}));
technology_detail = new technology_detail_class();


