function switchIM(src)
{   
 	 Kod="<img src=\"";
 	 Kod+=src;
 	 Kod+="\" border=\"0\"  class=\"box1\" >";
 	 document.getElementById("MYIMG").innerHTML=Kod;	
}
function ValidateForm()
{
var t = document.formularz;
  if (t.chkbx.checked==true){
	  return true;
	  }
  else{
    alert('Jeśli chcesz otrzymywać newsletter musz zaakceptować regulamin!');
	return false;
  }
}