function abreChat(a){
	chat = window.open('', 'chat', 'height=420,width=620,status=no,menubar=no,scrollbars=no,toolbar=no,resizable=yes');
	if(!(chat.document.getElementById("chat"))){
		chat.location.href = a.href;
	}
	chat.focus();
}
