// JavaScript Document
function kosik(session) {
  a=window.open("kosik.php?PHPSESSID="+session+"","okno","toolbar=no, width=550, height=450, resizable=yes, scrollbars=yes");
  
}
function okno2(subor) {
  window.open(""+subor+"","","toolbar=no, width=500, height=400");
}
function okno(subor) {
  window.open(""+subor+"","window","width=500, height=610, scrollbars=yes, resizeable=yes");
}

function detail_obj(subor) {
  window.open(""+subor+"","detail","width=770, height=550, scrollbars=yes, resizeable=yes");
}

function picbig(cesta) {
      
      obr=window.open("","okno2","toolbar=no, width=500, height=500, resizeable=yes");
      
     with (obr.document)
    {
   //open();
    writeln("<html><title>Obrázok</title><body leftmargin=0 topmargin=0 style = 'text-align:center'><img src="+cesta+"></body></html>");
    
   // close();
    obr.document.focus();
    
    }
}