// JavaScript Document

function full_photo(id, width, height)
  {
    newindow = window.open("","","width="+width+"px, height="+height+"px, left=40, top=40, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");
 
    with (newindow)
    {
      document.write("<html>\n<head>\n");
      document.write("<title>Fotogalerie</title>\n");
      document.write("</head>\n<body>\n");
      document.write("<a href=\"javascript: window.close();\"><img src="+id+" style=\"position: absolute; top: 0; left: 0; border: 0;\" alt=\"Fotogalerie\" /></a>");
      document.write("</body>\n</html>");
    }
 
  }
 function full_photo_erasmus(id)
  {
    newindow = window.open("","","width=366px, height=501px, left=0, top=0, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");  

    with (newindow.document)
    {
      write("<html>\n<head>\n");
      write("<title>Foto</title>\n");
      write("</head>\n<body>\n");
      write("<img src=images/newsletter/2006-11/erasmus/fotky/"+id+".jpg alt=\"Fotografie - Projekt Erasmus\" />");
      write("</body>\n</html>");
    }

  }

  function full_photo_gaudeamus_horizontal(id)
  {
    newindow = window.open("","","width=501px, height=501px, left=0, top=0, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");  

    with (newindow.document)
    {
      write("<html>\n<head>\n");
      write("<title>Foto</title>\n");
      write("</head>\n<body>\n");
      write("<img src=images/newsletter/2006-11/gaudeamus/fotky/"+id+".jpg alt=\"Fotografie - Gaudeamus\" />");
      write("</body>\n</html>");
    }

  }
  
  function full_photo_gaudeamus_vertical(id)
  {
    newindow = window.open("","","width=366px, height=501px, left=0, top=0, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");  

    with (newindow.document)
    {
      write("<html>\n<head>\n");
      write("<title>Foto</title>\n");
      write("</head>\n<body>\n");
      write("<img src=images/newsletter/2006-11/gaudeamus/fotky/"+id+".jpg alt=\"Fotografie - Gaudeamus\" />");
      write("</body>\n</html>");
    }

  }
  
  function full_photo_zero_horizontal(id)
  {
    newindow = window.open("","","width=501px, height=366px, left=0, top=0, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");  

    with (newindow.document)
    {
      write("<html>\n<head>\n");
      write("<title>Foto</title>\n");
      write("</head>\n<body>\n");
      write("<img src=images/newsletter/2006-11/gaudeamus/fotky/"+id+".jpg alt=\"Fotografie - Nultę tęden\" />");
      write("</body>\n</html>");
    }

  }
  
  function full_photo_zero_vertical(id)
  {
    newindow = window.open("","","width=366px, height=501px, left=0, top=0, toolbar=no, location=no, directories=no, status=no, menubar=no, scrollbars=no, resizable=no, copyhistory=no");  

    with (newindow.document)
    {
      write("<html>\n<head>\n");
      write("<title>Foto</title>\n");
      write("</head>\n<body>\n");
      write("<img src=images/newsletter/2006-11/gaudeamus/fotky/"+id+".jpg alt=\"Fotografie - Nultę tęden\" />");
      write("</body>\n</html>");
    }

  }
  