if(typeof OmegaWebsite == "undefined") OmegaWebsite={};
if(typeof OmegaWebsite.ucQuickLinks == "undefined") OmegaWebsite.ucQuickLinks={};
OmegaWebsite.ucQuickLinks_class = function() {};
Object.extend(OmegaWebsite.ucQuickLinks_class.prototype, Object.extend(new AjaxPro.AjaxClass(), {
	DoDownloadStep2: function(productId, productGuid, productName, isUpgrade, sessionId, customerId) {
		return this.invoke("DoDownloadStep2", {"productId":productId, "productGuid":productGuid, "productName":productName, "isUpgrade":isUpgrade, "sessionId":sessionId, "customerId":customerId}, this.DoDownloadStep2.getArguments().slice(6));
	},
	url: '/ajaxpro/OmegaWebsite.ucQuickLinks,OmegaWebsite.ashx'
}));
OmegaWebsite.ucQuickLinks = new OmegaWebsite.ucQuickLinks_class();

