function display(a)
    {
    var Win = window.open(a,'formularz','width=800,height=600,resizable=1,scrollbars=yes,menubar=no,status=yes');
    }

function open(ad)
    {
    var Win = document.open(ad);
    }	
function openSaleChannel(idSaleChannel)
{
window.open('https://direct.money.pl/o/salechannel.php?idSaleChannel='+idSaleChannel+'&idDistributor=200','formularz','width=800,height=750,resizable=1,scrollbars=yes,menubar=no,status=yes');
} 
	  