if(typeof ibi == "undefined") ibi={};
if(typeof ibi.routemapper == "undefined") ibi.routemapper={};
if(typeof ibi.routemapper.interactive == "undefined") ibi.routemapper.interactive={};
if(typeof ibi.routemapper.interactive.ajaxnet == "undefined") ibi.routemapper.interactive.ajaxnet={};
ibi.routemapper.interactive.ajaxnet.AjaxImageListObtainer_class = function() {};
Object.extend(ibi.routemapper.interactive.ajaxnet.AjaxImageListObtainer_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getSlideList: function(seq, offset, count) {
		return this.invoke("getSlideList", {"seq":seq, "offset":offset, "count":count}, this.getSlideList.getArguments().slice(3));
	},
	getRankKmM: function(seq, km, m) {
		return this.invoke("getRankKmM", {"seq":seq, "km":km, "m":m}, this.getRankKmM.getArguments().slice(3));
	},
	getRankSection: function(seq, secid) {
		return this.invoke("getRankSection", {"seq":seq, "secid":secid}, this.getRankSection.getArguments().slice(2));
	},
	getRankPOI: function(seq, poiid) {
		return this.invoke("getRankPOI", {"seq":seq, "poiid":poiid}, this.getRankPOI.getArguments().slice(2));
	},
	getCameras: function(seq) {
		return this.invoke("getCameras", {"seq":seq}, this.getCameras.getArguments().slice(1));
	},
	url: '/rmi/ajaxpro/ibi.routemapper.interactive.ajaxnet.AjaxImageListObtainer,RMInteractiveLibrary.ashx'
}));
ibi.routemapper.interactive.ajaxnet.AjaxImageListObtainer = new ibi.routemapper.interactive.ajaxnet.AjaxImageListObtainer_class();

