function popup(page) {
	// abrir ventana chat
	window.open(page,'popup','width=740,height=560,toolbar=false,scrollbars=false');	
}
