﻿function ShowBigPicture(picture_addres)
{
	//if (ie)
	{


		NewWindow=window.open('', '','width='+740+',height='+555+',toolbar=no,directories=no,menubar=no,locations=no,status=no,scrollbars=yes,resizable=yes,fullscreen=no');
		NewWindow.document.open();

		NewWindow.document.writeln("<html>\n<head>\n</head>");
		NewWindow.document.writeln("<body leftmargin=0 topmargin=0 style=\"font-family:Arial, Helvetica, sans-serif; font-size:11pt; background-color:#ffffff\">");
		NewWindow.document.writeln("<title>Dominicator</title>");
		NewWindow.document.writeln("<table width=100% height=100% style=\"font-family:Arial, Helvetica, sans-serif; font-size:11pt; background-color:#ffffff\">");
		NewWindow.document.writeln("<tr><td valign=center align=center>\n<a href=\"javascript:window.close();\"><img src=\"http://republika.pl/domini"+picture_addres+"\" width=\"700\" border=0></a></td></tr>");
		NewWindow.document.writeln("</table>");
		NewWindow.document.writeln("</body>\n</HTML>\n");
		NewWindow.document.close(); 
		NewWindow.focus(); 		
	} 
	return;
}				

function ShowBigPicture_v(picture_addres)
{
	//if (ie)
	{
		NewWindow=window.open('', '','width='+555+',height='+740+',toolbar=no,directories=no,menubar=no,locations=no,status=no,scrollbars=yes,resizable=yes,fullscreen=no');
		NewWindow.document.open();

		NewWindow.document.writeln("<html>\n<head>\n</head>");
		NewWindow.document.writeln("<body leftmargin=0 topmargin=0 style=\"font-family:Arial, Helvetica, sans-serif; font-size:11pt; background-color:#ffffff\">");
		NewWindow.document.writeln("<title>Dominicator</title>");
		NewWindow.document.writeln("<table width=100% height=100% style=\"font-family:Arial, Helvetica, sans-serif; font-size:11pt; background-color:#ffffff\">");
		NewWindow.document.writeln("<tr><td valign=center align=center>\n<a href=\"javascript:window.close();\"><img src=\"http://republika.pl/domini"+picture_addres+"\" height=\"700\" border=0></a></td></tr>");
		NewWindow.document.writeln("</table>");
		NewWindow.document.writeln("</body>\n</HTML>\n");
		NewWindow.document.close(); 
		NewWindow.focus(); 		
	} 
	return;
}				

