

function obrazek(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function otworz_zdjecie(szerokosc,wysokosc,plik) {
wysokosc-=40;

window.open('./UserFiles/large/'+plik,'prewiev','directories=no,location=no,menubar=no,resizable=no,scrollbars=no,status=yes,toolbar=no,height='+wysokosc+',width='+szerokosc);
	return false;

}


function mapa(el){

     ch = document.getElementById('mapa_strony');
     
     if(ch.style.display == 'block'){
          ch.style.display = 'none';
       
     }else{
          ch.style.display = 'block';
          
     }

}

function potwierdz_usuniecie_galerii(){
     return confirm('Czy na pewno usunac galerie?');

}

function send_email(){
	a = 'poczta';
	b = 'uslugitransportowe-tranzit.waw.pl';
	document.write('<a href="mailto:'+a+'@'+b+'" title="Usługi transportowe"><img src="przewozy/transport_email.gif" alt="przewozy" style="border: 0px;"/></a>');
}
