function czysc_subs()
{
 if (document.subs.adres.value == "..newsletter..")
  document.subs.adres.value = "";
}
function uzup_subs()
{
 if (document.subs.adres.value == "")
  document.subs.adres.value = "..newsletter..";
}

function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}

function showpix(url) 
	{
		nazwa='zoom'
		scrolle='no';
		menu='no';
		status='no';
		tool='no';
		resize='yes';
		x=10
		y=10
		szerokosc=20
		wysokosc=20
		popup= window.open('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 moveover(txt) {
   window.status = txt;

}
