

function popup(url,width,height){

if(!url)url='';
if(!width)width=100;
if(!height)height=100;


if (!document.all)pop = window.open(url, '_blank', 'toolbar=no,menubar=no,personalbar=no,innerWidth='+width+',innerHeight='+height+',scrollbars=no,resizable=no,top=100,left=200');
 else pop = window.open(url, '_blank', 'channelmode=no,directories=no,height='+height+',width='+width+',location=no,menubar=no,resizable=no,scrollbars=no,toolbar=no,top=100,left=200');


 pop.focus();
 }


function koszyk(a) {

oKoszyk=	document.getElementById('form_koszyk');
oKoszyk.action='?menu=koszyk&m='+a;
oKoszyk.submit();
return false;
}

