
function vokno()
{
  p_vokno=window.open("","okno1",
  "left=450,top=5,width=420,height=600,menubar=no,directories=no,"+
  "toolbar=no,location=no,status=no,scrollbars=no,resizable=no");

  with (p_vokno)
  {
    document.write("<html>\n<title>VELKÁ VÁNOČNÍ SOUTĚŽ</title><body bgcolor=\"#08124f\">\n");
    document.write("<img src=\"3_05bck/vokno/soutez.jpg\" width=\"420\" height=\"600\">");
    document.write("</body>\n</html>\n");
  }
}



