addNamespace("Viking.Templates.Documents.ProductOverview");
Viking.Templates.Documents.ProductOverview.Full_class = Class.create();
Viking.Templates.Documents.ProductOverview.Full_class.prototype = (new AjaxPro.Request()).extend({
	ToggleActive: function(ProductId, callback) {
		return this.invoke("ToggleActive", {"ProductId":ProductId}, callback);
	},
	initialize: function() {
		this.url = "/ajaxpro/Viking.Templates.Documents.ProductOverview.Full,Viking.ashx";
	}
})
Viking.Templates.Documents.ProductOverview.Full = new Viking.Templates.Documents.ProductOverview.Full_class();

