function keyTyped(e) {
	if (e.keyCode == 13) {
		var t = (e.srcElement) ? e.srcElement : e.target;
		t.form.submit();
	}
}

function openChat() {
	window.open('http://actio.pl/livehelp','Actio - chat','height=500, width=600');
}
