if(typeof mtxmagazinelist == "undefined") mtxmagazinelist={};
mtxmagazinelist_class = function() {};
Object.extend(mtxmagazinelist_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetMediaList: function() {
		return this.invoke("GetMediaList", {}, this.GetMediaList.getArguments().slice(0));
	},
	GetMagazineList: function() {
		return this.invoke("GetMagazineList", {}, this.GetMagazineList.getArguments().slice(0));
	},
	GetIssueNumberList: function(magazineID, year) {
		return this.invoke("GetIssueNumberList", {"magazineID":magazineID, "year":year}, this.GetIssueNumberList.getArguments().slice(2));
	},
	GetMediaListByFChar: function(fchar) {
		return this.invoke("GetMediaListByFChar", {"fchar":fchar}, this.GetMediaListByFChar.getArguments().slice(1));
	},
	url: '/MEDIA/ajaxpro/media.mtx,media.ashx'
}));
mtxmagazinelist = new mtxmagazinelist_class();

