function abrirChat(){
	window.open('chat.php','chat','left=50,top=50,width=400,height=320');
}