function targetBlank(url){
	open(url);
}
function targetMail(){
	open('mailto:uslugitransportowe@vp.pl');
}