<!--
function realz(klucz, width, height) {
        var win = window.open('./index/realizacja/foto.php?real='+klucz+' ',"okno",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=100,top=200' );
		win.close();
        var win = window.open('./index/realizacja/foto.php?real='+klucz+' ',"okno",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=100,top=200' );
}

function aktua(klucz, width, height) {
        var win = window.open('./index/aktualnosc/foto.php?akt='+klucz+' ',"okno",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=100,top=200' );
		win.close();
        var win = window.open('./index/aktualnosc/foto.php?akt='+klucz+' ',"okno",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=100,top=200' );
}

function list(klucz, width, height) {
        var lis = window.open('./index/realizacja/list.php?real='+klucz+' ',"okno",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=100,top=100' );
		lis.close();
        var lis = window.open('./index/realizacja/list.php?real='+klucz+' ',"okno",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,left=100,top=100' );
}

function prod_kolek(producent, kolekcja, produkt) {
        var kol = window.open('./index/producent/okno.php?s='+producent+'&r='+kolekcja+'&prod='+produkt+' ',"okno",'width=300, height=300 ,resizable=0,scrollbars=no,menubar=no,left=70,top=250' );
		kol.close();
        var kol = window.open('./index/producent/okno.php?s='+producent+'&r='+kolekcja+'&prod='+produkt+' ',"okno",'width=300, height=300 ,resizable=0,scrollbars=no,menubar=no,left=70,top=250' );
}

//-->

