function basket_downloadAsZip(type,size) {
	window.open('index.php?action=basket&basket-type=collect&basket-action=downloadzip&basket-downloadType=' + type + '&basket-downloadSize=' + size, 'LataaZIP', 'width=600,height=200,menubar=no,resizeable=no,status=no');
	return false;
}

