if(typeof OpenBio == "undefined") OpenBio={};
if(typeof OpenBio.Web == "undefined") OpenBio.Web={};
if(typeof OpenBio.Web.Help == "undefined") OpenBio.Web.Help={};
OpenBio.Web.Help_class = function() {};
Object.extend(OpenBio.Web.Help_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	ShowHelp: function(helpKey) {
		return this.invoke("ShowHelp", {"helpKey":helpKey}, this.ShowHelp.getArguments().slice(1));
	},
	url: '/ajaxpro/ASP.openbiostandard_master,App_Web_openbiostandard.master.cdcab7d2.wnbnm3gx.ashx'
}));
OpenBio.Web.Help = new OpenBio.Web.Help_class();

