// JavaScript Document
function abrirchat(){
	var a = window.open('chat/login.php', '', 'width=360px, height=550px, status=no, location=no, toolbar = no, menubar=no');
	a.focus();
}
