if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.HLP == "undefined") Webscene.UI.HLP={};
Webscene.UI.HLP_class = function() {};
Object.extend(Webscene.UI.HLP_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	HLPGet: function() {
		return this.invoke("HLPGet", {}, this.HLPGet.getArguments().slice(0));
	},
	url: '/ajaxpro/Webscene.UI.HLP,Webscene.UI.ashx'
}));
Webscene.UI.HLP = new Webscene.UI.HLP_class();

