function show(pic, x, y)
		{
			mw = window.open("","Foto","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,left=30,top=30,width="+x+",height="+y);
			str = '<title>Bratislavacity.sk</title><body background="'+pic+'"><div style="position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:1000;"><a href="#" onClick="self.close();"><img src="/img/trans.gif" width="'+x+'" height="'+y+'" border="0" alt="Zavri okno | Close this window"></a></div></body>';
			mw.document.writeln(str);
		}
