function chat(url){
window.open(url,'','height=525,width=470, titlebar=yes, scrollbars=no, resizable=no')
}

function FP_preloadImgs() {//v1.0
 var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
 for(var i=0; i<a.length; i++) { d.FP_imgs[i]=new Image; d.FP_imgs[i].src=a[i]; }
}

function FP_swapImg() {//v1.0
 var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
 n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
 elm.$src=elm.src; elm.src=args[n+1]; } }
}

function FP_getObjectByID(id,o) {//v1.0
 var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
 else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
 if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
 for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
 f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
 for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
 return null;
}

  function doSamochody() {
     if ( document.forms.samochody.grupa.value == "" ) {
      alert("Please fill all required(*) fields.");
      return false;

    }else if ( document.forms.samochody.nazwisko.value == "") {
      alert("We need your full name.");
      return false;
    }else if ( document.forms.samochody.telefon.value == "" ) {
      alert("Please enter your telefon number.");
      return false;

    }else if ( document.forms.samochody.email.value == "" ) {
      alert("Please enter your email.");
      return false;

    }else return true;
  }

	function check_cookies() {
		if (document.cookie.length>0)	return true;
		else alert("Korzystanie ze strony wymaga, wlaczonej opcji cookie!");
		return false;
	}
	
function zajetosc(url){
window.open(url,'','height=240,width=300, titlebar=yes, scrollbars=no, resizable=no')
}
function mapa(url){
window.open(url,'','height=650,width=570, scrollbars=yes,resizable=no')
}
function popup(url){
window.open(url,'','height=700,width=520,scrollbars=yes,resizable=no')
}
function fotka(url){
window.open(url,'','height=440,width=560, titlebar=yes, scrollbars=no, resizable=no')
}

