function exp_menu(id)
{
	if (!document.getElementById) { return; }
  var ob = document.getElementById(id);
	if (!ob) { return; }
	if (ob.style.display == 'block') { ob.style.display = 'none'; }
	else { ob.style.display = 'block'; }
}


function poop(adresik,wid,heig)
{

wid = wid+15;
heig = heig+25;

var tekst = '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html>'+'<head><meta http-equiv="content-type" content="text/html;  charset=utf-8">'+
'<meta name=description content="Zgromadzenie Sióstr Świętej Jadwigi Królowej Służebnic Chrystusa Obecnego, Jadwiżanki Wawelskie">'+
'<meta name=keywords content="Jadwiżanki, Wawelskie, Jadwiżanki Wawelskie, Zakon, Zgromadzenie, Sióstr, Świętej Jadwigi Królowej, Służebnice Chrystusa Obecnego, Liturgia, Duszpasterstwo Liturgiczne, Chrzest, Sakramenty, Wtajemniczenie,  Eucharystia, Chorał Gregoriański, Katechumenat, Bł. Michał Giedroyć, św. Augustyn, Chrześcijaństwo">'+
'<meta name=author content="Zgromadzenie Sióstr Świętej Jadwigi Królowej Służebnic Chrystusa Obecnego, Jadwiżanki Wawelskie">'+
'<link href="styles/styles.css" rel="stylesheet" type="text/css" media="screen">'+
'<script type="text/javascript" src="scripts/script.js" defer></script>'+
'<title>Jadwiżanki - Remont domu postulatu</title></head>'+
//'<body>'+
'<body style="padding: 0px;" onclick="window.close();">'+
'<img style="border: 0px; vertical-align: middle; margin: 0px; float: none; padding: 0px;" src='+
adresik+'></body>';
my_window=window.open('','','menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,fullscreen=no,channelmode=no,width='+wid+',height='+heig+',left=30,top=30');
my_window.document.write(tekst);
my_window.focus();

return false;
}









