// JavaScript Document

//alert('W związku z grypą Oddział Wewnętrzny, Radioterapii i Chemioterapii zostają zamknięte dla odwiedzających.\n\nNa pozostałych oddziałach ograniczamy odwiedziny.');

function button_over(obj,url){
  obj.src="images/"+url;
}

function button_out(obj,url){
  obj.src="images/"+url;
}

function cchd(id) {
  
  var id1="cchd"+id;
  document.getElementById(id1).style.display='block';
  for(var i=1;i<8;i++)
  {
    if(i!=id) document.getElementById("cchd"+i).style.display='none';
    //alert("cchd"+i);
  }
}

function laduj() {
  wersja();
  //$('#menu').html('<center><img src="images/loading.gif" width="32" height="32"/></center>');
  //$('#menu').load('menu.php');
  
  //$('#galeria').load('galeria.php');
}
function lista() {
     $('#tresc').css("height","390px");
     //$('#menu').html('<center><img src="images/loading.gif" width="32" height="32"/></center>');
      $('#tresc').load('przetargi/index.php');
      laduj();
     

}      

function lista2() {
     $('#tresc').css("height","390px");
     //$('#menu').html('<center><img src="images/loading.gif" width="32" height="32"/></center>');
     $('#tresc').load('przetargi2/index.php');
     laduj();   
}

function lista3() {
     $('#tresc').css("height","390px");
     //$('#menu').html('<center><img src="images/loading.gif" width="32" height="32"/></center>');
      $('#tresc').load('konkursy/index.php');
      laduj();
}
        
    
function wyswietl(id) {
$('#tresc').css("height","");
     $('#tresc').load('przetargi/wyswietl.php?id='+id);
     
}

function wyswietl2(id) {
$('#tresc').css("height","");
     $('#tresc').load('przetargi2/wyswietl.php?id='+id);
}

function wyswietl3(id) {
$('#tresc').css("height","");
    $('#tresc').load('konkursy/wyswietl.php?id='+id);
}

function wersja() {
var useragent = navigator.userAgent;
var pos = useragent.indexOf('MSIE 5.0');
//alert(useragent);
if (pos > -1 && pos < 30) {
alert('Zmień przegladarke na nowsza... strona nie bedzie wyswietlana poprawnie!!!');
}
pos = useragent.indexOf('MSIE 6.0');
if (pos > -1 && pos < 30) {
alert('Zmień przegladarke na nowsza... strona nie bedzie wyswietlana poprawnie!!!');
}
}

