function picmax(picurl,pictitle) 
{
var picborder=0
var picbordercolor='#000000'
var picBGcolor='#000000'
var picBGIMG=' '
stadion=window.open('','','fullscreen=1')
stadion.document.write('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">')
stadion.document.write('<HTML><HEAD>')
stadion.document.write('<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-2">');
stadion.document.write('<META HTTP-EQUIV="reply-to" CONTENT="l.rutkowski@siedlce.net.pl">');
stadion.document.write('<META NAME="Language" CONTENT="pl">');
stadion.document.write('<META NAME="Author" CONTENT="Rutkowski Łukasz">');
stadion.document.write('<TITLE>'+pictitle+'</TITLE>');
stadion.document.write('<LINK REL="stylesheet" HREF="include/picmax.css" TYPE="text/css">');
stadion.document.write('</HEAD>');
stadion.document.write('<BODY BGCOLOR="'+picBGcolor+'" BACKGROUND="'+picBGIMG+'">');
stadion.document.write('<TABLE CELLPADDING="0" CELLSPACING="0" WIDTH="100%" HEIGHT="100%" BORDER="0"><TR><TD VALIGN="CENTER" ALIGN="CENTER">');
stadion.document.write('<A HREF="javascript:window.close()"><IMG SRC="'+picurl+'-full.jpg" STYLE="BORDER: solid '+picborder+'px '+picbordercolor+'"></A>');
stadion.document.write('<BR><BR><P CLASS="pictitle">'+pictitle+'</P><A HREF="javascript:window.close()" STYLE="closewindow">[ zamknij okno ]</A></TD></TR></TABLE>');
stadion.document.write('</BODY></HTML>');
stadion.focus();
};

