function popup(url, szerokosc, wysokosc)
{
new_window = window.open("","popup","width=" + szerokosc + ",height=" + wysokosc+"");
new_window.focus();
// na gore
new_window.document.open();
// co w oknie
new_window.document.write("<html>")
new_window.document.write("<head>")
new_window.document.write("<meta http-equiv=\"content-type\" content=\"text/html;charset=ISO-8859-2\">");
new_window.document.write("<title>Działki nad jeziorem na Mazurach</title>");
new_window.document.write("</head>")
new_window.document.write("<body bgcolor=\"#8BA0A9\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
new_window.document.write("<table width=\"100%\" border=\"0\"cellpadding=\"0\" cellspacing=\"0\" height=\"100%\">");
new_window.document.write("<tr>");
// dla jpg
new_window.document.write("<td valign=\"middle\" align=\"center\"><img src="+ url);
//
new_window.document.write(" </td>");
new_window.document.write("</tr>");
new_window.document.write("</table>");
new_window.document.write("</body></html>");
// ---
new_window.document.close();  
}
//_________________
function popup_pion(url)
{
szerokosc = 400
wysokosc = 550
new_window = window.open("","popup","width=" + szerokosc + ",height=" + wysokosc+"");
new_window.focus();
// na gore
new_window.document.open();
// co w oknie
new_window.document.write("<html>")
new_window.document.write("<head>")
new_window.document.write("<meta http-equiv=\"content-type\" content=\"text/html;charset=ISO-8859-2\">");
new_window.document.write("<title>Działki nad jeziorem na Mazurach</title>");
new_window.document.write("</head>")
new_window.document.write("<body bgcolor=\"#8BA0A9\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
new_window.document.write("<table width=\"100%\" border=\"0\"cellpadding=\"0\" cellspacing=\"0\" height=\"100%\">");
new_window.document.write("<tr>");
// dla jpg
new_window.document.write("<td valign=\"middle\" align=\"center\"><img src="+ url);
//
new_window.document.write(" </td>");
new_window.document.write("</tr>");
new_window.document.write("</table>");
new_window.document.write("</body></html>");
// ---
new_window.document.close();  
}
//_________________
function popup_poziom(url)
{
szerokosc = 600
wysokosc = 450
new_window = window.open("","popup","width=" + szerokosc + ",height=" + wysokosc+"");
new_window.focus();
// na gore
new_window.document.open();
// co w oknie
new_window.document.write("<html>")
new_window.document.write("<head>")
new_window.document.write("<meta http-equiv=\"content-type\" content=\"text/html;charset=ISO-8859-2\">");
new_window.document.write("<title>Działki nad jeziorem na Mazurach</title>");
new_window.document.write("</head>")
new_window.document.write("<body bgcolor=\"#8BA0A9\" leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" topmargin=\"0\">");
new_window.document.write("<table width=\"100%\" border=\"0\"cellpadding=\"0\" cellspacing=\"0\" height=\"100%\">");
new_window.document.write("<tr>");
// dla jpg
new_window.document.write("<td valign=\"middle\" align=\"center\"><img src="+ url);
//
new_window.document.write(" </td>");
new_window.document.write("</tr>");
new_window.document.write("</table>");
new_window.document.write("</body></html>");
// ---
new_window.document.close();  
}
