function rek () 
{
	rekl = document.getElementById('reklama');
	
	rekl.onmouseover = function() {
  this.style.cursor = 'pointer';
  };

	rekl.onmouseout = function(){
  this.style.cursor = 'default'; };
} 

function fragx ()
{
	frg = document.getElementById('fragm');
	
	frg.onmouseover = function() {
  this.style.cursor = 'pointer';
  };

	frg.onmouseout = function(){
  this.style.cursor = 'default'; };
}

function frag()
{
	document.forms['boxForm553'].elements['form_email'].focus();
	boxForm553.form_email.focus();
	testy_angielski_fragmenty.focus();

}

function zam() 
{
	document.forms['boxForm553'].elements['form_firstname'].focus();
	boxForm553.form_firstname.focus();
	testy_angielski.focus();
}

function ustaw (platnosc)
{
	if (platnosc == 1) {
		document.forms['boxForm553'].elements['wartosc'].value = ' 24,90 zł '; }
	else {
		document.forms['boxForm553'].elements['wartosc'].value = ' 34,90 zł '; }
}
