if(typeof PIA == "undefined") PIA={};
if(typeof PIA.portal == "undefined") PIA.portal={};
if(typeof PIA.portal.modules == "undefined") PIA.portal.modules={};
if(typeof PIA.portal.modules.shop == "undefined") PIA.portal.modules.shop={};
if(typeof PIA.portal.modules.shop.dropdown == "undefined") PIA.portal.modules.shop.dropdown={};
if(typeof PIA.portal.modules.shop.dropdown.item == "undefined") PIA.portal.modules.shop.dropdown.item={};
PIA.portal.modules.shop.dropdown.item_class = function() {};
Object.extend(PIA.portal.modules.shop.dropdown.item_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	GetItems: function(search, groupid, portalid, langid, packagesonly) {
		return this.invoke("GetItems", {"search":search, "groupid":groupid, "portalid":portalid, "langid":langid, "packagesonly":packagesonly}, this.GetItems.getArguments().slice(5));
	},
	url: '/ajaxpro/PIA.portal.modules.shop.dropdown.item,PIA2.ashx'
}));
PIA.portal.modules.shop.dropdown.item = new PIA.portal.modules.shop.dropdown.item_class();

