if(typeof MixmediaCMS == "undefined") MixmediaCMS={};
if(typeof MixmediaCMS.CMS == "undefined") MixmediaCMS.CMS={};
if(typeof MixmediaCMS.CMS.Ajax == "undefined") MixmediaCMS.CMS.Ajax={};
MixmediaCMS.CMS.Ajax.Page_class = function() {};
Object.extend(MixmediaCMS.CMS.Ajax.Page_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getPage: function(PageID) {
		return this.invoke("getPage", {"PageID":PageID}, this.getPage.getArguments().slice(1));
	},
	getPagePropertyValue: function(PageID, PropName) {
		return this.invoke("getPagePropertyValue", {"PageID":PageID, "PropName":PropName}, this.getPagePropertyValue.getArguments().slice(2));
	},
	getPageExtraPropertyValue: function(PageID, ExtraPropName) {
		return this.invoke("getPageExtraPropertyValue", {"PageID":PageID, "ExtraPropName":ExtraPropName}, this.getPageExtraPropertyValue.getArguments().slice(2));
	},
	getImageNo: function(ParentPageID, ImageNo) {
		return this.invoke("getImageNo", {"ParentPageID":ParentPageID, "ImageNo":ImageNo}, this.getImageNo.getArguments().slice(2));
	},
	getImage: function(PageID) {
		return this.invoke("getImage", {"PageID":PageID}, this.getImage.getArguments().slice(1));
	},
	url: '/ajaxpro/MixmediaCMS.CMS.Ajax.Page,MixmediaCMS.ashx'
}));
MixmediaCMS.CMS.Ajax.Page = new MixmediaCMS.CMS.Ajax.Page_class();


