function GoToAddToListPage(sEntitySource, sProductId, nCategoryId) { window.location = 'http://www.shoppydoo.it/edituserlist.aspx' + '?urlfrom=' + escape(window.location.href) + '&mact=Add' + '&let=' + sEntitySource + '&productid=' + sProductId + '&categoryid=' + nCategoryId; } function GoToCopyToListPage(sEntitySource, nEntityId, nListId, sUsername, sProviderFromSource, categoryId) { window.location = 'http://www.shoppydoo.it/edituserlist.aspx' + '?urlfrom=' + escape(window.location.href) + '&mact=Add' + '&let=' + sEntitySource + '&entityid=' + nEntityId + '&listid=' + nListId + '&user=' + sUsername + '&letcp=' + sProviderFromSource + '&categoryid=' + categoryId; }