var ie_com = false; // MSIE (nawet starszy) i OPERA
var ne6_com = false; // Mozilla, Firefox i Netscape z silnikiem Gecko
var ie_onl = false; //tylko MSIE, do przezroczystosci plikow png
var inna = true; //  mniej niz 1 procent pozostalych przegladarek
if (document.all) {ie_com=true; inna=false;}
if (window.navigator.product=="Gecko") {ne6_com=true; inna=false;}
if (window.navigator.appName=="Microsoft Internet Explorer") {ie_onl=true; inna=false;}

function migaj(i_mig) {
	if (i_mig==1) {
 	 document.getElementById("do_migania").style.color="black";	
 	 i_mig=0;
	} else {
	 document.getElementById("do_migania").style.color="#009000";
	 i_mig=1;	
	}
window.setTimeout("migaj("+i_mig+")",500);	
}


function kor_min() {
 	if (ie_onl) {document.all.item("glo").style.height=430;}; 
}

function preload() {
	tab_pre = new Array();
	tab_pre[0] = new Image;
	tab_pre[0].src = "obra/pod_men_1.png";
	tab_pre[1] = new Image;    
	tab_pre[1].src = "obra/pod_men_2.png"; 
	tab_pre[2] = new Image;    
	tab_pre[2].src = "obra/pod_men_3.png"; 
	tab_pre[3] = new Image;    
	tab_pre[3].src = "obra/pod_men_4.png"; 
	tab_pre[4] = new Image;    
	tab_pre[4].src = "obra/pod_men_5.png";
	tab_pre[5] = new Image;    
	tab_pre[5].src = "obra/pod_men_6.png";
	tab_pre[6] = new Image;    
	tab_pre[6].src = "obra/pod_men_7.png"; 	 	 	
}

function spr_send() {
	wypelniony=true;
	tekst="";
	if (document.getElementById('form_kont').adr_ema.value=="") { 
		wypelniony=false;
	 	tekst="Proszę wpisać swój adres e-mail\r\n";	
	}
	if (document.getElementById('form_kont').form_tresc.value=="") { 
		wypelniony=false;
	 	tekst=tekst+"Proszę wpisać treść wiadomości\r\n";	
	}
	if (wypelniony==true) {
		document.getElementById('form_kont').submit();
	} else {
		alert(tekst);	
	}
}

function flash_w_msie() {
  obiekty_strony = document.getElementsByTagName("object");
  for (var i=0; i<obiekty_strony.length; i++) {
	  obiekty_strony[i].outerHTML = obiekty_strony[i].outerHTML;
  }
}
