if(typeof Webscene == "undefined") Webscene={};
if(typeof Webscene.UI == "undefined") Webscene.UI={};
if(typeof Webscene.UI.IB == "undefined") Webscene.UI.IB={};
Webscene.UI.IB_class = function() {};
Object.extend(Webscene.UI.IB_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetInfoBoxTitleRating: function(clientId, sessionId, contentId, nodeId) {
		return this.invoke("GetInfoBoxTitleRating", {"clientId":clientId, "sessionId":sessionId, "contentId":contentId, "nodeId":nodeId}, this.GetInfoBoxTitleRating.getArguments().slice(4));
	},
	GetInfoBox: function(clientId, sessionId, contentId, nodeId, directLinkMode, tagClickType, showTags, showLinkToGoogleMaps, showNodeLink, infoBoxType, showShareIcons) {
		return this.invoke("GetInfoBox", {"clientId":clientId, "sessionId":sessionId, "contentId":contentId, "nodeId":nodeId, "directLinkMode":directLinkMode, "tagClickType":tagClickType, "showTags":showTags, "showLinkToGoogleMaps":showLinkToGoogleMaps, "showNodeLink":showNodeLink, "infoBoxType":infoBoxType, "showShareIcons":showShareIcons}, this.GetInfoBox.getArguments().slice(11));
	},
	url: '/ajaxpro/Webscene.UI.IB,Webscene.UI.ashx'
}));
Webscene.UI.IB = new Webscene.UI.IB_class();

