if(typeof BHF == "undefined") BHF={};
if(typeof BHF.Show == "undefined") BHF.Show={};
if(typeof BHF.Show._Default_class == "undefined") BHF.Show._Default_class={};
BHF.Show._Default_class = function() {};
Object.extend(BHF.Show._Default_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	getsid: function(sname) {
		return this.invoke("getsid", {"sname":sname}, this.getsid.getArguments().slice(1));
	},
	url: '/ajaxpro/BHF.Show._Default,BHF.Show.ashx'
}));
BHF.Show._Default = new BHF.Show._Default_class();


