function zapytanie(account) {
	address = account + '@' + 'wp' + '.pl';
	window.open('mailto:'+[address],'_top');
}
