

function popup_image( src, w, h )
{
    if (typeof(edico_image_popup) != "undefined") edico_image_popup.close();
    wdth = w;
    hght = h;
    lft  = screen.width/2 - wdth/2;
    tp   = screen.height/2 - hght/2;
    edico_image_popup = window.open('','edico_image_popup','width='+wdth+', height='+hght+', left='+lft+', top='+tp+'');
	
	edico_image_popup.document.open();
    edico_image_popup.document.clear();
    edico_image_popup.document.write(
        "<html><head><title>Powiększenie</title>\n"
        +"<base href=\"http://www.pupkazimierzawielka.pl/\" />\n"
        +"</head><BODY bgcolor=#000000>\n"
        +"<div class=bgfoto id='wait' style='position:absolute; left:" + (w-120)/2 + "px; top:" + h/2 + "px; width:" + w + "; height=" + h + "; z-index:1'><font size='2' font color='#3C436C' face='sans-serif'><b><br> OTWIERANIE</b> </font></div>\n"
        +"<div id='img' style='position:absolute; left:0; top:0; width:300; height:200px; z-index:2'><a href='javascript:window.close()'><img src="+ src +" width=" + w + " height=" + h + "  alt=' Zamknij ' border=0></a></div>\n"
        +"</body></html>"
    );
    edico_image_popup.document.close();
    edico_image_popup.focus();
}


//global parameters
window.name = 'main_window';

document.write("<SCRIPT src='edc_admin/menu_links.js'></SCRIPT>");
document.write("<SCRIPT src='edc_admin/coolmenu.js'></SCRIPT>");

