
  function ShowImage(link, title, width, height)  //Fce otevira fotografii v novem okne
  {
    myWindow = window.open('', '', 'toolbar="no",scrollbars=no,resizable=no,height=' + height + ',width=' + width + '')
    myWindow.document.write('<HTML><HEAD><TITLE>LAKI :: '+title+'</TITLE></HEAD><BODY OnClick="window.self.close()" LEFTMARGIN="0" TOPMARGIN="0" MARGINWIDTH="0" MARGINHEIGHT="0">')
    myWindow.document.write('<IMG ALT="Kliknutím zavøete okno" SRC="'+link+'" WIDTH="'+width.toString()+'" HEIGHT="'+height.toString()+'"><BR>')
    myWindow.document.write('</BODY></HTML>')
  }

/*  function radio(cislo)
  {
    if (cislo=='osobne')
    {
      document.selected=1; //Nastaveni priznaku
      document.form_step2.dobirka.disabled=1;
      table_dobirka.style.color='#808080'; 
      document.form_step2.dobirka.checked=0;
      document.form_step2.hotove.disabled=0;
      table_hotove.style.color='#000000'; 
    }
    else if (cislo=='ppl')
    {
      document.selected=1; //Nastaveni priznaku
      document.form_step2.hotove.disabled=1;
      table_hotove.style.color='#808080'; 
      document.form_step2.hotove.checked=0;
      document.form_step2.dobirka.disabled=0;
      table_dobirka.style.color='#000000'; 
    }
    else if (cislo=='hotove') 
    {
      document.selected=1; //Nastaveni priznaku
    }
    else if (cislo=='dobirka') 
    {
      document.selected=1; //Nastaveni priznaku
    }
    else if (cislo=='prevod') 
    {
      document.selected=1; //Nastaveni priznaku
    }
    else if (cislo=='faktura') 
    {
      document.selected=1; //Nastaveni priznaku
    }
  }  

*/
