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['645'].elements['form_email'].focus();
	boxForm645.form_email.focus();
	testy_angielski_fragmenty.focus();

}

function zam() 
{
	document.forms['boxForm644'].elements['form_firstname'].focus();
	boxForm644.form_firstname.focus();
	testy_angielski.focus();
}

function ustaw (platnosc)
{
	if (platnosc == 1) {
		document.forms['boxForm644'].elements['field[146]'].value = ' 26,00 zł '; }
	else {
		document.forms['boxForm644'].elements['field[146]'].value = ' 36,00 zł '; }
}
