function showpix(nazwa, url) 
	{
		scrolle='no';
		menu='no';
		status='no';
		tool='no';
		resize='yes';
		x=10
		y=10
		szerokosc=20
		wysokosc=20
		popup= window.open('/modules/popup_image.php?img='+url+'&n='+nazwa+'', "nazwa", 'width='+szerokosc+',height='+wysokosc+', left='+x+', top='+y+',resizable='+resize+',toolbar='+tool+',scrollbars='+scrolle+',menubar='+menu+',status='+status+'','channelmode=0');
	}
function PopWin(url, width, height, left, top) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',resizable=0,scrollbars=yes,menubar=no' );
}
