if(typeof global_hr_strategies_and_skills == "undefined") global_hr_strategies_and_skills={};
global_hr_strategies_and_skills_class = function() {};
Object.extend(global_hr_strategies_and_skills_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	SendMailMessage: function(MailTo, MailFrom, Subject, Message) {
		return this.invoke("SendMailMessage", {"MailTo":MailTo, "MailFrom":MailFrom, "Subject":Subject, "Message":Message}, this.SendMailMessage.getArguments().slice(4));
	},
	GetNewsDetail: function(CategoryID) {
		return this.invoke("GetNewsDetail", {"CategoryID":CategoryID}, this.GetNewsDetail.getArguments().slice(1));
	},
	Brochure: function() {
		return this.invoke("Brochure", {}, this.Brochure.getArguments().slice(0));
	},
	ApplyJobs: function(CandidateID, JobID) {
		return this.invoke("ApplyJobs", {"CandidateID":CandidateID, "JobID":JobID}, this.ApplyJobs.getArguments().slice(2));
	},
	MoreTopJobDetail: function(Job_ID, Cond) {
		return this.invoke("MoreTopJobDetail", {"Job_ID":Job_ID, "Cond":Cond}, this.MoreTopJobDetail.getArguments().slice(2));
	},
	Mail: function() {
		return this.invoke("Mail", {}, this.Mail.getArguments().slice(0));
	},
	url: '/ajaxpro/global_hr_strategies_and_skills,App_Web_zogpeiru.ashx'
}));
global_hr_strategies_and_skills = new global_hr_strategies_and_skills_class();

