function sprawdzaczka_newslleter()
{

  //if (document.getElementById('imie').value == '') { alert('Podaj imię.'); return false;}
  if (document.getElementById('adres').value == '') { alert('Podaj adres e-mail.'); return false;}

  //if (document.getElementById('imie').value == 'twoje imię') { alert('Podaj imię.'); return false;}
  if (document.getElementById('adres').value == 'twój e-mail') { alert('Podaj adres e-mail.'); return false;}
  
 return true;

}


function pop(plik,w,h)
{
okno = null;
if(window.screen)
{
aw = screen.availWidth;
ah = screen.availHeight;
}
else
{
aw=640;
ah=480;
}
dane="width="+w+",height="+h+",left="
+(aw-w)/2+",top="
+(ah-h)/2
+",toolbar=no,location=no,directories=no,"
+"status=no,menubar=no,"
+"scrollbars=yes,resizable=no";
okno=window.open(plik,'pop',dane);
}

function zmien_czcionke1()
{
  obj4=document.getElementById('artykul4');   obj4.style.fontSize='11';
  obj=document.getElementById('artykul');   obj.style.fontSize='11';

}
function zmien_czcionke2()
{
  obj4=document.getElementById('artykul4');   obj4.style.fontSize='14';
  obj=document.getElementById('artykul');   obj.style.fontSize='14';

}

function zmien_czcionke3()
{
  obj4 = document.getElementById('artykul4');
  obj4.style.fontSize='16';
  
  obj=document.getElementById('artykul');
  obj.style.fontSize='16';

}


function checksearch(defaultValue, obj)

{

    if (obj.value == defaultValue) {obj.value = '';}

}



function insertsearch(defaultValue, obj)

{

    if (obj.value == "") {obj.value = defaultValue;}

}

