function drukuj(numerID)
{
	okno1=window.open("druk.php?dx=" + numerID,"drukuj","WIDTH=550 HEIGHT=500")
}

function powieksz(numerID,foto_width,foto_height)
{
	// var width=510;
	// var height=510;
	// var top=screen.availHeight/2 - height/2; // center
	// var left=screen.availWidth/2 - width/2; // center
	okno2=window.open("picture.php?dx=" + numerID,"stalowka","width=" + foto_width + " height=" + foto_height)
}

function addbookmark()
{
	if (document.all)
	window.external.AddFavorite("http://www.stalowka.net/", "Portal miasta Stalowa Wola - Stalowka.NET")
}