function chgImg(Name,img) {
	//getBy(Name).src = img;
	$('div#obrazek div#here').html('<img src="'+img+'" alt="Ładowanie" id="zoom" />');
}
function sendMail(name,host) {
window.open("mailto:"+name+"@"+host,"_self");
}
function getBy(Name) {
oBj = document.getElementById(Name);
return oBj;
}