
// podmiana i podgl¹d zdjêæ

function PopupPic(sSrvURL, sPicURL, sPicTitle) {
	var win=window.open(sSrvURL+"show_img.php?imgPath="+sPicURL+"&imgTitle="+sPicTitle, "Podglad", "resizable=1,height=200,width=200");
	win.focus();
}


