var left=10;
var dx=350;


function okno(href,opcja){

    if(document.cookie.length>0){
    okx=document.cookie.split("=")[1];
    okx++;
        }else{ document.cookie="okno=1;path=/;";}
    
    var nazwa="okno"+okx;
    document.cookie="okno="+okx+";path=/;";
    left1=left+dx*(okx%4);
    if(href==""){}
    else{
         if(opcja==1)window.open(href,nazwa,'location=0,width=800,height=490,left='+left1+',top=50,scrollbars=1,resizable=1');
         if(opcja==2)window.open(href,nazwa,'location=0,width=800,height=640,left='+left1+',top=50,scrollbars=1,resizable=1');
        }//else
};

function okno_hd(href){
window.open(href,'hd','location=0,width=500,height=635,left=10,top=20,scrollbars=1,resizable=1');
};

